Shades of Wax Flower #EAB19A
Tints of Wax Flower #EAB19A
RGB
CMYK
RGB Variations
Color information
#EAB19A (or 0xEAB19A) is known color: Wax Flower. HEX triplet: EA, B1 and 9A. RGB value is (234,177,154). Sum of RGB (Red+Green+Blue) = 234+177+154=565 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.42% from 565); Green value is 177 (69.53% from 255 or 31.33% from 565); Blue value is 154 (60.55% from 255 or 27.26% from 565); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB19A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAB19A is #154E65. Grayscale: #BFBFBF. Windows color (decimal): -1396326 or 10138090. OLE color: 10138090.
HSL color Cylindrical-coordinate representation of color #EAB19A: hue angle of 17.25º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EAB19A is Cyan = 0, Magento = 0.24, Yellow = 0.34 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 177 | 154 | - |
| CMYK | 0 | 0.24 | 0.34 | 0.08 |
| HSL | 17.25º | 0.66% | 0.76% | - |
| HSV(B) | 17.25º | 0.34% | 0.92% | - |
| XYZ | 55.49 | 51.27 | 37.54 | - |
| YUV | 191.42 | 106.88 | 158.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 177 | 154 | 0 | 0.24 | 0.34 | 0.08 | 17.25 | 0.66 | 0.76 |
| Hex | EA | B1 | 9A | 0 | 18 | 22 | 8 | 11 | 42 | 4C |
| Octal | 352 | 261 | 232 | 0 | 30 | 42 | 10 | 21 | 102 | 114 |
| Binary | 11101010 | 10110001 | 10011010 | 0 | 11000 | 100010 | 1000 | 10001 | 1000010 | 1001100 |
Color Harmonies of #EAB19A
Complementary color
Monochromatic Colors of #EAB19A
Black with #EAB19A
Text Example
Text Example
White with #EAB19A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB19A; }
p { color: rgb(234,177,154); }
H1.HeaderClassName
{
color: #EAB19A;
}
.AnyTagClassName
{
color: #EAB19A;
}
</style>
background-color css
<style>
a { background-color: #EAB19A; }
a { background-color: rgb(234,177,154); }
div.DivClassName
{
background-color: #EAB19A;
}
.BgClassName
{
background-color: #EAB19A;
}
</style>
border-color css
<style>
span { border-color: #EAB19A; }
span { border-color: rgb(234,177,154); }
td.TdClassName
{
border-color: #EAB19A;
}
.TagClassName
{
border-color: #EAB19A;
}
</style>