Shades of Wax Flower #E5A99A
Tints of Wax Flower #E5A99A
RGB
CMYK
RGB Variations
Color information
#E5A99A (or 0xE5A99A) is known color: Wax Flower. HEX triplet: E5, A9 and 9A. RGB value is (229,169,154). Sum of RGB (Red+Green+Blue) = 229+169+154=552 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.49% from 552); Green value is 169 (66.41% from 255 or 30.62% from 552); Blue value is 154 (60.55% from 255 or 27.90% from 552); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A99A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5A99A is #1A5665. Grayscale: #B9B9B9. Windows color (decimal): -1726054 or 10136037. OLE color: 10136037.
HSL color Cylindrical-coordinate representation of color #E5A99A: hue angle of 12º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E5A99A is Cyan = 0, Magento = 0.26, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 169 | 154 | - |
| CMYK | 0 | 0.26 | 0.33 | 0.10 |
| HSL | 12º | 0.59% | 0.75% | - |
| HSV(B) | 12º | 0.33% | 0.9% | - |
| XYZ | 52.33 | 47.37 | 36.96 | - |
| YUV | 185.23 | 110.38 | 159.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 169 | 154 | 0 | 0.26 | 0.33 | 0.10 | 12 | 0.59 | 0.75 |
| Hex | E5 | A9 | 9A | 0 | 1A | 21 | A | C | 3B | 4B |
| Octal | 345 | 251 | 232 | 0 | 32 | 41 | 12 | 14 | 73 | 113 |
| Binary | 11100101 | 10101001 | 10011010 | 0 | 11010 | 100001 | 1010 | 1100 | 111011 | 1001011 |
Color Harmonies of #E5A99A
Complementary color
Monochromatic Colors of #E5A99A
Black with #E5A99A
Text Example
Text Example
White with #E5A99A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A99A; }
p { color: rgb(229,169,154); }
H1.HeaderClassName
{
color: #E5A99A;
}
.AnyTagClassName
{
color: #E5A99A;
}
</style>
background-color css
<style>
a { background-color: #E5A99A; }
a { background-color: rgb(229,169,154); }
div.DivClassName
{
background-color: #E5A99A;
}
.BgClassName
{
background-color: #E5A99A;
}
</style>
border-color css
<style>
span { border-color: #E5A99A; }
span { border-color: rgb(229,169,154); }
td.TdClassName
{
border-color: #E5A99A;
}
.TagClassName
{
border-color: #E5A99A;
}
</style>