Shades of Wax Flower #EAB9A6
Tints of Wax Flower #EAB9A6
RGB
CMYK
RGB Variations
Color information
#EAB9A6 (or 0xEAB9A6) is known color: Wax Flower. HEX triplet: EA, B9 and A6. RGB value is (234,185,166). Sum of RGB (Red+Green+Blue) = 234+185+166=585 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40% from 585); Green value is 185 (72.66% from 255 or 31.62% from 585); Blue value is 166 (65.23% from 255 or 28.38% from 585); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB9A6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAB9A6 is #154659. Grayscale: #C5C5C5. Windows color (decimal): -1394266 or 10926570. OLE color: 10926570.
HSL color Cylindrical-coordinate representation of color #EAB9A6: hue angle of 16.76º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EAB9A6 is Cyan = 0, Magento = 0.21, Yellow = 0.29 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 185 | 166 | - |
| CMYK | 0 | 0.21 | 0.29 | 0.08 |
| HSL | 16.76º | 0.62% | 0.78% | - |
| HSV(B) | 16.76º | 0.29% | 0.92% | - |
| XYZ | 58.16 | 54.94 | 43.62 | - |
| YUV | 197.49 | 110.23 | 154.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 185 | 166 | 0 | 0.21 | 0.29 | 0.08 | 16.76 | 0.62 | 0.78 |
| Hex | EA | B9 | A6 | 0 | 15 | 1D | 8 | 11 | 3E | 4E |
| Octal | 352 | 271 | 246 | 0 | 25 | 35 | 10 | 21 | 76 | 116 |
| Binary | 11101010 | 10111001 | 10100110 | 0 | 10101 | 11101 | 1000 | 10001 | 111110 | 1001110 |
Color Harmonies of #EAB9A6
Complementary color
Monochromatic Colors of #EAB9A6
Black with #EAB9A6
Text Example
Text Example
White with #EAB9A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB9A6; }
p { color: rgb(234,185,166); }
H1.HeaderClassName
{
color: #EAB9A6;
}
.AnyTagClassName
{
color: #EAB9A6;
}
</style>
background-color css
<style>
a { background-color: #EAB9A6; }
a { background-color: rgb(234,185,166); }
div.DivClassName
{
background-color: #EAB9A6;
}
.BgClassName
{
background-color: #EAB9A6;
}
</style>
border-color css
<style>
span { border-color: #EAB9A6; }
span { border-color: rgb(234,185,166); }
td.TdClassName
{
border-color: #EAB9A6;
}
.TagClassName
{
border-color: #EAB9A6;
}
</style>