Shades of Wax Flower #EAB49A
Tints of Wax Flower #EAB49A
RGB
CMYK
RGB Variations
Color information
#EAB49A (or 0xEAB49A) is known color: Wax Flower. HEX triplet: EA, B4 and 9A. RGB value is (234,180,154). Sum of RGB (Red+Green+Blue) = 234+180+154=568 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.20% from 568); Green value is 180 (70.70% from 255 or 31.69% from 568); Blue value is 154 (60.55% from 255 or 27.11% from 568); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB49A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAB49A is #154B65. Grayscale: #C1C1C1. Windows color (decimal): -1395558 or 10138858. OLE color: 10138858.
HSL color Cylindrical-coordinate representation of color #EAB49A: hue angle of 19.5º 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 #EAB49A is Cyan = 0, Magento = 0.23, Yellow = 0.34 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 180 | 154 | - |
| CMYK | 0 | 0.23 | 0.34 | 0.08 |
| HSL | 19.5º | 0.66% | 0.76% | - |
| HSV(B) | 19.5º | 0.34% | 0.92% | - |
| XYZ | 56.09 | 52.47 | 37.74 | - |
| YUV | 193.18 | 105.89 | 157.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 180 | 154 | 0 | 0.23 | 0.34 | 0.08 | 19.5 | 0.66 | 0.76 |
| Hex | EA | B4 | 9A | 0 | 17 | 22 | 8 | 14 | 42 | 4C |
| Octal | 352 | 264 | 232 | 0 | 27 | 42 | 10 | 24 | 102 | 114 |
| Binary | 11101010 | 10110100 | 10011010 | 0 | 10111 | 100010 | 1000 | 10100 | 1000010 | 1001100 |
Color Harmonies of #EAB49A
Complementary color
Monochromatic Colors of #EAB49A
Black with #EAB49A
Text Example
Text Example
White with #EAB49A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB49A; }
p { color: rgb(234,180,154); }
H1.HeaderClassName
{
color: #EAB49A;
}
.AnyTagClassName
{
color: #EAB49A;
}
</style>
background-color css
<style>
a { background-color: #EAB49A; }
a { background-color: rgb(234,180,154); }
div.DivClassName
{
background-color: #EAB49A;
}
.BgClassName
{
background-color: #EAB49A;
}
</style>
border-color css
<style>
span { border-color: #EAB49A; }
span { border-color: rgb(234,180,154); }
td.TdClassName
{
border-color: #EAB49A;
}
.TagClassName
{
border-color: #EAB49A;
}
</style>