Shades of Wax Flower #E9AB99
Tints of Wax Flower #E9AB99
RGB
CMYK
RGB Variations
Color information
#E9AB99 (or 0xE9AB99) is known color: Wax Flower. HEX triplet: E9, AB and 99. RGB value is (233,171,153). Sum of RGB (Red+Green+Blue) = 233+171+153=557 (73% of max value = 765). Red value is 233 (91.41% from 255 or 41.83% from 557); Green value is 171 (67.19% from 255 or 30.70% from 557); Blue value is 153 (60.16% from 255 or 27.47% from 557); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AB99 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E9AB99 is #165466. Grayscale: #BBBBBB. Windows color (decimal): -1463399 or 10071017. OLE color: 10071017.
HSL color Cylindrical-coordinate representation of color #E9AB99: hue angle of 13.5º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E9AB99 is Cyan = 0, Magento = 0.27, Yellow = 0.34 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 171 | 153 | - |
| CMYK | 0 | 0.27 | 0.34 | 0.09 |
| HSL | 13.5º | 0.65% | 0.76% | - |
| HSV(B) | 13.5º | 0.34% | 0.91% | - |
| XYZ | 53.92 | 48.75 | 36.7 | - |
| YUV | 187.49 | 108.54 | 160.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 171 | 153 | 0 | 0.27 | 0.34 | 0.09 | 13.5 | 0.65 | 0.76 |
| Hex | E9 | AB | 99 | 0 | 1B | 22 | 9 | E | 41 | 4C |
| Octal | 351 | 253 | 231 | 0 | 33 | 42 | 11 | 16 | 101 | 114 |
| Binary | 11101001 | 10101011 | 10011001 | 0 | 11011 | 100010 | 1001 | 1110 | 1000001 | 1001100 |
Color Harmonies of #E9AB99
Complementary color
Monochromatic Colors of #E9AB99
Black with #E9AB99
Text Example
Text Example
White with #E9AB99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9AB99; }
p { color: rgb(233,171,153); }
H1.HeaderClassName
{
color: #E9AB99;
}
.AnyTagClassName
{
color: #E9AB99;
}
</style>
background-color css
<style>
a { background-color: #E9AB99; }
a { background-color: rgb(233,171,153); }
div.DivClassName
{
background-color: #E9AB99;
}
.BgClassName
{
background-color: #E9AB99;
}
</style>
border-color css
<style>
span { border-color: #E9AB99; }
span { border-color: rgb(233,171,153); }
td.TdClassName
{
border-color: #E9AB99;
}
.TagClassName
{
border-color: #E9AB99;
}
</style>