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