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