Shades of Wax Flower #EAA698
Tints of Wax Flower #EAA698
RGB
CMYK
RGB Variations
Color information
#EAA698 (or 0xEAA698) is known color: Wax Flower. HEX triplet: EA, A6 and 98. RGB value is (234,166,152). Sum of RGB (Red+Green+Blue) = 234+166+152=552 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.39% from 552); Green value is 166 (65.23% from 255 or 30.07% from 552); Blue value is 152 (59.77% from 255 or 27.54% from 552); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA698 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAA698 is #155967. Grayscale: #B8B8B8. Windows color (decimal): -1399144 or 10004202. OLE color: 10004202.
HSL color Cylindrical-coordinate representation of color #EAA698: hue angle of 10.24º 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 #EAA698 is Cyan = 0, Magento = 0.29, Yellow = 0.35 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 166 | 152 | - |
| CMYK | 0 | 0.29 | 0.35 | 0.08 |
| HSL | 10.24º | 0.66% | 0.76% | - |
| HSV(B) | 10.24º | 0.35% | 0.92% | - |
| XYZ | 53.24 | 47.03 | 35.98 | - |
| YUV | 184.74 | 109.53 | 163.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 166 | 152 | 0 | 0.29 | 0.35 | 0.08 | 10.24 | 0.66 | 0.76 |
| Hex | EA | A6 | 98 | 0 | 1D | 23 | 8 | A | 42 | 4C |
| Octal | 352 | 246 | 230 | 0 | 35 | 43 | 10 | 12 | 102 | 114 |
| Binary | 11101010 | 10100110 | 10011000 | 0 | 11101 | 100011 | 1000 | 1010 | 1000010 | 1001100 |
Color Harmonies of #EAA698
Complementary color
Monochromatic Colors of #EAA698
Black with #EAA698
Text Example
Text Example
White with #EAA698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA698; }
p { color: rgb(234,166,152); }
H1.HeaderClassName
{
color: #EAA698;
}
.AnyTagClassName
{
color: #EAA698;
}
</style>
background-color css
<style>
a { background-color: #EAA698; }
a { background-color: rgb(234,166,152); }
div.DivClassName
{
background-color: #EAA698;
}
.BgClassName
{
background-color: #EAA698;
}
</style>
border-color css
<style>
span { border-color: #EAA698; }
span { border-color: rgb(234,166,152); }
td.TdClassName
{
border-color: #EAA698;
}
.TagClassName
{
border-color: #EAA698;
}
</style>