Shades of Wax Flower #EAB49C
Tints of Wax Flower #EAB49C
RGB
CMYK
RGB Variations
Color information
#EAB49C (or 0xEAB49C) is known color: Wax Flower. HEX triplet: EA, B4 and 9C. RGB value is (234,180,156). Sum of RGB (Red+Green+Blue) = 234+180+156=570 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.05% from 570); Green value is 180 (70.70% from 255 or 31.58% from 570); Blue value is 156 (61.33% from 255 or 27.37% from 570); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB49C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAB49C is #154B63. Grayscale: #C1C1C1. Windows color (decimal): -1395556 or 10269930. OLE color: 10269930.
HSL color Cylindrical-coordinate representation of color #EAB49C: hue angle of 18.46º 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 #EAB49C is Cyan = 0, Magento = 0.23, Yellow = 0.33 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 180 | 156 | - |
| CMYK | 0 | 0.23 | 0.33 | 0.08 |
| HSL | 18.46º | 0.65% | 0.76% | - |
| HSV(B) | 18.46º | 0.33% | 0.92% | - |
| XYZ | 56.25 | 52.54 | 38.63 | - |
| YUV | 193.41 | 106.89 | 156.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 180 | 156 | 0 | 0.23 | 0.33 | 0.08 | 18.46 | 0.65 | 0.76 |
| Hex | EA | B4 | 9C | 0 | 17 | 21 | 8 | 12 | 41 | 4C |
| Octal | 352 | 264 | 234 | 0 | 27 | 41 | 10 | 22 | 101 | 114 |
| Binary | 11101010 | 10110100 | 10011100 | 0 | 10111 | 100001 | 1000 | 10010 | 1000001 | 1001100 |
Color Harmonies of #EAB49C
Complementary color
Monochromatic Colors of #EAB49C
Black with #EAB49C
Text Example
Text Example
White with #EAB49C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB49C; }
p { color: rgb(234,180,156); }
H1.HeaderClassName
{
color: #EAB49C;
}
.AnyTagClassName
{
color: #EAB49C;
}
</style>
background-color css
<style>
a { background-color: #EAB49C; }
a { background-color: rgb(234,180,156); }
div.DivClassName
{
background-color: #EAB49C;
}
.BgClassName
{
background-color: #EAB49C;
}
</style>
border-color css
<style>
span { border-color: #EAB49C; }
span { border-color: rgb(234,180,156); }
td.TdClassName
{
border-color: #EAB49C;
}
.TagClassName
{
border-color: #EAB49C;
}
</style>