Color: #E0D9AF
#E0D9AF Color Information
#E0D9AF is a light color. The closest websafe version is #E0D9AF. A complement of this color would be #AEB6E0, perceived brightness is 0.84, and the grayscale version is #C8C8C8.
In the HSL color space, this color has a hue angle of 51°,a saturation of 44%, and a lightness of 78%.The HSV representation shows a hue of 51°, a saturation of 100%, and a value of 100%.
In a RGB color space, #E0D9AF is composed of 88% red, 85% green and 69% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 3% magenta, 22% yellow and 12% black.
In the Yxy color space, this color is represented as Y: 68.93, x: 0.3785, and y: 0.3992.
Color Code #E0D9AF
Shades of Color #E0D9AF
Shades are created by darkening the original color #E0D9AF 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 #E0D9AF
Tints are created by lightening the original color #E0D9AF 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 #E0D9AF Color Code
In the HSL color space, this color has a hue angle of 51°, a saturation of 44%, and a lightness of 78%. The HSV representation shows a hue of 51°, a saturation of 22%, and a value of 88%.
- HEX: #E0D9AF
- RGB: rgb(224, 217, 175)
- HSL: hsl(51, 44%, 78%)
- HSV: hsv(51, 22%, 88%)
- CMYK: 0.00% cyan, 3.00% magenta, 22.00% yellow, 12.00% black
- XYZ: 65.36, 68.93, 38.39
- Yxy: 68.93, 0.3785, 0.3992
- Hunter Lab: 86.47, -2.46, 21.70
- CIE-Lab: 86.47, -2.46, 21.70
In the XYZ color space, this color is represented as X: 65.36, Y: 68.93, Z: 38.39. The Yxy representation further refines this as Y: 68.93, x: 0.3785, and y: 0.3992.
In the Hunter Lab color space, this color is represented as L: 86.47, a: -2.46, and b: 21.70. Similarly, in the CIE-Lab color space, it is represented as L: 86.47, a: -2.46, and b: 21.70.
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 #E0D9AF
Triadic colors are three colors evenly spaced around the color wheel, including #E0D9AF. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #E0D9AF
Monochromatic colors are variations of #E0D9AF, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #E0D9AF
The complementary color of #E0D9AF 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 #E0D9AF
/* Using HEX */ body { background-color: #e0d9af; }
/* Using RGB */ body { background-color: rgb(224, 217, 175); }
/* Using RGB with opacity */ body { background-color: rgba(224, 217, 175, 0.5); }
/* Using HSL */ body { background-color: hsl(51, 44%, 78%); }
/* Text color */ p { color: #e0d9af; }
/* Box shadow */ div { box-shadow: 4px 4px #e0d9af; }
HTML Examples of #E0D9AF
<!-- Using HEX --> <div style="background-color: #e0d9af; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(224, 217, 175); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(224, 217, 175, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(51, 44%, 78%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #e0d9af;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #e0d9af; width: 100px; height: 100px;"></div>
Related Colors of #E0D9AF
These colors are similar to #E0D9AF, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.