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