Shades of Wax Flower #E0AF99
Tints of Wax Flower #E0AF99
RGB
CMYK
RGB Variations
Color information
#E0AF99 (or 0xE0AF99) is known color: Wax Flower. HEX triplet: E0, AF and 99. RGB value is (224,175,153). Sum of RGB (Red+Green+Blue) = 224+175+153=552 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.58% from 552); Green value is 175 (68.75% from 255 or 31.70% from 552); Blue value is 153 (60.16% from 255 or 27.72% from 552); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AF99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0AF99 is #1F5066. Grayscale: #BBBBBB. Windows color (decimal): -2052199 or 10072032. OLE color: 10072032.
HSL color Cylindrical-coordinate representation of color #E0AF99: hue angle of 18.59º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E0AF99 is Cyan = 0, Magento = 0.22, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 175 | 153 | - |
| CMYK | 0 | 0.22 | 0.32 | 0.12 |
| HSL | 18.59º | 0.53% | 0.74% | - |
| HSV(B) | 18.59º | 0.32% | 0.88% | - |
| XYZ | 51.82 | 48.81 | 36.83 | - |
| YUV | 187.14 | 108.73 | 154.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 175 | 153 | 0 | 0.22 | 0.32 | 0.12 | 18.59 | 0.53 | 0.74 |
| Hex | E0 | AF | 99 | 0 | 16 | 20 | C | 13 | 35 | 4A |
| Octal | 340 | 257 | 231 | 0 | 26 | 40 | 14 | 23 | 65 | 112 |
| Binary | 11100000 | 10101111 | 10011001 | 0 | 10110 | 100000 | 1100 | 10011 | 110101 | 1001010 |
Color Harmonies of #E0AF99
Complementary color
Monochromatic Colors of #E0AF99
Black with #E0AF99
Text Example
Text Example
White with #E0AF99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0AF99; }
p { color: rgb(224,175,153); }
H1.HeaderClassName
{
color: #E0AF99;
}
.AnyTagClassName
{
color: #E0AF99;
}
</style>
background-color css
<style>
a { background-color: #E0AF99; }
a { background-color: rgb(224,175,153); }
div.DivClassName
{
background-color: #E0AF99;
}
.BgClassName
{
background-color: #E0AF99;
}
</style>
border-color css
<style>
span { border-color: #E0AF99; }
span { border-color: rgb(224,175,153); }
td.TdClassName
{
border-color: #E0AF99;
}
.TagClassName
{
border-color: #E0AF99;
}
</style>