Shades of Wax Flower #E9AF9E
Tints of Wax Flower #E9AF9E
RGB
CMYK
RGB Variations
Color information
#E9AF9E (or 0xE9AF9E) is known color: Wax Flower. HEX triplet: E9, AF and 9E. RGB value is (233,175,158). Sum of RGB (Red+Green+Blue) = 233+175+158=566 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.17% from 566); Green value is 175 (68.75% from 255 or 30.92% from 566); Blue value is 158 (62.11% from 255 or 27.92% from 566); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AF9E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E9AF9E is #165061. Grayscale: #BEBEBE. Windows color (decimal): -1462370 or 10399721. OLE color: 10399721.
HSL color Cylindrical-coordinate representation of color #E9AF9E: hue angle of 13.6º degrees, saturation: 0.63, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E9AF9E is Cyan = 0, Magento = 0.25, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 175 | 158 | - |
| CMYK | 0 | 0.25 | 0.32 | 0.09 |
| HSL | 13.6º | 0.63% | 0.77% | - |
| HSV(B) | 13.6º | 0.32% | 0.91% | - |
| XYZ | 55.11 | 50.45 | 39.18 | - |
| YUV | 190.4 | 109.72 | 158.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 175 | 158 | 0 | 0.25 | 0.32 | 0.09 | 13.6 | 0.63 | 0.77 |
| Hex | E9 | AF | 9E | 0 | 19 | 20 | 9 | E | 3F | 4D |
| Octal | 351 | 257 | 236 | 0 | 31 | 40 | 11 | 16 | 77 | 115 |
| Binary | 11101001 | 10101111 | 10011110 | 0 | 11001 | 100000 | 1001 | 1110 | 111111 | 1001101 |
Color Harmonies of #E9AF9E
Complementary color
Monochromatic Colors of #E9AF9E
Black with #E9AF9E
Text Example
Text Example
White with #E9AF9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9AF9E; }
p { color: rgb(233,175,158); }
H1.HeaderClassName
{
color: #E9AF9E;
}
.AnyTagClassName
{
color: #E9AF9E;
}
</style>
background-color css
<style>
a { background-color: #E9AF9E; }
a { background-color: rgb(233,175,158); }
div.DivClassName
{
background-color: #E9AF9E;
}
.BgClassName
{
background-color: #E9AF9E;
}
</style>
border-color css
<style>
span { border-color: #E9AF9E; }
span { border-color: rgb(233,175,158); }
td.TdClassName
{
border-color: #E9AF9E;
}
.TagClassName
{
border-color: #E9AF9E;
}
</style>