Shades of Wax Flower #E8AE96
Tints of Wax Flower #E8AE96
RGB
CMYK
RGB Variations
Color information
#E8AE96 (or 0xE8AE96) is known color: Wax Flower. HEX triplet: E8, AE and 96. RGB value is (232,174,150). Sum of RGB (Red+Green+Blue) = 232+174+150=556 (73% of max value = 765). Red value is 232 (91.02% from 255 or 41.73% from 556); Green value is 174 (68.36% from 255 or 31.29% from 556); Blue value is 150 (58.98% from 255 or 26.98% from 556); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AE96 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E8AE96 is #175169. Grayscale: #BCBCBC. Windows color (decimal): -1528170 or 9875176. OLE color: 9875176.
HSL color Cylindrical-coordinate representation of color #E8AE96: hue angle of 17.56º degrees, saturation: 0.64, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E8AE96 is Cyan = 0, Magento = 0.25, Yellow = 0.35 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 174 | 150 | - |
| CMYK | 0 | 0.25 | 0.35 | 0.09 |
| HSL | 17.56º | 0.64% | 0.75% | - |
| HSV(B) | 17.56º | 0.35% | 0.91% | - |
| XYZ | 53.92 | 49.63 | 35.59 | - |
| YUV | 188.61 | 106.22 | 158.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 174 | 150 | 0 | 0.25 | 0.35 | 0.09 | 17.56 | 0.64 | 0.75 |
| Hex | E8 | AE | 96 | 0 | 19 | 23 | 9 | 12 | 40 | 4B |
| Octal | 350 | 256 | 226 | 0 | 31 | 43 | 11 | 22 | 100 | 113 |
| Binary | 11101000 | 10101110 | 10010110 | 0 | 11001 | 100011 | 1001 | 10010 | 1000000 | 1001011 |
Color Harmonies of #E8AE96
Complementary color
Monochromatic Colors of #E8AE96
Black with #E8AE96
Text Example
Text Example
White with #E8AE96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8AE96; }
p { color: rgb(232,174,150); }
H1.HeaderClassName
{
color: #E8AE96;
}
.AnyTagClassName
{
color: #E8AE96;
}
</style>
background-color css
<style>
a { background-color: #E8AE96; }
a { background-color: rgb(232,174,150); }
div.DivClassName
{
background-color: #E8AE96;
}
.BgClassName
{
background-color: #E8AE96;
}
</style>
border-color css
<style>
span { border-color: #E8AE96; }
span { border-color: rgb(232,174,150); }
td.TdClassName
{
border-color: #E8AE96;
}
.TagClassName
{
border-color: #E8AE96;
}
</style>