Shades of Wax Flower #EAA998
Tints of Wax Flower #EAA998
RGB
CMYK
RGB Variations
Color information
#EAA998 (or 0xEAA998) is known color: Wax Flower. HEX triplet: EA, A9 and 98. RGB value is (234,169,152). Sum of RGB (Red+Green+Blue) = 234+169+152=555 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.16% from 555); Green value is 169 (66.41% from 255 or 30.45% from 555); Blue value is 152 (59.77% from 255 or 27.39% from 555); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA998 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAA998 is #155667. Grayscale: #BABABA. Windows color (decimal): -1398376 or 10004970. OLE color: 10004970.
HSL color Cylindrical-coordinate representation of color #EAA998: hue angle of 12.44º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EAA998 is Cyan = 0, Magento = 0.28, Yellow = 0.35 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 169 | 152 | - |
| CMYK | 0 | 0.28 | 0.35 | 0.08 |
| HSL | 12.44º | 0.66% | 0.76% | - |
| HSV(B) | 12.44º | 0.35% | 0.92% | - |
| XYZ | 53.79 | 48.14 | 36.16 | - |
| YUV | 186.5 | 108.53 | 161.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 169 | 152 | 0 | 0.28 | 0.35 | 0.08 | 12.44 | 0.66 | 0.76 |
| Hex | EA | A9 | 98 | 0 | 1C | 23 | 8 | C | 42 | 4C |
| Octal | 352 | 251 | 230 | 0 | 34 | 43 | 10 | 14 | 102 | 114 |
| Binary | 11101010 | 10101001 | 10011000 | 0 | 11100 | 100011 | 1000 | 1100 | 1000010 | 1001100 |
Color Harmonies of #EAA998
Complementary color
Monochromatic Colors of #EAA998
Black with #EAA998
Text Example
Text Example
White with #EAA998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA998; }
p { color: rgb(234,169,152); }
H1.HeaderClassName
{
color: #EAA998;
}
.AnyTagClassName
{
color: #EAA998;
}
</style>
background-color css
<style>
a { background-color: #EAA998; }
a { background-color: rgb(234,169,152); }
div.DivClassName
{
background-color: #EAA998;
}
.BgClassName
{
background-color: #EAA998;
}
</style>
border-color css
<style>
span { border-color: #EAA998; }
span { border-color: rgb(234,169,152); }
td.TdClassName
{
border-color: #EAA998;
}
.TagClassName
{
border-color: #EAA998;
}
</style>