Shades of Wax Flower #E5AA96
Tints of Wax Flower #E5AA96
RGB
CMYK
RGB Variations
Color information
#E5AA96 (or 0xE5AA96) is known color: Wax Flower. HEX triplet: E5, AA and 96. RGB value is (229,170,150). Sum of RGB (Red+Green+Blue) = 229+170+150=549 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.71% from 549); Green value is 170 (66.80% from 255 or 30.97% from 549); Blue value is 150 (58.98% from 255 or 27.32% from 549); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AA96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5AA96 is #1A5569. Grayscale: #B9B9B9. Windows color (decimal): -1725802 or 9874149. OLE color: 9874149.
HSL color Cylindrical-coordinate representation of color #E5AA96: hue angle of 15.19º degrees, saturation: 0.6, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E5AA96 is Cyan = 0, Magento = 0.26, Yellow = 0.34 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 170 | 150 | - |
| CMYK | 0 | 0.26 | 0.34 | 0.10 |
| HSL | 15.19º | 0.6% | 0.74% | - |
| HSV(B) | 15.19º | 0.34% | 0.9% | - |
| XYZ | 52.19 | 47.61 | 35.29 | - |
| YUV | 185.36 | 108.05 | 159.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 170 | 150 | 0 | 0.26 | 0.34 | 0.10 | 15.19 | 0.6 | 0.74 |
| Hex | E5 | AA | 96 | 0 | 1A | 22 | A | F | 3C | 4A |
| Octal | 345 | 252 | 226 | 0 | 32 | 42 | 12 | 17 | 74 | 112 |
| Binary | 11100101 | 10101010 | 10010110 | 0 | 11010 | 100010 | 1010 | 1111 | 111100 | 1001010 |
Color Harmonies of #E5AA96
Complementary color
Monochromatic Colors of #E5AA96
Black with #E5AA96
Text Example
Text Example
White with #E5AA96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5AA96; }
p { color: rgb(229,170,150); }
H1.HeaderClassName
{
color: #E5AA96;
}
.AnyTagClassName
{
color: #E5AA96;
}
</style>
background-color css
<style>
a { background-color: #E5AA96; }
a { background-color: rgb(229,170,150); }
div.DivClassName
{
background-color: #E5AA96;
}
.BgClassName
{
background-color: #E5AA96;
}
</style>
border-color css
<style>
span { border-color: #E5AA96; }
span { border-color: rgb(229,170,150); }
td.TdClassName
{
border-color: #E5AA96;
}
.TagClassName
{
border-color: #E5AA96;
}
</style>