Shades of Wax Flower #E8AF9F
Tints of Wax Flower #E8AF9F
RGB
CMYK
RGB Variations
Color information
#E8AF9F (or 0xE8AF9F) is known color: Wax Flower. HEX triplet: E8, AF and 9F. RGB value is (232,175,159). Sum of RGB (Red+Green+Blue) = 232+175+159=566 (74% of max value = 765). Red value is 232 (91.02% from 255 or 40.99% from 566); Green value is 175 (68.75% from 255 or 30.92% from 566); Blue value is 159 (62.5% from 255 or 28.09% from 566); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AF9F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E8AF9F is #175060. Grayscale: #BEBEBE. Windows color (decimal): -1527905 or 10465256. OLE color: 10465256.
HSL color Cylindrical-coordinate representation of color #E8AF9F: hue angle of 13.15º degrees, saturation: 0.61, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E8AF9F is Cyan = 0, Magento = 0.25, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 175 | 159 | - |
| CMYK | 0 | 0.25 | 0.31 | 0.09 |
| HSL | 13.15º | 0.61% | 0.77% | - |
| HSV(B) | 13.15º | 0.31% | 0.91% | - |
| XYZ | 54.87 | 50.32 | 39.62 | - |
| YUV | 190.22 | 110.38 | 157.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 175 | 159 | 0 | 0.25 | 0.31 | 0.09 | 13.15 | 0.61 | 0.77 |
| Hex | E8 | AF | 9F | 0 | 19 | 1F | 9 | D | 3D | 4D |
| Octal | 350 | 257 | 237 | 0 | 31 | 37 | 11 | 15 | 75 | 115 |
| Binary | 11101000 | 10101111 | 10011111 | 0 | 11001 | 11111 | 1001 | 1101 | 111101 | 1001101 |
Color Harmonies of #E8AF9F
Complementary color
Monochromatic Colors of #E8AF9F
Black with #E8AF9F
Text Example
Text Example
White with #E8AF9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8AF9F; }
p { color: rgb(232,175,159); }
H1.HeaderClassName
{
color: #E8AF9F;
}
.AnyTagClassName
{
color: #E8AF9F;
}
</style>
background-color css
<style>
a { background-color: #E8AF9F; }
a { background-color: rgb(232,175,159); }
div.DivClassName
{
background-color: #E8AF9F;
}
.BgClassName
{
background-color: #E8AF9F;
}
</style>
border-color css
<style>
span { border-color: #E8AF9F; }
span { border-color: rgb(232,175,159); }
td.TdClassName
{
border-color: #E8AF9F;
}
.TagClassName
{
border-color: #E8AF9F;
}
</style>