Shades of Wax Flower #E8AF9D
Tints of Wax Flower #E8AF9D
RGB
CMYK
RGB Variations
Color information
#E8AF9D (or 0xE8AF9D) is known color: Wax Flower. HEX triplet: E8, AF and 9D. RGB value is (232,175,157). Sum of RGB (Red+Green+Blue) = 232+175+157=564 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.13% from 564); Green value is 175 (68.75% from 255 or 31.03% from 564); Blue value is 157 (61.72% from 255 or 27.84% from 564); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AF9D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E8AF9D is #175062. Grayscale: #BEBEBE. Windows color (decimal): -1527907 or 10334184. OLE color: 10334184.
HSL color Cylindrical-coordinate representation of color #E8AF9D: hue angle of 14.4º 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 #E8AF9D is Cyan = 0, Magento = 0.25, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 175 | 157 | - |
| CMYK | 0 | 0.25 | 0.32 | 0.09 |
| HSL | 14.4º | 0.62% | 0.76% | - |
| HSV(B) | 14.4º | 0.32% | 0.91% | - |
| XYZ | 54.69 | 50.25 | 38.71 | - |
| YUV | 189.99 | 109.38 | 157.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 175 | 157 | 0 | 0.25 | 0.32 | 0.09 | 14.4 | 0.62 | 0.76 |
| Hex | E8 | AF | 9D | 0 | 19 | 20 | 9 | E | 3E | 4C |
| Octal | 350 | 257 | 235 | 0 | 31 | 40 | 11 | 16 | 76 | 114 |
| Binary | 11101000 | 10101111 | 10011101 | 0 | 11001 | 100000 | 1001 | 1110 | 111110 | 1001100 |
Color Harmonies of #E8AF9D
Complementary color
Monochromatic Colors of #E8AF9D
Black with #E8AF9D
Text Example
Text Example
White with #E8AF9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8AF9D; }
p { color: rgb(232,175,157); }
H1.HeaderClassName
{
color: #E8AF9D;
}
.AnyTagClassName
{
color: #E8AF9D;
}
</style>
background-color css
<style>
a { background-color: #E8AF9D; }
a { background-color: rgb(232,175,157); }
div.DivClassName
{
background-color: #E8AF9D;
}
.BgClassName
{
background-color: #E8AF9D;
}
</style>
border-color css
<style>
span { border-color: #E8AF9D; }
span { border-color: rgb(232,175,157); }
td.TdClassName
{
border-color: #E8AF9D;
}
.TagClassName
{
border-color: #E8AF9D;
}
</style>