Shades of Wax Flower #E8AE9E
Tints of Wax Flower #E8AE9E
RGB
CMYK
RGB Variations
Color information
#E8AE9E (or 0xE8AE9E) is known color: Wax Flower. HEX triplet: E8, AE and 9E. RGB value is (232,174,158). Sum of RGB (Red+Green+Blue) = 232+174+158=564 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.13% from 564); Green value is 174 (68.36% from 255 or 30.85% from 564); Blue value is 158 (62.11% from 255 or 28.01% from 564); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AE9E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E8AE9E is #175161. Grayscale: #BDBDBD. Windows color (decimal): -1528162 or 10399464. OLE color: 10399464.
HSL color Cylindrical-coordinate representation of color #E8AE9E: hue angle of 12.97º 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 #E8AE9E is Cyan = 0, Magento = 0.25, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 174 | 158 | - |
| CMYK | 0 | 0.25 | 0.32 | 0.09 |
| HSL | 12.97º | 0.62% | 0.76% | - |
| HSV(B) | 12.97º | 0.32% | 0.91% | - |
| XYZ | 54.59 | 49.9 | 39.1 | - |
| YUV | 189.52 | 110.22 | 158.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 174 | 158 | 0 | 0.25 | 0.32 | 0.09 | 12.97 | 0.62 | 0.76 |
| Hex | E8 | AE | 9E | 0 | 19 | 20 | 9 | D | 3E | 4C |
| Octal | 350 | 256 | 236 | 0 | 31 | 40 | 11 | 15 | 76 | 114 |
| Binary | 11101000 | 10101110 | 10011110 | 0 | 11001 | 100000 | 1001 | 1101 | 111110 | 1001100 |
Color Harmonies of #E8AE9E
Complementary color
Monochromatic Colors of #E8AE9E
Black with #E8AE9E
Text Example
Text Example
White with #E8AE9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8AE9E; }
p { color: rgb(232,174,158); }
H1.HeaderClassName
{
color: #E8AE9E;
}
.AnyTagClassName
{
color: #E8AE9E;
}
</style>
background-color css
<style>
a { background-color: #E8AE9E; }
a { background-color: rgb(232,174,158); }
div.DivClassName
{
background-color: #E8AE9E;
}
.BgClassName
{
background-color: #E8AE9E;
}
</style>
border-color css
<style>
span { border-color: #E8AE9E; }
span { border-color: rgb(232,174,158); }
td.TdClassName
{
border-color: #E8AE9E;
}
.TagClassName
{
border-color: #E8AE9E;
}
</style>