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