Shades of Wax Flower #EAAB9C
Tints of Wax Flower #EAAB9C
RGB
CMYK
RGB Variations
Color information
#EAAB9C (or 0xEAAB9C) is known color: Wax Flower. HEX triplet: EA, AB and 9C. RGB value is (234,171,156). Sum of RGB (Red+Green+Blue) = 234+171+156=561 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.71% from 561); Green value is 171 (67.19% from 255 or 30.48% from 561); Blue value is 156 (61.33% from 255 or 27.81% from 561); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAB9C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAAB9C is #155463. Grayscale: #BCBCBC. Windows color (decimal): -1397860 or 10267626. OLE color: 10267626.
HSL color Cylindrical-coordinate representation of color #EAAB9C: hue angle of 11.54º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EAAB9C is Cyan = 0, Magento = 0.27, Yellow = 0.33 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 171 | 156 | - |
| CMYK | 0 | 0.27 | 0.33 | 0.08 |
| HSL | 11.54º | 0.65% | 0.76% | - |
| HSV(B) | 11.54º | 0.33% | 0.92% | - |
| XYZ | 54.5 | 49.02 | 38.04 | - |
| YUV | 188.13 | 109.87 | 160.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 171 | 156 | 0 | 0.27 | 0.33 | 0.08 | 11.54 | 0.65 | 0.76 |
| Hex | EA | AB | 9C | 0 | 1B | 21 | 8 | C | 41 | 4C |
| Octal | 352 | 253 | 234 | 0 | 33 | 41 | 10 | 14 | 101 | 114 |
| Binary | 11101010 | 10101011 | 10011100 | 0 | 11011 | 100001 | 1000 | 1100 | 1000001 | 1001100 |
Color Harmonies of #EAAB9C
Complementary color
Monochromatic Colors of #EAAB9C
Black with #EAAB9C
Text Example
Text Example
White with #EAAB9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAAB9C; }
p { color: rgb(234,171,156); }
H1.HeaderClassName
{
color: #EAAB9C;
}
.AnyTagClassName
{
color: #EAAB9C;
}
</style>
background-color css
<style>
a { background-color: #EAAB9C; }
a { background-color: rgb(234,171,156); }
div.DivClassName
{
background-color: #EAAB9C;
}
.BgClassName
{
background-color: #EAAB9C;
}
</style>
border-color css
<style>
span { border-color: #EAAB9C; }
span { border-color: rgb(234,171,156); }
td.TdClassName
{
border-color: #EAAB9C;
}
.TagClassName
{
border-color: #EAAB9C;
}
</style>