Shades of Wax Flower #EAB5A0
Tints of Wax Flower #EAB5A0
RGB
CMYK
RGB Variations
Color information
#EAB5A0 (or 0xEAB5A0) is known color: Wax Flower. HEX triplet: EA, B5 and A0. RGB value is (234,181,160). Sum of RGB (Red+Green+Blue) = 234+181+160=575 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.70% from 575); Green value is 181 (71.09% from 255 or 31.48% from 575); Blue value is 160 (62.89% from 255 or 27.83% from 575); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB5A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAB5A0 is #154A5F. Grayscale: #C2C2C2. Windows color (decimal): -1395296 or 10532330. OLE color: 10532330.
HSL color Cylindrical-coordinate representation of color #EAB5A0: hue angle of 17.03º 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 #EAB5A0 is Cyan = 0, Magento = 0.23, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 181 | 160 | - |
| CMYK | 0 | 0.23 | 0.32 | 0.08 |
| HSL | 17.03º | 0.64% | 0.77% | - |
| HSV(B) | 17.03º | 0.32% | 0.92% | - |
| XYZ | 56.8 | 53.08 | 40.51 | - |
| YUV | 194.45 | 108.56 | 156.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 181 | 160 | 0 | 0.23 | 0.32 | 0.08 | 17.03 | 0.64 | 0.77 |
| Hex | EA | B5 | A0 | 0 | 17 | 20 | 8 | 11 | 40 | 4D |
| Octal | 352 | 265 | 240 | 0 | 27 | 40 | 10 | 21 | 100 | 115 |
| Binary | 11101010 | 10110101 | 10100000 | 0 | 10111 | 100000 | 1000 | 10001 | 1000000 | 1001101 |
Color Harmonies of #EAB5A0
Complementary color
Monochromatic Colors of #EAB5A0
Black with #EAB5A0
Text Example
Text Example
White with #EAB5A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB5A0; }
p { color: rgb(234,181,160); }
H1.HeaderClassName
{
color: #EAB5A0;
}
.AnyTagClassName
{
color: #EAB5A0;
}
</style>
background-color css
<style>
a { background-color: #EAB5A0; }
a { background-color: rgb(234,181,160); }
div.DivClassName
{
background-color: #EAB5A0;
}
.BgClassName
{
background-color: #EAB5A0;
}
</style>
border-color css
<style>
span { border-color: #EAB5A0; }
span { border-color: rgb(234,181,160); }
td.TdClassName
{
border-color: #EAB5A0;
}
.TagClassName
{
border-color: #EAB5A0;
}
</style>