Shades of Wax Flower #E8AF9E
Tints of Wax Flower #E8AF9E
RGB
CMYK
RGB Variations
Color information
#E8AF9E (or 0xE8AF9E) is known color: Wax Flower. HEX triplet: E8, AF and 9E. RGB value is (232,175,158). Sum of RGB (Red+Green+Blue) = 232+175+158=565 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.06% from 565); Green value is 175 (68.75% from 255 or 30.97% from 565); Blue value is 158 (62.11% from 255 or 27.96% from 565); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AF9E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E8AF9E is #175061. Grayscale: #BEBEBE. Windows color (decimal): -1527906 or 10399720. OLE color: 10399720.
HSL color Cylindrical-coordinate representation of color #E8AF9E: hue angle of 13.78º degrees, saturation: 0.62, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E8AF9E is Cyan = 0, Magento = 0.25, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 175 | 158 | - |
| CMYK | 0 | 0.25 | 0.32 | 0.09 |
| HSL | 13.78º | 0.62% | 0.76% | - |
| HSV(B) | 13.78º | 0.32% | 0.91% | - |
| XYZ | 54.78 | 50.28 | 39.17 | - |
| YUV | 190.11 | 109.88 | 157.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 175 | 158 | 0 | 0.25 | 0.32 | 0.09 | 13.78 | 0.62 | 0.76 |
| Hex | E8 | AF | 9E | 0 | 19 | 20 | 9 | E | 3E | 4C |
| Octal | 350 | 257 | 236 | 0 | 31 | 40 | 11 | 16 | 76 | 114 |
| Binary | 11101000 | 10101111 | 10011110 | 0 | 11001 | 100000 | 1001 | 1110 | 111110 | 1001100 |
Color Harmonies of #E8AF9E
Complementary color
Monochromatic Colors of #E8AF9E
Black with #E8AF9E
Text Example
Text Example
White with #E8AF9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8AF9E; }
p { color: rgb(232,175,158); }
H1.HeaderClassName
{
color: #E8AF9E;
}
.AnyTagClassName
{
color: #E8AF9E;
}
</style>
background-color css
<style>
a { background-color: #E8AF9E; }
a { background-color: rgb(232,175,158); }
div.DivClassName
{
background-color: #E8AF9E;
}
.BgClassName
{
background-color: #E8AF9E;
}
</style>
border-color css
<style>
span { border-color: #E8AF9E; }
span { border-color: rgb(232,175,158); }
td.TdClassName
{
border-color: #E8AF9E;
}
.TagClassName
{
border-color: #E8AF9E;
}
</style>