Shades of Wax Flower #EABCA0
Tints of Wax Flower #EABCA0
RGB
CMYK
RGB Variations
Color information
#EABCA0 (or 0xEABCA0) is known color: Wax Flower. HEX triplet: EA, BC and A0. RGB value is (234,188,160). Sum of RGB (Red+Green+Blue) = 234+188+160=582 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40.21% from 582); Green value is 188 (73.83% from 255 or 32.30% from 582); Blue value is 160 (62.89% from 255 or 27.49% from 582); Max value from RGB is 234 - color contains mainly: red. Hex color #EABCA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EABCA0 is #15435F. Grayscale: #C6C6C6. Windows color (decimal): -1393504 or 10534122. OLE color: 10534122.
HSL color Cylindrical-coordinate representation of color #EABCA0: hue angle of 22.7º 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 #EABCA0 is Cyan = 0, Magento = 0.20, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 188 | 160 | - |
| CMYK | 0 | 0.20 | 0.32 | 0.08 |
| HSL | 22.7º | 0.64% | 0.77% | - |
| HSV(B) | 22.7º | 0.32% | 0.92% | - |
| XYZ | 58.26 | 56 | 41 | - |
| YUV | 198.56 | 106.24 | 153.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 188 | 160 | 0 | 0.20 | 0.32 | 0.08 | 22.7 | 0.64 | 0.77 |
| Hex | EA | BC | A0 | 0 | 14 | 20 | 8 | 17 | 40 | 4D |
| Octal | 352 | 274 | 240 | 0 | 24 | 40 | 10 | 27 | 100 | 115 |
| Binary | 11101010 | 10111100 | 10100000 | 0 | 10100 | 100000 | 1000 | 10111 | 1000000 | 1001101 |
Color Harmonies of #EABCA0
Complementary color
Monochromatic Colors of #EABCA0
Black with #EABCA0
Text Example
Text Example
White with #EABCA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABCA0; }
p { color: rgb(234,188,160); }
H1.HeaderClassName
{
color: #EABCA0;
}
.AnyTagClassName
{
color: #EABCA0;
}
</style>
background-color css
<style>
a { background-color: #EABCA0; }
a { background-color: rgb(234,188,160); }
div.DivClassName
{
background-color: #EABCA0;
}
.BgClassName
{
background-color: #EABCA0;
}
</style>
border-color css
<style>
span { border-color: #EABCA0; }
span { border-color: rgb(234,188,160); }
td.TdClassName
{
border-color: #EABCA0;
}
.TagClassName
{
border-color: #EABCA0;
}
</style>