Shades of Wax Flower #E0AC98
Tints of Wax Flower #E0AC98
RGB
CMYK
RGB Variations
Color information
#E0AC98 (or 0xE0AC98) is known color: Wax Flower. HEX triplet: E0, AC and 98. RGB value is (224,172,152). Sum of RGB (Red+Green+Blue) = 224+172+152=548 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.88% from 548); Green value is 172 (67.58% from 255 or 31.39% from 548); Blue value is 152 (59.77% from 255 or 27.74% from 548); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AC98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0AC98 is #1F5367. Grayscale: #B9B9B9. Windows color (decimal): -2052968 or 10005728. OLE color: 10005728.
HSL color Cylindrical-coordinate representation of color #E0AC98: hue angle of 16.67º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E0AC98 is Cyan = 0, Magento = 0.23, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 172 | 152 | - |
| CMYK | 0 | 0.23 | 0.32 | 0.12 |
| HSL | 16.67º | 0.54% | 0.74% | - |
| HSV(B) | 16.67º | 0.32% | 0.88% | - |
| XYZ | 51.16 | 47.62 | 36.2 | - |
| YUV | 185.27 | 109.23 | 155.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 172 | 152 | 0 | 0.23 | 0.32 | 0.12 | 16.67 | 0.54 | 0.74 |
| Hex | E0 | AC | 98 | 0 | 17 | 20 | C | 11 | 36 | 4A |
| Octal | 340 | 254 | 230 | 0 | 27 | 40 | 14 | 21 | 66 | 112 |
| Binary | 11100000 | 10101100 | 10011000 | 0 | 10111 | 100000 | 1100 | 10001 | 110110 | 1001010 |
Color Harmonies of #E0AC98
Complementary color
Monochromatic Colors of #E0AC98
Black with #E0AC98
Text Example
Text Example
White with #E0AC98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0AC98; }
p { color: rgb(224,172,152); }
H1.HeaderClassName
{
color: #E0AC98;
}
.AnyTagClassName
{
color: #E0AC98;
}
</style>
background-color css
<style>
a { background-color: #E0AC98; }
a { background-color: rgb(224,172,152); }
div.DivClassName
{
background-color: #E0AC98;
}
.BgClassName
{
background-color: #E0AC98;
}
</style>
border-color css
<style>
span { border-color: #E0AC98; }
span { border-color: rgb(224,172,152); }
td.TdClassName
{
border-color: #E0AC98;
}
.TagClassName
{
border-color: #E0AC98;
}
</style>