Shades of Wax Flower #E0AE97
Tints of Wax Flower #E0AE97
RGB
CMYK
RGB Variations
Color information
#E0AE97 (or 0xE0AE97) is known color: Wax Flower. HEX triplet: E0, AE and 97. RGB value is (224,174,151). Sum of RGB (Red+Green+Blue) = 224+174+151=549 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.80% from 549); Green value is 174 (68.36% from 255 or 31.69% from 549); Blue value is 151 (59.38% from 255 or 27.50% from 549); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AE97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0AE97 is #1F5168. Grayscale: #BABABA. Windows color (decimal): -2052457 or 9940704. OLE color: 9940704.
HSL color Cylindrical-coordinate representation of color #E0AE97: hue angle of 18.9º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E0AE97 is Cyan = 0, Magento = 0.22, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 174 | 151 | - |
| CMYK | 0 | 0.22 | 0.33 | 0.12 |
| HSL | 18.9º | 0.54% | 0.74% | - |
| HSV(B) | 18.9º | 0.33% | 0.88% | - |
| XYZ | 51.46 | 48.35 | 35.9 | - |
| YUV | 186.33 | 108.07 | 154.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 174 | 151 | 0 | 0.22 | 0.33 | 0.12 | 18.9 | 0.54 | 0.74 |
| Hex | E0 | AE | 97 | 0 | 16 | 21 | C | 13 | 36 | 4A |
| Octal | 340 | 256 | 227 | 0 | 26 | 41 | 14 | 23 | 66 | 112 |
| Binary | 11100000 | 10101110 | 10010111 | 0 | 10110 | 100001 | 1100 | 10011 | 110110 | 1001010 |
Color Harmonies of #E0AE97
Complementary color
Monochromatic Colors of #E0AE97
Black with #E0AE97
Text Example
Text Example
White with #E0AE97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0AE97; }
p { color: rgb(224,174,151); }
H1.HeaderClassName
{
color: #E0AE97;
}
.AnyTagClassName
{
color: #E0AE97;
}
</style>
background-color css
<style>
a { background-color: #E0AE97; }
a { background-color: rgb(224,174,151); }
div.DivClassName
{
background-color: #E0AE97;
}
.BgClassName
{
background-color: #E0AE97;
}
</style>
border-color css
<style>
span { border-color: #E0AE97; }
span { border-color: rgb(224,174,151); }
td.TdClassName
{
border-color: #E0AE97;
}
.TagClassName
{
border-color: #E0AE97;
}
</style>