Color: #EED77D
#EED77D Color Information
#EED77D is a light color. The closest websafe version is #EED77D. A complement of this color would be #7C93EE, perceived brightness is 0.83, and the grayscale version is #B6B6B6.
In the HSL color space, this color has a hue angle of 48°,a saturation of 77%, and a lightness of 71%.The HSV representation shows a hue of 48°, a saturation of 47%, and a value of 93%.
In a RGB color space, #EED77D is composed of 93% red, 84% green and 49% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 10% magenta, 47% yellow and 7% black.
In the Yxy color space, this color is represented as Y: 68.98, x: 0.4207, and y: 0.4371.
Color Code #EED77D
Shades of Color #EED77D
Shades are created by darkening the original color #EED77D 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 #EED77D
Tints are created by lightening the original color #EED77D 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 #EED77D Color Code
In the HSL color space, this color has a hue angle of 48°, a saturation of 77%, and a lightness of 71%. The HSV representation shows a hue of 48°, a saturation of 47%, and a value of 93%.
- HEX: #EED77D
- RGB: rgb(238, 215, 125)
- HSL: hsl(48, 77%, 71%)
- HSV: hsv(48, 47%, 93%)
- CMYK: 0.00% cyan, 10.00% magenta, 47.00% yellow, 7.00% black
- XYZ: 66.39, 68.98, 22.44
- Yxy: 68.98, 0.4207, 0.4371
- Hunter Lab: 86.50, -0.29, 47.15
- CIE-Lab: 86.50, -0.29, 47.15
In the XYZ color space, this color is represented as X: 66.39, Y: 68.98, Z: 22.44. The Yxy representation further refines this as Y: 68.98, x: 0.4207, and y: 0.4371.
In the Hunter Lab color space, this color is represented as L: 86.50, a: -0.29, and b: 47.15. Similarly, in the CIE-Lab color space, it is represented as L: 86.50, a: -0.29, and b: 47.15.
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 #EED77D
Triadic colors are three colors evenly spaced around the color wheel, including #EED77D. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #EED77D
Split complementary colors are two colors adjacent to the complementary color of #EED77D. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #EED77D
Monochromatic colors are variations of #EED77D, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #EED77D
The complementary color of #EED77D 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 #EED77D
/* Using HEX */ body { background-color: #eed77d; }
/* Using RGB */ body { background-color: rgb(238, 215, 125); }
/* Using RGB with opacity */ body { background-color: rgba(238, 215, 125, 0.5); }
/* Using HSL */ body { background-color: hsl(48, 77%, 71%); }
/* Text color */ p { color: #eed77d; }
/* Box shadow */ div { box-shadow: 4px 4px #eed77d; }
/* Border color */ .box { border: 4px solid #eed77d; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #eed77d; }
/* Background with text */ div { background: #eed77d; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #EED77D
<!-- Using HEX --> <div style="background-color: #eed77d; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(238, 215, 125); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(238, 215, 125, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(48, 77%, 71%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #eed77d;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #eed77d; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #eed77d; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #eed77d;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #eed77d; color: #fff; padding: 16px; border-radius: 8px;"> #EED77D </div>
Related Colors of #EED77D
These colors are similar to #EED77D, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.