Shades of Wax Flower #EAB49D
Tints of Wax Flower #EAB49D
RGB
CMYK
RGB Variations
Color information
#EAB49D (or 0xEAB49D) is known color: Wax Flower. HEX triplet: EA, B4 and 9D. RGB value is (234,180,157). Sum of RGB (Red+Green+Blue) = 234+180+157=571 (75% of max value = 765). Red value is 234 (91.80% from 255 or 40.98% from 571); Green value is 180 (70.70% from 255 or 31.52% from 571); Blue value is 157 (61.72% from 255 or 27.50% from 571); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB49D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAB49D is #154B62. Grayscale: #C1C1C1. Windows color (decimal): -1395555 or 10335466. OLE color: 10335466.
HSL color Cylindrical-coordinate representation of color #EAB49D: hue angle of 17.92º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EAB49D is Cyan = 0, Magento = 0.23, Yellow = 0.33 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 180 | 157 | - |
| CMYK | 0 | 0.23 | 0.33 | 0.08 |
| HSL | 17.92º | 0.65% | 0.77% | - |
| HSV(B) | 17.92º | 0.33% | 0.92% | - |
| XYZ | 56.34 | 52.57 | 39.08 | - |
| YUV | 193.52 | 107.39 | 156.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 180 | 157 | 0 | 0.23 | 0.33 | 0.08 | 17.92 | 0.65 | 0.77 |
| Hex | EA | B4 | 9D | 0 | 17 | 21 | 8 | 12 | 41 | 4D |
| Octal | 352 | 264 | 235 | 0 | 27 | 41 | 10 | 22 | 101 | 115 |
| Binary | 11101010 | 10110100 | 10011101 | 0 | 10111 | 100001 | 1000 | 10010 | 1000001 | 1001101 |
Color Harmonies of #EAB49D
Complementary color
Monochromatic Colors of #EAB49D
Black with #EAB49D
Text Example
Text Example
White with #EAB49D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB49D; }
p { color: rgb(234,180,157); }
H1.HeaderClassName
{
color: #EAB49D;
}
.AnyTagClassName
{
color: #EAB49D;
}
</style>
background-color css
<style>
a { background-color: #EAB49D; }
a { background-color: rgb(234,180,157); }
div.DivClassName
{
background-color: #EAB49D;
}
.BgClassName
{
background-color: #EAB49D;
}
</style>
border-color css
<style>
span { border-color: #EAB49D; }
span { border-color: rgb(234,180,157); }
td.TdClassName
{
border-color: #EAB49D;
}
.TagClassName
{
border-color: #EAB49D;
}
</style>