Shades of Wax Flower #EABBA0
Tints of Wax Flower #EABBA0
RGB
CMYK
RGB Variations
Color information
#EABBA0 (or 0xEABBA0) is known color: Wax Flower. HEX triplet: EA, BB and A0. RGB value is (234,187,160). Sum of RGB (Red+Green+Blue) = 234+187+160=581 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.28% from 581); Green value is 187 (73.44% from 255 or 32.19% from 581); Blue value is 160 (62.89% from 255 or 27.54% from 581); Max value from RGB is 234 - color contains mainly: red. Hex color #EABBA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EABBA0 is #15445F. Grayscale: #C6C6C6. Windows color (decimal): -1393760 or 10533866. OLE color: 10533866.
HSL color Cylindrical-coordinate representation of color #EABBA0: hue angle of 21.89º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EABBA0 is Cyan = 0, Magento = 0.20, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 187 | 160 | - |
| CMYK | 0 | 0.20 | 0.32 | 0.08 |
| HSL | 21.89º | 0.64% | 0.77% | - |
| HSV(B) | 21.89º | 0.32% | 0.92% | - |
| XYZ | 58.05 | 55.57 | 40.92 | - |
| YUV | 197.98 | 106.57 | 153.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 187 | 160 | 0 | 0.20 | 0.32 | 0.08 | 21.89 | 0.64 | 0.77 |
| Hex | EA | BB | A0 | 0 | 14 | 20 | 8 | 16 | 40 | 4D |
| Octal | 352 | 273 | 240 | 0 | 24 | 40 | 10 | 26 | 100 | 115 |
| Binary | 11101010 | 10111011 | 10100000 | 0 | 10100 | 100000 | 1000 | 10110 | 1000000 | 1001101 |
Color Harmonies of #EABBA0
Complementary color
Monochromatic Colors of #EABBA0
Black with #EABBA0
Text Example
Text Example
White with #EABBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABBA0; }
p { color: rgb(234,187,160); }
H1.HeaderClassName
{
color: #EABBA0;
}
.AnyTagClassName
{
color: #EABBA0;
}
</style>
background-color css
<style>
a { background-color: #EABBA0; }
a { background-color: rgb(234,187,160); }
div.DivClassName
{
background-color: #EABBA0;
}
.BgClassName
{
background-color: #EABBA0;
}
</style>
border-color css
<style>
span { border-color: #EABBA0; }
span { border-color: rgb(234,187,160); }
td.TdClassName
{
border-color: #EABBA0;
}
.TagClassName
{
border-color: #EABBA0;
}
</style>