Shades of Wax Flower #E8AE9D
Tints of Wax Flower #E8AE9D
RGB
CMYK
RGB Variations
Color information
#E8AE9D (or 0xE8AE9D) is known color: Wax Flower. HEX triplet: E8, AE and 9D. RGB value is (232,174,157). Sum of RGB (Red+Green+Blue) = 232+174+157=563 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.21% from 563); Green value is 174 (68.36% from 255 or 30.91% from 563); Blue value is 157 (61.72% from 255 or 27.89% from 563); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AE9D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E8AE9D is #175162. Grayscale: #BDBDBD. Windows color (decimal): -1528163 or 10333928. OLE color: 10333928.
HSL color Cylindrical-coordinate representation of color #E8AE9D: hue angle of 13.6º 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 #E8AE9D is Cyan = 0, Magento = 0.25, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 174 | 157 | - |
| CMYK | 0 | 0.25 | 0.32 | 0.09 |
| HSL | 13.6º | 0.62% | 0.76% | - |
| HSV(B) | 13.6º | 0.32% | 0.91% | - |
| XYZ | 54.5 | 49.86 | 38.65 | - |
| YUV | 189.4 | 109.72 | 158.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 174 | 157 | 0 | 0.25 | 0.32 | 0.09 | 13.6 | 0.62 | 0.76 |
| Hex | E8 | AE | 9D | 0 | 19 | 20 | 9 | E | 3E | 4C |
| Octal | 350 | 256 | 235 | 0 | 31 | 40 | 11 | 16 | 76 | 114 |
| Binary | 11101000 | 10101110 | 10011101 | 0 | 11001 | 100000 | 1001 | 1110 | 111110 | 1001100 |
Color Harmonies of #E8AE9D
Complementary color
Monochromatic Colors of #E8AE9D
Black with #E8AE9D
Text Example
Text Example
White with #E8AE9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8AE9D; }
p { color: rgb(232,174,157); }
H1.HeaderClassName
{
color: #E8AE9D;
}
.AnyTagClassName
{
color: #E8AE9D;
}
</style>
background-color css
<style>
a { background-color: #E8AE9D; }
a { background-color: rgb(232,174,157); }
div.DivClassName
{
background-color: #E8AE9D;
}
.BgClassName
{
background-color: #E8AE9D;
}
</style>
border-color css
<style>
span { border-color: #E8AE9D; }
span { border-color: rgb(232,174,157); }
td.TdClassName
{
border-color: #E8AE9D;
}
.TagClassName
{
border-color: #E8AE9D;
}
</style>