Shades of Wax Flower #EAB59F
Tints of Wax Flower #EAB59F
RGB
CMYK
RGB Variations
Color information
#EAB59F (or 0xEAB59F) is known color: Wax Flower. HEX triplet: EA, B5 and 9F. RGB value is (234,181,159). Sum of RGB (Red+Green+Blue) = 234+181+159=574 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.77% from 574); Green value is 181 (71.09% from 255 or 31.53% from 574); Blue value is 159 (62.5% from 255 or 27.70% from 574); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB59F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAB59F is #154A60. Grayscale: #C2C2C2. Windows color (decimal): -1395297 or 10466794. OLE color: 10466794.
HSL color Cylindrical-coordinate representation of color #EAB59F: hue angle of 17.6º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EAB59F is Cyan = 0, Magento = 0.23, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 181 | 159 | - |
| CMYK | 0 | 0.23 | 0.32 | 0.08 |
| HSL | 17.6º | 0.64% | 0.77% | - |
| HSV(B) | 17.6º | 0.32% | 0.92% | - |
| XYZ | 56.71 | 53.04 | 40.05 | - |
| YUV | 194.34 | 108.06 | 156.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 181 | 159 | 0 | 0.23 | 0.32 | 0.08 | 17.6 | 0.64 | 0.77 |
| Hex | EA | B5 | 9F | 0 | 17 | 20 | 8 | 12 | 40 | 4D |
| Octal | 352 | 265 | 237 | 0 | 27 | 40 | 10 | 22 | 100 | 115 |
| Binary | 11101010 | 10110101 | 10011111 | 0 | 10111 | 100000 | 1000 | 10010 | 1000000 | 1001101 |
Color Harmonies of #EAB59F
Complementary color
Monochromatic Colors of #EAB59F
Black with #EAB59F
Text Example
Text Example
White with #EAB59F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB59F; }
p { color: rgb(234,181,159); }
H1.HeaderClassName
{
color: #EAB59F;
}
.AnyTagClassName
{
color: #EAB59F;
}
</style>
background-color css
<style>
a { background-color: #EAB59F; }
a { background-color: rgb(234,181,159); }
div.DivClassName
{
background-color: #EAB59F;
}
.BgClassName
{
background-color: #EAB59F;
}
</style>
border-color css
<style>
span { border-color: #EAB59F; }
span { border-color: rgb(234,181,159); }
td.TdClassName
{
border-color: #EAB59F;
}
.TagClassName
{
border-color: #EAB59F;
}
</style>