Color: #EEE95C
#EEE95C Color Information
#EEE95C is a light color. The closest websafe version is #EEE95C. A complement of this color would be #5D62EE, perceived brightness is 0.86, and the grayscale version is #A5A5A5.
In the HSL color space, this color has a hue angle of 58°,a saturation of 81%, and a lightness of 65%.The HSV representation shows a hue of 58°, a saturation of 61%, and a value of 93%.
In a RGB color space, #EEE95C is composed of 93% red, 91% green and 36% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 2% magenta, 61% yellow and 7% black.
In the Yxy color space, this color is represented as Y: 78.09, x: 0.4253, and y: 0.4732.
Color Code #EEE95C
Shades of Color #EEE95C
Shades are created by darkening the original color #EEE95C 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 #EEE95C
Tints are created by lightening the original color #EEE95C 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 #EEE95C Color Code
In the HSL color space, this color has a hue angle of 58°, a saturation of 81%, and a lightness of 65%. The HSV representation shows a hue of 58°, a saturation of 61%, and a value of 93%.
- HEX: #EEE95C
- RGB: rgb(238, 233, 92)
- HSL: hsl(58, 81%, 65%)
- HSV: hsv(58, 61%, 93%)
- CMYK: 0.00% cyan, 2.00% magenta, 61.00% yellow, 7.00% black
- XYZ: 70.19, 78.09, 16.75
- Yxy: 78.09, 0.4253, 0.4732
- Hunter Lab: 90.82, -10.64, 66.64
- CIE-Lab: 90.82, -10.64, 66.64
In the XYZ color space, this color is represented as X: 70.19, Y: 78.09, Z: 16.75. The Yxy representation further refines this as Y: 78.09, x: 0.4253, and y: 0.4732.
In the Hunter Lab color space, this color is represented as L: 90.82, a: -10.64, and b: 66.64. Similarly, in the CIE-Lab color space, it is represented as L: 90.82, a: -10.64, and b: 66.64.
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 #EEE95C
Triadic colors are three colors evenly spaced around the color wheel, including #EEE95C. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #EEE95C
Monochromatic colors are variations of #EEE95C, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #EEE95C
The complementary color of #EEE95C 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 #EEE95C
/* Using HEX */ body { background-color: #eee95c; }
/* Using RGB */ body { background-color: rgb(238, 233, 92); }
/* Using RGB with opacity */ body { background-color: rgba(238, 233, 92, 0.5); }
/* Using HSL */ body { background-color: hsl(58, 81%, 65%); }
/* Text color */ p { color: #eee95c; }
/* Box shadow */ div { box-shadow: 4px 4px #eee95c; }
/* Border color */ .box { border: 4px solid #eee95c; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #eee95c; }
/* Background with text */ div { background: #eee95c; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #EEE95C
<!-- Using HEX --> <div style="background-color: #eee95c; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(238, 233, 92); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(238, 233, 92, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(58, 81%, 65%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #eee95c;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #eee95c; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #eee95c; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #eee95c;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #eee95c; color: #fff; padding: 16px; border-radius: 8px;"> #EEE95C </div>
Related Colors of #EEE95C
These colors are similar to #EEE95C, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.