Color: #EECD7D
#EECD7D Color Information
#EECD7D is a light color. The closest websafe version is #EECD7D. A complement of this color would be #7C9EEE, perceived brightness is 0.81, and the grayscale version is #B6B6B6.
In the HSL color space, this color has a hue angle of 42°,a saturation of 77%, and a lightness of 71%.The HSV representation shows a hue of 42°, a saturation of 100%, and a value of 100%.
In a RGB color space, #EECD7D is composed of 93% red, 80% green and 49% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 14% magenta, 47% yellow and 7% black.
In the Yxy color space, this color is represented as Y: 64.03, x: 0.4262, and y: 0.4282.
Color Code #EECD7D
Shades of Color #EECD7D
Shades are created by darkening the original color #EECD7D 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 #EECD7D
Tints are created by lightening the original color #EECD7D 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 #EECD7D Color Code
In the HSL color space, this color has a hue angle of 42°, a saturation of 77%, and a lightness of 71%. The HSV representation shows a hue of 42°, a saturation of 47%, and a value of 93%.
- HEX: #EECD7D
- RGB: rgb(238, 205, 125)
- HSL: hsl(42, 77%, 71%)
- HSV: hsv(42, 47%, 93%)
- CMYK: 0.00% cyan, 14.00% magenta, 47.00% yellow, 7.00% black
- XYZ: 63.73, 64.03, 21.77
- Yxy: 64.03, 0.4262, 0.4282
- Hunter Lab: 83.98, 4.57, 44.12
- CIE-Lab: 83.98, 4.57, 44.12
In the XYZ color space, this color is represented as X: 63.73, Y: 64.03, Z: 21.77. The Yxy representation further refines this as Y: 64.03, x: 0.4262, and y: 0.4282.
In the Hunter Lab color space, this color is represented as L: 83.98, a: 4.57, and b: 44.12. Similarly, in the CIE-Lab color space, it is represented as L: 83.98, a: 4.57, and b: 44.12.
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 #EECD7D
Triadic colors are three colors evenly spaced around the color wheel, including #EECD7D. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #EECD7D
Monochromatic colors are variations of #EECD7D, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #EECD7D
The complementary color of #EECD7D 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 #EECD7D
/* Using HEX */ body { background-color: #eecd7d; }
/* Using RGB */ body { background-color: rgb(238, 205, 125); }
/* Using RGB with opacity */ body { background-color: rgba(238, 205, 125, 0.5); }
/* Using HSL */ body { background-color: hsl(42, 77%, 71%); }
/* Text color */ p { color: #eecd7d; }
/* Box shadow */ div { box-shadow: 4px 4px #eecd7d; }
HTML Examples of #EECD7D
<!-- Using HEX --> <div style="background-color: #eecd7d; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(238, 205, 125); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(238, 205, 125, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(42, 77%, 71%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #eecd7d;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #eecd7d; width: 100px; height: 100px;"></div>
Related Colors of #EECD7D
These colors are similar to #EECD7D, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.