Shades of Wax Flower #E0AC94
Tints of Wax Flower #E0AC94
RGB
CMYK
RGB Variations
Color information
#E0AC94 (or 0xE0AC94) is known color: Wax Flower. HEX triplet: E0, AC and 94. RGB value is (224,172,148). Sum of RGB (Red+Green+Blue) = 224+172+148=544 (72% of max value = 765). Red value is 224 (87.89% from 255 or 41.18% from 544); Green value is 172 (67.58% from 255 or 31.62% from 544); Blue value is 148 (58.20% from 255 or 27.21% from 544); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AC94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0AC94 is #1F536B. Grayscale: #B8B8B8. Windows color (decimal): -2052972 or 9743584. OLE color: 9743584.
HSL color Cylindrical-coordinate representation of color #E0AC94: hue angle of 18.95º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E0AC94 is Cyan = 0, Magento = 0.23, Yellow = 0.34 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 172 | 148 | - |
| CMYK | 0 | 0.23 | 0.34 | 0.12 |
| HSL | 18.95º | 0.55% | 0.73% | - |
| HSV(B) | 18.95º | 0.34% | 0.88% | - |
| XYZ | 50.84 | 47.49 | 34.5 | - |
| YUV | 184.81 | 107.23 | 155.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 172 | 148 | 0 | 0.23 | 0.34 | 0.12 | 18.95 | 0.55 | 0.73 |
| Hex | E0 | AC | 94 | 0 | 17 | 22 | C | 13 | 37 | 49 |
| Octal | 340 | 254 | 224 | 0 | 27 | 42 | 14 | 23 | 67 | 111 |
| Binary | 11100000 | 10101100 | 10010100 | 0 | 10111 | 100010 | 1100 | 10011 | 110111 | 1001001 |
Color Harmonies of #E0AC94
Complementary color
Monochromatic Colors of #E0AC94
Black with #E0AC94
Text Example
Text Example
White with #E0AC94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0AC94; }
p { color: rgb(224,172,148); }
H1.HeaderClassName
{
color: #E0AC94;
}
.AnyTagClassName
{
color: #E0AC94;
}
</style>
background-color css
<style>
a { background-color: #E0AC94; }
a { background-color: rgb(224,172,148); }
div.DivClassName
{
background-color: #E0AC94;
}
.BgClassName
{
background-color: #E0AC94;
}
</style>
border-color css
<style>
span { border-color: #E0AC94; }
span { border-color: rgb(224,172,148); }
td.TdClassName
{
border-color: #E0AC94;
}
.TagClassName
{
border-color: #E0AC94;
}
</style>