Shades of Wax Flower #EAB59A
Tints of Wax Flower #EAB59A
RGB
CMYK
RGB Variations
Color information
#EAB59A (or 0xEAB59A) is known color: Wax Flower. HEX triplet: EA, B5 and 9A. RGB value is (234,181,154). Sum of RGB (Red+Green+Blue) = 234+181+154=569 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.12% from 569); Green value is 181 (71.09% from 255 or 31.81% from 569); Blue value is 154 (60.55% from 255 or 27.07% from 569); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB59A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAB59A is #154A65. Grayscale: #C1C1C1. Windows color (decimal): -1395302 or 10139114. OLE color: 10139114.
HSL color Cylindrical-coordinate representation of color #EAB59A: hue angle of 20.25º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EAB59A is Cyan = 0, Magento = 0.23, Yellow = 0.34 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 181 | 154 | - |
| CMYK | 0 | 0.23 | 0.34 | 0.08 |
| HSL | 20.25º | 0.66% | 0.76% | - |
| HSV(B) | 20.25º | 0.34% | 0.92% | - |
| XYZ | 56.29 | 52.87 | 37.81 | - |
| YUV | 193.77 | 105.56 | 156.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 181 | 154 | 0 | 0.23 | 0.34 | 0.08 | 20.25 | 0.66 | 0.76 |
| Hex | EA | B5 | 9A | 0 | 17 | 22 | 8 | 14 | 42 | 4C |
| Octal | 352 | 265 | 232 | 0 | 27 | 42 | 10 | 24 | 102 | 114 |
| Binary | 11101010 | 10110101 | 10011010 | 0 | 10111 | 100010 | 1000 | 10100 | 1000010 | 1001100 |
Color Harmonies of #EAB59A
Complementary color
Monochromatic Colors of #EAB59A
Black with #EAB59A
Text Example
Text Example
White with #EAB59A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB59A; }
p { color: rgb(234,181,154); }
H1.HeaderClassName
{
color: #EAB59A;
}
.AnyTagClassName
{
color: #EAB59A;
}
</style>
background-color css
<style>
a { background-color: #EAB59A; }
a { background-color: rgb(234,181,154); }
div.DivClassName
{
background-color: #EAB59A;
}
.BgClassName
{
background-color: #EAB59A;
}
</style>
border-color css
<style>
span { border-color: #EAB59A; }
span { border-color: rgb(234,181,154); }
td.TdClassName
{
border-color: #EAB59A;
}
.TagClassName
{
border-color: #EAB59A;
}
</style>