Shades of Wax Flower #EAB2A1
Tints of Wax Flower #EAB2A1
RGB
CMYK
RGB Variations
Color information
#EAB2A1 (or 0xEAB2A1) is known color: Wax Flower. HEX triplet: EA, B2 and A1. RGB value is (234,178,161). Sum of RGB (Red+Green+Blue) = 234+178+161=573 (75% of max value = 765). Red value is 234 (91.80% from 255 or 40.84% from 573); Green value is 178 (69.92% from 255 or 31.06% from 573); Blue value is 161 (63.28% from 255 or 28.10% from 573); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB2A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAB2A1 is #154D5E. Grayscale: #C0C0C0. Windows color (decimal): -1396063 or 10597098. OLE color: 10597098.
HSL color Cylindrical-coordinate representation of color #EAB2A1: hue angle of 13.97º degrees, saturation: 0.63, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EAB2A1 is Cyan = 0, Magento = 0.24, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 178 | 161 | - |
| CMYK | 0 | 0.24 | 0.31 | 0.08 |
| HSL | 13.97º | 0.63% | 0.77% | - |
| HSV(B) | 13.97º | 0.31% | 0.92% | - |
| XYZ | 56.29 | 51.91 | 40.77 | - |
| YUV | 192.81 | 110.05 | 157.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 178 | 161 | 0 | 0.24 | 0.31 | 0.08 | 13.97 | 0.63 | 0.77 |
| Hex | EA | B2 | A1 | 0 | 18 | 1F | 8 | E | 3F | 4D |
| Octal | 352 | 262 | 241 | 0 | 30 | 37 | 10 | 16 | 77 | 115 |
| Binary | 11101010 | 10110010 | 10100001 | 0 | 11000 | 11111 | 1000 | 1110 | 111111 | 1001101 |
Color Harmonies of #EAB2A1
Complementary color
Monochromatic Colors of #EAB2A1
Black with #EAB2A1
Text Example
Text Example
White with #EAB2A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB2A1; }
p { color: rgb(234,178,161); }
H1.HeaderClassName
{
color: #EAB2A1;
}
.AnyTagClassName
{
color: #EAB2A1;
}
</style>
background-color css
<style>
a { background-color: #EAB2A1; }
a { background-color: rgb(234,178,161); }
div.DivClassName
{
background-color: #EAB2A1;
}
.BgClassName
{
background-color: #EAB2A1;
}
</style>
border-color css
<style>
span { border-color: #EAB2A1; }
span { border-color: rgb(234,178,161); }
td.TdClassName
{
border-color: #EAB2A1;
}
.TagClassName
{
border-color: #EAB2A1;
}
</style>