Shades of Wax Flower #EAB399
Tints of Wax Flower #EAB399
RGB
CMYK
RGB Variations
Color information
#EAB399 (or 0xEAB399) is known color: Wax Flower. HEX triplet: EA, B3 and 99. RGB value is (234,179,153). Sum of RGB (Red+Green+Blue) = 234+179+153=566 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.34% from 566); Green value is 179 (70.31% from 255 or 31.63% from 566); Blue value is 153 (60.16% from 255 or 27.03% from 566); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB399 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAB399 is #154C66. Grayscale: #C0C0C0. Windows color (decimal): -1395815 or 10073066. OLE color: 10073066.
HSL color Cylindrical-coordinate representation of color #EAB399: hue angle of 19.26º 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 #EAB399 is Cyan = 0, Magento = 0.24, Yellow = 0.35 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 179 | 153 | - |
| CMYK | 0 | 0.24 | 0.35 | 0.08 |
| HSL | 19.26º | 0.66% | 0.76% | - |
| HSV(B) | 19.26º | 0.35% | 0.92% | - |
| XYZ | 55.8 | 52.03 | 37.24 | - |
| YUV | 192.48 | 105.72 | 157.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 179 | 153 | 0 | 0.24 | 0.35 | 0.08 | 19.26 | 0.66 | 0.76 |
| Hex | EA | B3 | 99 | 0 | 18 | 23 | 8 | 13 | 42 | 4C |
| Octal | 352 | 263 | 231 | 0 | 30 | 43 | 10 | 23 | 102 | 114 |
| Binary | 11101010 | 10110011 | 10011001 | 0 | 11000 | 100011 | 1000 | 10011 | 1000010 | 1001100 |
Color Harmonies of #EAB399
Complementary color
Monochromatic Colors of #EAB399
Black with #EAB399
Text Example
Text Example
White with #EAB399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB399; }
p { color: rgb(234,179,153); }
H1.HeaderClassName
{
color: #EAB399;
}
.AnyTagClassName
{
color: #EAB399;
}
</style>
background-color css
<style>
a { background-color: #EAB399; }
a { background-color: rgb(234,179,153); }
div.DivClassName
{
background-color: #EAB399;
}
.BgClassName
{
background-color: #EAB399;
}
</style>
border-color css
<style>
span { border-color: #EAB399; }
span { border-color: rgb(234,179,153); }
td.TdClassName
{
border-color: #EAB399;
}
.TagClassName
{
border-color: #EAB399;
}
</style>