Shades of Wax Flower #E9AE96
Tints of Wax Flower #E9AE96
RGB
CMYK
RGB Variations
Color information
#E9AE96 (or 0xE9AE96) is known color: Wax Flower. HEX triplet: E9, AE and 96. RGB value is (233,174,150). Sum of RGB (Red+Green+Blue) = 233+174+150=557 (73% of max value = 765). Red value is 233 (91.41% from 255 or 41.83% from 557); Green value is 174 (68.36% from 255 or 31.24% from 557); Blue value is 150 (58.98% from 255 or 26.93% from 557); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AE96 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E9AE96 is #165169. Grayscale: #BDBDBD. Windows color (decimal): -1462634 or 9875177. OLE color: 9875177.
HSL color Cylindrical-coordinate representation of color #E9AE96: hue angle of 17.35º 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 #E9AE96 is Cyan = 0, Magento = 0.25, Yellow = 0.36 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 174 | 150 | - |
| CMYK | 0 | 0.25 | 0.36 | 0.09 |
| HSL | 17.35º | 0.65% | 0.75% | - |
| HSV(B) | 17.35º | 0.36% | 0.91% | - |
| XYZ | 54.25 | 49.8 | 35.61 | - |
| YUV | 188.91 | 106.05 | 159.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 174 | 150 | 0 | 0.25 | 0.36 | 0.09 | 17.35 | 0.65 | 0.75 |
| Hex | E9 | AE | 96 | 0 | 19 | 24 | 9 | 11 | 41 | 4B |
| Octal | 351 | 256 | 226 | 0 | 31 | 44 | 11 | 21 | 101 | 113 |
| Binary | 11101001 | 10101110 | 10010110 | 0 | 11001 | 100100 | 1001 | 10001 | 1000001 | 1001011 |
Color Harmonies of #E9AE96
Complementary color
Monochromatic Colors of #E9AE96
Black with #E9AE96
Text Example
Text Example
White with #E9AE96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9AE96; }
p { color: rgb(233,174,150); }
H1.HeaderClassName
{
color: #E9AE96;
}
.AnyTagClassName
{
color: #E9AE96;
}
</style>
background-color css
<style>
a { background-color: #E9AE96; }
a { background-color: rgb(233,174,150); }
div.DivClassName
{
background-color: #E9AE96;
}
.BgClassName
{
background-color: #E9AE96;
}
</style>
border-color css
<style>
span { border-color: #E9AE96; }
span { border-color: rgb(233,174,150); }
td.TdClassName
{
border-color: #E9AE96;
}
.TagClassName
{
border-color: #E9AE96;
}
</style>