Color: #EDD58C
#EDD58C Color Information
#EDD58C is a light color. The closest websafe version is #EDD58C. A complement of this color would be #8CA5ED, perceived brightness is 0.83, and the grayscale version is #BCBCBC.
In the HSL color space, this color has a hue angle of 45°,a saturation of 73%, and a lightness of 74%.The HSV representation shows a hue of 45°, a saturation of 100%, and a value of 100%.
In a RGB color space, #EDD58C is composed of 93% red, 84% green and 55% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 10% magenta, 41% yellow and 7% black.
In the Yxy color space, this color is represented as Y: 68.13, x: 0.4123, and y: 0.4237.
Color Code #EDD58C
Shades of Color #EDD58C
Shades are created by darkening the original color #EDD58C 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 #EDD58C
Tints are created by lightening the original color #EDD58C 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 #EDD58C Color Code
In the HSL color space, this color has a hue angle of 45°, a saturation of 73%, and a lightness of 74%. The HSV representation shows a hue of 45°, a saturation of 41%, and a value of 93%.
- HEX: #EDD58C
- RGB: rgb(237, 213, 140)
- HSL: hsl(45, 73%, 74%)
- HSV: hsv(45, 41%, 93%)
- CMYK: 0.00% cyan, 10.00% magenta, 41.00% yellow, 7.00% black
- XYZ: 66.30, 68.13, 26.37
- Yxy: 68.13, 0.4123, 0.4237
- Hunter Lab: 86.07, 1.35, 39.25
- CIE-Lab: 86.07, 1.35, 39.25
In the XYZ color space, this color is represented as X: 66.30, Y: 68.13, Z: 26.37. The Yxy representation further refines this as Y: 68.13, x: 0.4123, and y: 0.4237.
In the Hunter Lab color space, this color is represented as L: 86.07, a: 1.35, and b: 39.25. Similarly, in the CIE-Lab color space, it is represented as L: 86.07, a: 1.35, and b: 39.25.
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 #EDD58C
Triadic colors are three colors evenly spaced around the color wheel, including #EDD58C. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #EDD58C
Monochromatic colors are variations of #EDD58C, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #EDD58C
The complementary color of #EDD58C 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 #EDD58C
/* Using HEX */ body { background-color: #edd58c; }
/* Using RGB */ body { background-color: rgb(237, 213, 140); }
/* Using RGB with opacity */ body { background-color: rgba(237, 213, 140, 0.5); }
/* Using HSL */ body { background-color: hsl(45, 73%, 74%); }
/* Text color */ p { color: #edd58c; }
/* Box shadow */ div { box-shadow: 4px 4px #edd58c; }
HTML Examples of #EDD58C
<!-- Using HEX --> <div style="background-color: #edd58c; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(237, 213, 140); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(237, 213, 140, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(45, 73%, 74%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #edd58c;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #edd58c; width: 100px; height: 100px;"></div>
Related Colors of #EDD58C
These colors are similar to #EDD58C, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.