Shades of Wax Flower #E3A898
Tints of Wax Flower #E3A898
RGB
CMYK
RGB Variations
Color information
#E3A898 (or 0xE3A898) is known color: Wax Flower. HEX triplet: E3, A8 and 98. RGB value is (227,168,152). Sum of RGB (Red+Green+Blue) = 227+168+152=547 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.50% from 547); Green value is 168 (66.02% from 255 or 30.71% from 547); Blue value is 152 (59.77% from 255 or 27.79% from 547); Max value from RGB is 227 - color contains mainly: red. Hex color #E3A898 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E3A898 is #1C5767. Grayscale: #B7B7B7. Windows color (decimal): -1857384 or 10004707. OLE color: 10004707.
HSL color Cylindrical-coordinate representation of color #E3A898: hue angle of 12.8º degrees, saturation: 0.57, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E3A898 is Cyan = 0, Magento = 0.26, Yellow = 0.33 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 168 | 152 | - |
| CMYK | 0 | 0.26 | 0.33 | 0.11 |
| HSL | 12.8º | 0.57% | 0.74% | - |
| HSV(B) | 12.8º | 0.33% | 0.89% | - |
| XYZ | 51.35 | 46.6 | 35.99 | - |
| YUV | 183.82 | 110.05 | 158.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 168 | 152 | 0 | 0.26 | 0.33 | 0.11 | 12.8 | 0.57 | 0.74 |
| Hex | E3 | A8 | 98 | 0 | 1A | 21 | B | D | 39 | 4A |
| Octal | 343 | 250 | 230 | 0 | 32 | 41 | 13 | 15 | 71 | 112 |
| Binary | 11100011 | 10101000 | 10011000 | 0 | 11010 | 100001 | 1011 | 1101 | 111001 | 1001010 |
Color Harmonies of #E3A898
Complementary color
Monochromatic Colors of #E3A898
Black with #E3A898
Text Example
Text Example
White with #E3A898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3A898; }
p { color: rgb(227,168,152); }
H1.HeaderClassName
{
color: #E3A898;
}
.AnyTagClassName
{
color: #E3A898;
}
</style>
background-color css
<style>
a { background-color: #E3A898; }
a { background-color: rgb(227,168,152); }
div.DivClassName
{
background-color: #E3A898;
}
.BgClassName
{
background-color: #E3A898;
}
</style>
border-color css
<style>
span { border-color: #E3A898; }
span { border-color: rgb(227,168,152); }
td.TdClassName
{
border-color: #E3A898;
}
.TagClassName
{
border-color: #E3A898;
}
</style>