Shades of Wax Flower #EAB498
Tints of Wax Flower #EAB498
RGB
CMYK
RGB Variations
Color information
#EAB498 (or 0xEAB498) is known color: Wax Flower. HEX triplet: EA, B4 and 98. RGB value is (234,180,152). Sum of RGB (Red+Green+Blue) = 234+180+152=566 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.34% from 566); Green value is 180 (70.70% from 255 or 31.80% from 566); Blue value is 152 (59.77% from 255 or 26.86% from 566); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB498 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAB498 is #154B67. Grayscale: #C1C1C1. Windows color (decimal): -1395560 or 10007786. OLE color: 10007786.
HSL color Cylindrical-coordinate representation of color #EAB498: hue angle of 20.49º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EAB498 is Cyan = 0, Magento = 0.23, Yellow = 0.35 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 180 | 152 | - |
| CMYK | 0 | 0.23 | 0.35 | 0.08 |
| HSL | 20.49º | 0.66% | 0.76% | - |
| HSV(B) | 20.49º | 0.35% | 0.92% | - |
| XYZ | 55.92 | 52.4 | 36.87 | - |
| YUV | 192.95 | 104.89 | 157.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 180 | 152 | 0 | 0.23 | 0.35 | 0.08 | 20.49 | 0.66 | 0.76 |
| Hex | EA | B4 | 98 | 0 | 17 | 23 | 8 | 14 | 42 | 4C |
| Octal | 352 | 264 | 230 | 0 | 27 | 43 | 10 | 24 | 102 | 114 |
| Binary | 11101010 | 10110100 | 10011000 | 0 | 10111 | 100011 | 1000 | 10100 | 1000010 | 1001100 |
Color Harmonies of #EAB498
Complementary color
Monochromatic Colors of #EAB498
Black with #EAB498
Text Example
Text Example
White with #EAB498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB498; }
p { color: rgb(234,180,152); }
H1.HeaderClassName
{
color: #EAB498;
}
.AnyTagClassName
{
color: #EAB498;
}
</style>
background-color css
<style>
a { background-color: #EAB498; }
a { background-color: rgb(234,180,152); }
div.DivClassName
{
background-color: #EAB498;
}
.BgClassName
{
background-color: #EAB498;
}
</style>
border-color css
<style>
span { border-color: #EAB498; }
span { border-color: rgb(234,180,152); }
td.TdClassName
{
border-color: #EAB498;
}
.TagClassName
{
border-color: #EAB498;
}
</style>