Color: #EAE7CD
#EAE7CD Color Information
#EAE7CD is a light color. The closest websafe version is #EAE7CD. A complement of this color would be #CDD0EA, perceived brightness is 0.90, and the grayscale version is #DCDCDC.
In the HSL color space, this color has a hue angle of 54°,a saturation of 41%, and a lightness of 86%.The HSV representation shows a hue of 54°, a saturation of 100%, and a value of 100%.
In a RGB color space, #EAE7CD is composed of 92% red, 91% green and 80% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 1% magenta, 12% yellow and 8% black.
In the Yxy color space, this color is represented as Y: 79.29, x: 0.3639, and y: 0.3827.
Color Code #EAE7CD
Shades of Color #EAE7CD
Shades are created by darkening the original color #EAE7CD 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 #EAE7CD
Tints are created by lightening the original color #EAE7CD 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 #EAE7CD Color Code
In the HSL color space, this color has a hue angle of 54°, a saturation of 41%, and a lightness of 86%. The HSV representation shows a hue of 54°, a saturation of 12%, and a value of 92%.
- HEX: #EAE7CD
- RGB: rgb(234, 231, 205)
- HSL: hsl(54, 41%, 86%)
- HSV: hsv(54, 12%, 92%)
- CMYK: 0.00% cyan, 100.00% magenta, 12.00% yellow, 8.00% black
- XYZ: 75.39, 79.29, 52.51
- Yxy: 79.29, 0.3639, 0.3827
- Hunter Lab: 91.37, -2.17, 13.10
- CIE-Lab: 91.37, -2.17, 13.10
In the XYZ color space, this color is represented as X: 75.39, Y: 79.29, Z: 52.51. The Yxy representation further refines this as Y: 79.29, x: 0.3639, and y: 0.3827.
In the Hunter Lab color space, this color is represented as L: 91.37, a: -2.17, and b: 13.10. Similarly, in the CIE-Lab color space, it is represented as L: 91.37, a: -2.17, and b: 13.10.
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 #EAE7CD
Triadic colors are three colors evenly spaced around the color wheel, including #EAE7CD. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #EAE7CD
Monochromatic colors are variations of #EAE7CD, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #EAE7CD
The complementary color of #EAE7CD 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 #EAE7CD
/* Using HEX */ body { background-color: #eae7cd; }
/* Using RGB */ body { background-color: rgb(234, 231, 205); }
/* Using RGB with opacity */ body { background-color: rgba(234, 231, 205, 0.5); }
/* Using HSL */ body { background-color: hsl(54, 41%, 86%); }
/* Text color */ p { color: #eae7cd; }
/* Box shadow */ div { box-shadow: 4px 4px #eae7cd; }
HTML Examples of #EAE7CD
<!-- Using HEX --> <div style="background-color: #eae7cd; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(234, 231, 205); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(234, 231, 205, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(54, 41%, 86%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #eae7cd;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #eae7cd; width: 100px; height: 100px;"></div>
Related Colors of #EAE7CD
These colors are similar to #EAE7CD, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.