Shades of Wax Flower #E9A896
Tints of Wax Flower #E9A896
RGB
CMYK
RGB Variations
Color information
#E9A896 (or 0xE9A896) is known color: Wax Flower. HEX triplet: E9, A8 and 96. RGB value is (233,168,150). Sum of RGB (Red+Green+Blue) = 233+168+150=551 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.29% from 551); Green value is 168 (66.02% from 255 or 30.49% from 551); Blue value is 150 (58.98% from 255 or 27.22% from 551); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A896 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E9A896 is #165769. Grayscale: #B9B9B9. Windows color (decimal): -1464170 or 9873641. OLE color: 9873641.
HSL color Cylindrical-coordinate representation of color #E9A896: hue angle of 13.01º degrees, saturation: 0.65, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E9A896 is Cyan = 0, Magento = 0.28, Yellow = 0.36 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 168 | 150 | - |
| CMYK | 0 | 0.28 | 0.36 | 0.09 |
| HSL | 13.01º | 0.65% | 0.75% | - |
| HSV(B) | 13.01º | 0.36% | 0.91% | - |
| XYZ | 53.11 | 47.53 | 35.23 | - |
| YUV | 185.38 | 108.03 | 161.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 168 | 150 | 0 | 0.28 | 0.36 | 0.09 | 13.01 | 0.65 | 0.75 |
| Hex | E9 | A8 | 96 | 0 | 1C | 24 | 9 | D | 41 | 4B |
| Octal | 351 | 250 | 226 | 0 | 34 | 44 | 11 | 15 | 101 | 113 |
| Binary | 11101001 | 10101000 | 10010110 | 0 | 11100 | 100100 | 1001 | 1101 | 1000001 | 1001011 |
Color Harmonies of #E9A896
Complementary color
Monochromatic Colors of #E9A896
Black with #E9A896
Text Example
Text Example
White with #E9A896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9A896; }
p { color: rgb(233,168,150); }
H1.HeaderClassName
{
color: #E9A896;
}
.AnyTagClassName
{
color: #E9A896;
}
</style>
background-color css
<style>
a { background-color: #E9A896; }
a { background-color: rgb(233,168,150); }
div.DivClassName
{
background-color: #E9A896;
}
.BgClassName
{
background-color: #E9A896;
}
</style>
border-color css
<style>
span { border-color: #E9A896; }
span { border-color: rgb(233,168,150); }
td.TdClassName
{
border-color: #E9A896;
}
.TagClassName
{
border-color: #E9A896;
}
</style>