Shades of Wax Flower #EAB59C
Tints of Wax Flower #EAB59C
RGB
CMYK
RGB Variations
Color information
#EAB59C (or 0xEAB59C) is known color: Wax Flower. HEX triplet: EA, B5 and 9C. RGB value is (234,181,156). Sum of RGB (Red+Green+Blue) = 234+181+156=571 (75% of max value = 765). Red value is 234 (91.80% from 255 or 40.98% from 571); Green value is 181 (71.09% from 255 or 31.70% from 571); Blue value is 156 (61.33% from 255 or 27.32% from 571); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB59C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAB59C is #154A63. Grayscale: #C2C2C2. Windows color (decimal): -1395300 or 10270186. OLE color: 10270186.
HSL color Cylindrical-coordinate representation of color #EAB59C: hue angle of 19.23º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EAB59C is Cyan = 0, Magento = 0.23, Yellow = 0.33 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 181 | 156 | - |
| CMYK | 0 | 0.23 | 0.33 | 0.08 |
| HSL | 19.23º | 0.65% | 0.76% | - |
| HSV(B) | 19.23º | 0.33% | 0.92% | - |
| XYZ | 56.46 | 52.94 | 38.7 | - |
| YUV | 194 | 106.56 | 156.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 181 | 156 | 0 | 0.23 | 0.33 | 0.08 | 19.23 | 0.65 | 0.76 |
| Hex | EA | B5 | 9C | 0 | 17 | 21 | 8 | 13 | 41 | 4C |
| Octal | 352 | 265 | 234 | 0 | 27 | 41 | 10 | 23 | 101 | 114 |
| Binary | 11101010 | 10110101 | 10011100 | 0 | 10111 | 100001 | 1000 | 10011 | 1000001 | 1001100 |
Color Harmonies of #EAB59C
Complementary color
Monochromatic Colors of #EAB59C
Black with #EAB59C
Text Example
Text Example
White with #EAB59C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB59C; }
p { color: rgb(234,181,156); }
H1.HeaderClassName
{
color: #EAB59C;
}
.AnyTagClassName
{
color: #EAB59C;
}
</style>
background-color css
<style>
a { background-color: #EAB59C; }
a { background-color: rgb(234,181,156); }
div.DivClassName
{
background-color: #EAB59C;
}
.BgClassName
{
background-color: #EAB59C;
}
</style>
border-color css
<style>
span { border-color: #EAB59C; }
span { border-color: rgb(234,181,156); }
td.TdClassName
{
border-color: #EAB59C;
}
.TagClassName
{
border-color: #EAB59C;
}
</style>