Shades of Wax Flower #E9AA97
Tints of Wax Flower #E9AA97
RGB
CMYK
RGB Variations
Color information
#E9AA97 (or 0xE9AA97) is known color: Wax Flower. HEX triplet: E9, AA and 97. RGB value is (233,170,151). Sum of RGB (Red+Green+Blue) = 233+170+151=554 (73% of max value = 765). Red value is 233 (91.41% from 255 or 42.06% from 554); Green value is 170 (66.80% from 255 or 30.69% from 554); Blue value is 151 (59.38% from 255 or 27.26% from 554); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AA97 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E9AA97 is #165568. Grayscale: #BABABA. Windows color (decimal): -1463657 or 9939689. OLE color: 9939689.
HSL color Cylindrical-coordinate representation of color #E9AA97: hue angle of 13.9º degrees, saturation: 0.65, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E9AA97 is Cyan = 0, Magento = 0.27, Yellow = 0.35 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 170 | 151 | - |
| CMYK | 0 | 0.27 | 0.35 | 0.09 |
| HSL | 13.9º | 0.65% | 0.75% | - |
| HSV(B) | 13.9º | 0.35% | 0.91% | - |
| XYZ | 53.56 | 48.31 | 35.78 | - |
| YUV | 186.67 | 107.87 | 161.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 170 | 151 | 0 | 0.27 | 0.35 | 0.09 | 13.9 | 0.65 | 0.75 |
| Hex | E9 | AA | 97 | 0 | 1B | 23 | 9 | E | 41 | 4B |
| Octal | 351 | 252 | 227 | 0 | 33 | 43 | 11 | 16 | 101 | 113 |
| Binary | 11101001 | 10101010 | 10010111 | 0 | 11011 | 100011 | 1001 | 1110 | 1000001 | 1001011 |
Color Harmonies of #E9AA97
Complementary color
Monochromatic Colors of #E9AA97
Black with #E9AA97
Text Example
Text Example
White with #E9AA97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9AA97; }
p { color: rgb(233,170,151); }
H1.HeaderClassName
{
color: #E9AA97;
}
.AnyTagClassName
{
color: #E9AA97;
}
</style>
background-color css
<style>
a { background-color: #E9AA97; }
a { background-color: rgb(233,170,151); }
div.DivClassName
{
background-color: #E9AA97;
}
.BgClassName
{
background-color: #E9AA97;
}
</style>
border-color css
<style>
span { border-color: #E9AA97; }
span { border-color: rgb(233,170,151); }
td.TdClassName
{
border-color: #E9AA97;
}
.TagClassName
{
border-color: #E9AA97;
}
</style>