Shades of Wax Flower #E4AF96
Tints of Wax Flower #E4AF96
RGB
CMYK
RGB Variations
Color information
#E4AF96 (or 0xE4AF96) is known color: Wax Flower. HEX triplet: E4, AF and 96. RGB value is (228,175,150). Sum of RGB (Red+Green+Blue) = 228+175+150=553 (73% of max value = 765). Red value is 228 (89.45% from 255 or 41.23% from 553); Green value is 175 (68.75% from 255 or 31.65% from 553); Blue value is 150 (58.98% from 255 or 27.12% from 553); Max value from RGB is 228 - color contains mainly: red. Hex color #E4AF96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E4AF96 is #1B5069. Grayscale: #BCBCBC. Windows color (decimal): -1790058 or 9875428. OLE color: 9875428.
HSL color Cylindrical-coordinate representation of color #E4AF96: hue angle of 19.23º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E4AF96 is Cyan = 0, Magento = 0.23, Yellow = 0.34 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 175 | 150 | - |
| CMYK | 0 | 0.23 | 0.34 | 0.11 |
| HSL | 19.23º | 0.59% | 0.74% | - |
| HSV(B) | 19.23º | 0.34% | 0.89% | - |
| XYZ | 52.83 | 49.36 | 35.6 | - |
| YUV | 188 | 106.56 | 156.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 175 | 150 | 0 | 0.23 | 0.34 | 0.11 | 19.23 | 0.59 | 0.74 |
| Hex | E4 | AF | 96 | 0 | 17 | 22 | B | 13 | 3B | 4A |
| Octal | 344 | 257 | 226 | 0 | 27 | 42 | 13 | 23 | 73 | 112 |
| Binary | 11100100 | 10101111 | 10010110 | 0 | 10111 | 100010 | 1011 | 10011 | 111011 | 1001010 |
Color Harmonies of #E4AF96
Complementary color
Monochromatic Colors of #E4AF96
Black with #E4AF96
Text Example
Text Example
White with #E4AF96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4AF96; }
p { color: rgb(228,175,150); }
H1.HeaderClassName
{
color: #E4AF96;
}
.AnyTagClassName
{
color: #E4AF96;
}
</style>
background-color css
<style>
a { background-color: #E4AF96; }
a { background-color: rgb(228,175,150); }
div.DivClassName
{
background-color: #E4AF96;
}
.BgClassName
{
background-color: #E4AF96;
}
</style>
border-color css
<style>
span { border-color: #E4AF96; }
span { border-color: rgb(228,175,150); }
td.TdClassName
{
border-color: #E4AF96;
}
.TagClassName
{
border-color: #E4AF96;
}
</style>