Shades of Wax Flower #EABAA4
Tints of Wax Flower #EABAA4
RGB
CMYK
RGB Variations
Color information
#EABAA4 (or 0xEABAA4) is known color: Wax Flower. HEX triplet: EA, BA and A4. RGB value is (234,186,164). Sum of RGB (Red+Green+Blue) = 234+186+164=584 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40.07% from 584); Green value is 186 (73.05% from 255 or 31.85% from 584); Blue value is 164 (64.45% from 255 or 28.08% from 584); Max value from RGB is 234 - color contains mainly: red. Hex color #EABAA4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EABAA4 is #15455B. Grayscale: #C5C5C5. Windows color (decimal): -1394012 or 10795754. OLE color: 10795754.
HSL color Cylindrical-coordinate representation of color #EABAA4: hue angle of 18.86º 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 #EABAA4 is Cyan = 0, Magento = 0.21, Yellow = 0.30 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 186 | 164 | - |
| CMYK | 0 | 0.21 | 0.30 | 0.08 |
| HSL | 18.86º | 0.63% | 0.78% | - |
| HSV(B) | 18.86º | 0.3% | 0.92% | - |
| XYZ | 58.19 | 55.29 | 42.73 | - |
| YUV | 197.84 | 108.9 | 153.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 186 | 164 | 0 | 0.21 | 0.30 | 0.08 | 18.86 | 0.63 | 0.78 |
| Hex | EA | BA | A4 | 0 | 15 | 1E | 8 | 13 | 3E | 4E |
| Octal | 352 | 272 | 244 | 0 | 25 | 36 | 10 | 23 | 76 | 116 |
| Binary | 11101010 | 10111010 | 10100100 | 0 | 10101 | 11110 | 1000 | 10011 | 111110 | 1001110 |
Color Harmonies of #EABAA4
Complementary color
Monochromatic Colors of #EABAA4
Black with #EABAA4
Text Example
Text Example
White with #EABAA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABAA4; }
p { color: rgb(234,186,164); }
H1.HeaderClassName
{
color: #EABAA4;
}
.AnyTagClassName
{
color: #EABAA4;
}
</style>
background-color css
<style>
a { background-color: #EABAA4; }
a { background-color: rgb(234,186,164); }
div.DivClassName
{
background-color: #EABAA4;
}
.BgClassName
{
background-color: #EABAA4;
}
</style>
border-color css
<style>
span { border-color: #EABAA4; }
span { border-color: rgb(234,186,164); }
td.TdClassName
{
border-color: #EABAA4;
}
.TagClassName
{
border-color: #EABAA4;
}
</style>