Shades of Wax Flower #E9AB9C
Tints of Wax Flower #E9AB9C
RGB
CMYK
RGB Variations
Color information
#E9AB9C (or 0xE9AB9C) is known color: Wax Flower. HEX triplet: E9, AB and 9C. RGB value is (233,171,156). Sum of RGB (Red+Green+Blue) = 233+171+156=560 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.61% from 560); Green value is 171 (67.19% from 255 or 30.54% from 560); Blue value is 156 (61.33% from 255 or 27.86% from 560); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AB9C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E9AB9C is #165463. Grayscale: #BBBBBB. Windows color (decimal): -1463396 or 10267625. OLE color: 10267625.
HSL color Cylindrical-coordinate representation of color #E9AB9C: hue angle of 11.69º degrees, saturation: 0.64, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E9AB9C is Cyan = 0, Magento = 0.27, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 171 | 156 | - |
| CMYK | 0 | 0.27 | 0.33 | 0.09 |
| HSL | 11.69º | 0.64% | 0.76% | - |
| HSV(B) | 11.69º | 0.33% | 0.91% | - |
| XYZ | 54.17 | 48.85 | 38.03 | - |
| YUV | 187.83 | 110.04 | 160.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 171 | 156 | 0 | 0.27 | 0.33 | 0.09 | 11.69 | 0.64 | 0.76 |
| Hex | E9 | AB | 9C | 0 | 1B | 21 | 9 | C | 40 | 4C |
| Octal | 351 | 253 | 234 | 0 | 33 | 41 | 11 | 14 | 100 | 114 |
| Binary | 11101001 | 10101011 | 10011100 | 0 | 11011 | 100001 | 1001 | 1100 | 1000000 | 1001100 |
Color Harmonies of #E9AB9C
Complementary color
Monochromatic Colors of #E9AB9C
Black with #E9AB9C
Text Example
Text Example
White with #E9AB9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9AB9C; }
p { color: rgb(233,171,156); }
H1.HeaderClassName
{
color: #E9AB9C;
}
.AnyTagClassName
{
color: #E9AB9C;
}
</style>
background-color css
<style>
a { background-color: #E9AB9C; }
a { background-color: rgb(233,171,156); }
div.DivClassName
{
background-color: #E9AB9C;
}
.BgClassName
{
background-color: #E9AB9C;
}
</style>
border-color css
<style>
span { border-color: #E9AB9C; }
span { border-color: rgb(233,171,156); }
td.TdClassName
{
border-color: #E9AB9C;
}
.TagClassName
{
border-color: #E9AB9C;
}
</style>