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