Shades of Wax Flower #EAB19E
Tints of Wax Flower #EAB19E
RGB
CMYK
RGB Variations
Color information
#EAB19E (or 0xEAB19E) is known color: Wax Flower. HEX triplet: EA, B1 and 9E. RGB value is (234,177,158). Sum of RGB (Red+Green+Blue) = 234+177+158=569 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.12% from 569); Green value is 177 (69.53% from 255 or 31.11% from 569); Blue value is 158 (62.11% from 255 or 27.77% from 569); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB19E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAB19E is #154E61. Grayscale: #C0C0C0. Windows color (decimal): -1396322 or 10400234. OLE color: 10400234.
HSL color Cylindrical-coordinate representation of color #EAB19E: hue angle of 15º 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 #EAB19E is Cyan = 0, Magento = 0.24, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 177 | 158 | - |
| CMYK | 0 | 0.24 | 0.32 | 0.08 |
| HSL | 15º | 0.64% | 0.77% | - |
| HSV(B) | 15º | 0.32% | 0.92% | - |
| XYZ | 55.83 | 51.41 | 39.33 | - |
| YUV | 191.88 | 108.88 | 158.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 177 | 158 | 0 | 0.24 | 0.32 | 0.08 | 15 | 0.64 | 0.77 |
| Hex | EA | B1 | 9E | 0 | 18 | 20 | 8 | F | 40 | 4D |
| Octal | 352 | 261 | 236 | 0 | 30 | 40 | 10 | 17 | 100 | 115 |
| Binary | 11101010 | 10110001 | 10011110 | 0 | 11000 | 100000 | 1000 | 1111 | 1000000 | 1001101 |
Color Harmonies of #EAB19E
Complementary color
Monochromatic Colors of #EAB19E
Black with #EAB19E
Text Example
Text Example
White with #EAB19E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB19E; }
p { color: rgb(234,177,158); }
H1.HeaderClassName
{
color: #EAB19E;
}
.AnyTagClassName
{
color: #EAB19E;
}
</style>
background-color css
<style>
a { background-color: #EAB19E; }
a { background-color: rgb(234,177,158); }
div.DivClassName
{
background-color: #EAB19E;
}
.BgClassName
{
background-color: #EAB19E;
}
</style>
border-color css
<style>
span { border-color: #EAB19E; }
span { border-color: rgb(234,177,158); }
td.TdClassName
{
border-color: #EAB19E;
}
.TagClassName
{
border-color: #EAB19E;
}
</style>