Shades of Wax Flower #E2AF99
Tints of Wax Flower #E2AF99
RGB
CMYK
RGB Variations
Color information
#E2AF99 (or 0xE2AF99) is known color: Wax Flower. HEX triplet: E2, AF and 99. RGB value is (226,175,153). Sum of RGB (Red+Green+Blue) = 226+175+153=554 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.79% from 554); Green value is 175 (68.75% from 255 or 31.59% from 554); Blue value is 153 (60.16% from 255 or 27.62% from 554); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AF99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2AF99 is #1D5066. Grayscale: #BBBBBB. Windows color (decimal): -1921127 or 10072034. OLE color: 10072034.
HSL color Cylindrical-coordinate representation of color #E2AF99: hue angle of 18.08º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E2AF99 is Cyan = 0, Magento = 0.23, Yellow = 0.32 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 175 | 153 | - |
| CMYK | 0 | 0.23 | 0.32 | 0.11 |
| HSL | 18.08º | 0.56% | 0.74% | - |
| HSV(B) | 18.08º | 0.32% | 0.89% | - |
| XYZ | 52.44 | 49.13 | 36.86 | - |
| YUV | 187.74 | 108.4 | 155.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 175 | 153 | 0 | 0.23 | 0.32 | 0.11 | 18.08 | 0.56 | 0.74 |
| Hex | E2 | AF | 99 | 0 | 17 | 20 | B | 12 | 38 | 4A |
| Octal | 342 | 257 | 231 | 0 | 27 | 40 | 13 | 22 | 70 | 112 |
| Binary | 11100010 | 10101111 | 10011001 | 0 | 10111 | 100000 | 1011 | 10010 | 111000 | 1001010 |
Color Harmonies of #E2AF99
Complementary color
Monochromatic Colors of #E2AF99
Black with #E2AF99
Text Example
Text Example
White with #E2AF99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2AF99; }
p { color: rgb(226,175,153); }
H1.HeaderClassName
{
color: #E2AF99;
}
.AnyTagClassName
{
color: #E2AF99;
}
</style>
background-color css
<style>
a { background-color: #E2AF99; }
a { background-color: rgb(226,175,153); }
div.DivClassName
{
background-color: #E2AF99;
}
.BgClassName
{
background-color: #E2AF99;
}
</style>
border-color css
<style>
span { border-color: #E2AF99; }
span { border-color: rgb(226,175,153); }
td.TdClassName
{
border-color: #E2AF99;
}
.TagClassName
{
border-color: #E2AF99;
}
</style>