Color: #EDD77A

#EDD77A Color Information

#EDD77A is a light color. The closest websafe version is #EDD77A. A complement of this color would be #788EED, perceived brightness is 0.83, and the grayscale version is #B3B3B3.

In the HSL color space, this color has a hue angle of 49°,a saturation of 76%, and a lightness of 70%.The HSV representation shows a hue of 49°, a saturation of 100%, and a value of 100%.

In a RGB color space, #EDD77A is composed of 93% red, 84% green and 48% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 9% magenta, 49% yellow and 7% black.

In the Yxy color space, this color is represented as Y: 68.74, x: 0.4215, and y: 0.4398.

Color Code #EDD77A

HEX
#EDD77A
RGB
rgb(237, 215, 122)
HSL
hsl(49, 76%, 70%)
HSV
hsv(49, 49%, 93%)
CMYK
0%, 9%, 49%, 7%
XYZ
X: 65.88, Y: 68.74, Z: 21.68
Lab
L: 86.37, a: -0.88, b: 48.42
Name

Shades of Color #EDD77A

Shades are created by darkening the original color #EDD77A in equal steps from 0% to 90%. These shades are perfect for creating depth and contrast in your designs. Use them to add visual hierarchy or highlight specific elements in your projects.

Tints of Color #EDD77A

Tints are created by lightening the original color #EDD77A in equal steps from 0% to 90%, ending with pure white. These tints are ideal for creating soft backgrounds, subtle highlights, or cohesive UI elements that complement your designs.

About #EDD77A Color Code

In the HSL color space, this color has a hue angle of 49°, a saturation of 76%, and a lightness of 70%. The HSV representation shows a hue of 49°, a saturation of 49%, and a value of 93%.

  • HEX: #EDD77A
  • RGB: rgb(237, 215, 122)
  • HSL: hsl(49, 76%, 70%)
  • HSV: hsv(49, 49%, 93%)
  • CMYK: 0.00% cyan, 9.00% magenta, 49.00% yellow, 7.00% black
  • XYZ: 65.88, 68.74, 21.68
  • Yxy: 68.74, 0.4215, 0.4398
  • Hunter Lab: 86.37, -0.88, 48.42
  • CIE-Lab: 86.37, -0.88, 48.42

In the XYZ color space, this color is represented as X: 65.88, Y: 68.74, Z: 21.68. The Yxy representation further refines this as Y: 68.74, x: 0.4215, and y: 0.4398.

In the Hunter Lab color space, this color is represented as L: 86.37, a: -0.88, and b: 48.42. Similarly, in the CIE-Lab color space, it is represented as L: 86.37, a: -0.88, and b: 48.42.

Use these color codes in your CSS, design tools, or anywhere you need to specify a color. You can also explore its shades and tints for more creative options.

Triadic Colors of #EDD77A

Triadic colors are three colors evenly spaced around the color wheel, including #EDD77A. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.

Analogous Colors of #EDD77A

Analogous colors are adjacent to #EDD77A on the color wheel. They create harmonious and visually pleasing designs, ideal for projects that need a cohesive look.

Monochromatic Colors of #EDD77A

Monochromatic colors are variations of #EDD77A, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.

Complementary Color of #EDD77A

The complementary color of #EDD77A is opposite it on the color wheel. Complementary colors provide strong contrast and are ideal for designs that need visual impact and attention.

CSS Examples of #EDD77A

/* Using HEX */
body {
  background-color: #edd77a;
}
/* Using RGB */
body {
  background-color: rgb(237, 215, 122);
}
/* Using RGB with opacity */
body {
  background-color: rgba(237, 215, 122, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(49, 76%, 70%);
}
/* Text color */
p {
  color: #edd77a;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #edd77a;
}

HTML Examples of #EDD77A

<!-- Using HEX -->
<div style="background-color: #edd77a; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(237, 215, 122); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(237, 215, 122, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(49, 76%, 70%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #edd77a;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #edd77a; width: 100px; height: 100px;"></div>

Related Colors of #EDD77A

These colors are similar to #EDD77A, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.