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