Color: #EAA988
#EAA988 Color Information
#EAA988 is a light color. The closest websafe version is #EAA988. A complement of this color would be #8ACAEA, perceived brightness is 0.72, and the grayscale version is #B9B9B9.
In the HSL color space, this color has a hue angle of 20°,a saturation of 70%, and a lightness of 73%.The HSV representation shows a hue of 20°, a saturation of 100%, and a value of 100%.
In a RGB color space, #EAA988 is composed of 92% red, 66% green and 53% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 28% magenta, 42% yellow and 8% black.
In the Yxy color space, this color is represented as Y: 48.24, x: 0.4357, and y: 0.3844.
Color Code #EAA988
Shades of Color #EAA988
Shades are created by darkening the original color #EAA988 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 #EAA988
Tints are created by lightening the original color #EAA988 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 #EAA988 Color Code
In the HSL color space, this color has a hue angle of 20°, a saturation of 70%, and a lightness of 73%. The HSV representation shows a hue of 20°, a saturation of 42%, and a value of 92%.
- HEX: #EAA988
- RGB: rgb(234, 169, 136)
- HSL: hsl(20, 70%, 73%)
- HSV: hsv(20, 42%, 92%)
- CMYK: 0.00% cyan, 28.00% magenta, 42.00% yellow, 8.00% black
- XYZ: 54.68, 48.24, 22.58
- Yxy: 48.24, 0.4357, 0.3844
- Hunter Lab: 74.98, 21.72, 27.01
- CIE-Lab: 74.98, 21.72, 27.01
In the XYZ color space, this color is represented as X: 54.68, Y: 48.24, Z: 22.58. The Yxy representation further refines this as Y: 48.24, x: 0.4357, and y: 0.3844.
In the Hunter Lab color space, this color is represented as L: 74.98, a: 21.72, and b: 27.01. Similarly, in the CIE-Lab color space, it is represented as L: 74.98, a: 21.72, and b: 27.01.
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 #EAA988
Triadic colors are three colors evenly spaced around the color wheel, including #EAA988. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #EAA988
Monochromatic colors are variations of #EAA988, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #EAA988
The complementary color of #EAA988 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 #EAA988
/* Using HEX */ body { background-color: #eaa988; }
/* Using RGB */ body { background-color: rgb(234, 169, 136); }
/* Using RGB with opacity */ body { background-color: rgba(234, 169, 136, 0.5); }
/* Using HSL */ body { background-color: hsl(20, 70%, 73%); }
/* Text color */ p { color: #eaa988; }
/* Box shadow */ div { box-shadow: 4px 4px #eaa988; }
HTML Examples of #EAA988
<!-- Using HEX --> <div style="background-color: #eaa988; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(234, 169, 136); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(234, 169, 136, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(20, 70%, 73%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #eaa988;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #eaa988; width: 100px; height: 100px;"></div>
Related Colors of #EAA988
These colors are similar to #EAA988, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.