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