Shades of Wax Flower #EABBA1
Tints of Wax Flower #EABBA1
RGB
CMYK
RGB Variations
Color information
#EABBA1 (or 0xEABBA1) is known color: Wax Flower. HEX triplet: EA, BB and A1. RGB value is (234,187,161). Sum of RGB (Red+Green+Blue) = 234+187+161=582 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40.21% from 582); Green value is 187 (73.44% from 255 or 32.13% from 582); Blue value is 161 (63.28% from 255 or 27.66% from 582); Max value from RGB is 234 - color contains mainly: red. Hex color #EABBA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EABBA1 is #15445E. Grayscale: #C6C6C6. Windows color (decimal): -1393759 or 10599402. OLE color: 10599402.
HSL color Cylindrical-coordinate representation of color #EABBA1: hue angle of 21.37º 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 #EABBA1 is Cyan = 0, Magento = 0.20, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 187 | 161 | - |
| CMYK | 0 | 0.20 | 0.31 | 0.08 |
| HSL | 21.37º | 0.63% | 0.77% | - |
| HSV(B) | 21.37º | 0.31% | 0.92% | - |
| XYZ | 58.14 | 55.61 | 41.39 | - |
| YUV | 198.09 | 107.07 | 153.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 187 | 161 | 0 | 0.20 | 0.31 | 0.08 | 21.37 | 0.63 | 0.77 |
| Hex | EA | BB | A1 | 0 | 14 | 1F | 8 | 15 | 3F | 4D |
| Octal | 352 | 273 | 241 | 0 | 24 | 37 | 10 | 25 | 77 | 115 |
| Binary | 11101010 | 10111011 | 10100001 | 0 | 10100 | 11111 | 1000 | 10101 | 111111 | 1001101 |
Color Harmonies of #EABBA1
Complementary color
Monochromatic Colors of #EABBA1
Black with #EABBA1
Text Example
Text Example
White with #EABBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABBA1; }
p { color: rgb(234,187,161); }
H1.HeaderClassName
{
color: #EABBA1;
}
.AnyTagClassName
{
color: #EABBA1;
}
</style>
background-color css
<style>
a { background-color: #EABBA1; }
a { background-color: rgb(234,187,161); }
div.DivClassName
{
background-color: #EABBA1;
}
.BgClassName
{
background-color: #EABBA1;
}
</style>
border-color css
<style>
span { border-color: #EABBA1; }
span { border-color: rgb(234,187,161); }
td.TdClassName
{
border-color: #EABBA1;
}
.TagClassName
{
border-color: #EABBA1;
}
</style>