Shades of Wax Flower #EAA899
Tints of Wax Flower #EAA899
RGB
CMYK
RGB Variations
Color information
#EAA899 (or 0xEAA899) is known color: Wax Flower. HEX triplet: EA, A8 and 99. RGB value is (234,168,153). Sum of RGB (Red+Green+Blue) = 234+168+153=555 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.16% from 555); Green value is 168 (66.02% from 255 or 30.27% from 555); Blue value is 153 (60.16% from 255 or 27.57% from 555); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA899 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAA899 is #155766. Grayscale: #BABABA. Windows color (decimal): -1398631 or 10070250. OLE color: 10070250.
HSL color Cylindrical-coordinate representation of color #EAA899: hue angle of 11.11º 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 #EAA899 is Cyan = 0, Magento = 0.28, Yellow = 0.35 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 168 | 153 | - |
| CMYK | 0 | 0.28 | 0.35 | 0.08 |
| HSL | 11.11º | 0.66% | 0.76% | - |
| HSV(B) | 11.11º | 0.35% | 0.92% | - |
| XYZ | 53.68 | 47.8 | 36.53 | - |
| YUV | 186.02 | 109.37 | 162.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 168 | 153 | 0 | 0.28 | 0.35 | 0.08 | 11.11 | 0.66 | 0.76 |
| Hex | EA | A8 | 99 | 0 | 1C | 23 | 8 | B | 42 | 4C |
| Octal | 352 | 250 | 231 | 0 | 34 | 43 | 10 | 13 | 102 | 114 |
| Binary | 11101010 | 10101000 | 10011001 | 0 | 11100 | 100011 | 1000 | 1011 | 1000010 | 1001100 |
Color Harmonies of #EAA899
Complementary color
Monochromatic Colors of #EAA899
Black with #EAA899
Text Example
Text Example
White with #EAA899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA899; }
p { color: rgb(234,168,153); }
H1.HeaderClassName
{
color: #EAA899;
}
.AnyTagClassName
{
color: #EAA899;
}
</style>
background-color css
<style>
a { background-color: #EAA899; }
a { background-color: rgb(234,168,153); }
div.DivClassName
{
background-color: #EAA899;
}
.BgClassName
{
background-color: #EAA899;
}
</style>
border-color css
<style>
span { border-color: #EAA899; }
span { border-color: rgb(234,168,153); }
td.TdClassName
{
border-color: #EAA899;
}
.TagClassName
{
border-color: #EAA899;
}
</style>