Shades of Wax Flower #E0AC97
Tints of Wax Flower #E0AC97
RGB
CMYK
RGB Variations
Color information
#E0AC97 (or 0xE0AC97) is known color: Wax Flower. HEX triplet: E0, AC and 97. RGB value is (224,172,151). Sum of RGB (Red+Green+Blue) = 224+172+151=547 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.95% from 547); Green value is 172 (67.58% from 255 or 31.44% from 547); Blue value is 151 (59.38% from 255 or 27.61% from 547); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AC97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0AC97 is #1F5368. Grayscale: #B9B9B9. Windows color (decimal): -2052969 or 9940192. OLE color: 9940192.
HSL color Cylindrical-coordinate representation of color #E0AC97: hue angle of 17.26º 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 #E0AC97 is Cyan = 0, Magento = 0.23, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 172 | 151 | - |
| CMYK | 0 | 0.23 | 0.33 | 0.12 |
| HSL | 17.26º | 0.54% | 0.74% | - |
| HSV(B) | 17.26º | 0.33% | 0.88% | - |
| XYZ | 51.08 | 47.59 | 35.77 | - |
| YUV | 185.15 | 108.73 | 155.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 172 | 151 | 0 | 0.23 | 0.33 | 0.12 | 17.26 | 0.54 | 0.74 |
| Hex | E0 | AC | 97 | 0 | 17 | 21 | C | 11 | 36 | 4A |
| Octal | 340 | 254 | 227 | 0 | 27 | 41 | 14 | 21 | 66 | 112 |
| Binary | 11100000 | 10101100 | 10010111 | 0 | 10111 | 100001 | 1100 | 10001 | 110110 | 1001010 |
Color Harmonies of #E0AC97
Complementary color
Monochromatic Colors of #E0AC97
Black with #E0AC97
Text Example
Text Example
White with #E0AC97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0AC97; }
p { color: rgb(224,172,151); }
H1.HeaderClassName
{
color: #E0AC97;
}
.AnyTagClassName
{
color: #E0AC97;
}
</style>
background-color css
<style>
a { background-color: #E0AC97; }
a { background-color: rgb(224,172,151); }
div.DivClassName
{
background-color: #E0AC97;
}
.BgClassName
{
background-color: #E0AC97;
}
</style>
border-color css
<style>
span { border-color: #E0AC97; }
span { border-color: rgb(224,172,151); }
td.TdClassName
{
border-color: #E0AC97;
}
.TagClassName
{
border-color: #E0AC97;
}
</style>