Shades of Wax Flower #EABBA4
Tints of Wax Flower #EABBA4
RGB
CMYK
RGB Variations
Color information
#EABBA4 (or 0xEABBA4) is known color: Wax Flower. HEX triplet: EA, BB and A4. RGB value is (234,187,164). Sum of RGB (Red+Green+Blue) = 234+187+164=585 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40% from 585); Green value is 187 (73.44% from 255 or 31.97% from 585); Blue value is 164 (64.45% from 255 or 28.03% from 585); Max value from RGB is 234 - color contains mainly: red. Hex color #EABBA4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EABBA4 is #15445B. Grayscale: #C6C6C6. Windows color (decimal): -1393756 or 10796010. OLE color: 10796010.
HSL color Cylindrical-coordinate representation of color #EABBA4: hue angle of 19.71º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EABBA4 is Cyan = 0, Magento = 0.20, Yellow = 0.30 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 187 | 164 | - |
| CMYK | 0 | 0.20 | 0.30 | 0.08 |
| HSL | 19.71º | 0.63% | 0.78% | - |
| HSV(B) | 19.71º | 0.3% | 0.92% | - |
| XYZ | 58.4 | 55.71 | 42.8 | - |
| YUV | 198.43 | 108.57 | 153.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 187 | 164 | 0 | 0.20 | 0.30 | 0.08 | 19.71 | 0.63 | 0.78 |
| Hex | EA | BB | A4 | 0 | 14 | 1E | 8 | 14 | 3E | 4E |
| Octal | 352 | 273 | 244 | 0 | 24 | 36 | 10 | 24 | 76 | 116 |
| Binary | 11101010 | 10111011 | 10100100 | 0 | 10100 | 11110 | 1000 | 10100 | 111110 | 1001110 |
Color Harmonies of #EABBA4
Complementary color
Monochromatic Colors of #EABBA4
Black with #EABBA4
Text Example
Text Example
White with #EABBA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABBA4; }
p { color: rgb(234,187,164); }
H1.HeaderClassName
{
color: #EABBA4;
}
.AnyTagClassName
{
color: #EABBA4;
}
</style>
background-color css
<style>
a { background-color: #EABBA4; }
a { background-color: rgb(234,187,164); }
div.DivClassName
{
background-color: #EABBA4;
}
.BgClassName
{
background-color: #EABBA4;
}
</style>
border-color css
<style>
span { border-color: #EABBA4; }
span { border-color: rgb(234,187,164); }
td.TdClassName
{
border-color: #EABBA4;
}
.TagClassName
{
border-color: #EABBA4;
}
</style>