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