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