Shades of Wax Flower #EAB99D
Tints of Wax Flower #EAB99D
RGB
CMYK
RGB Variations
Color information
#EAB99D (or 0xEAB99D) is known color: Wax Flower. HEX triplet: EA, B9 and 9D. RGB value is (234,185,157). Sum of RGB (Red+Green+Blue) = 234+185+157=576 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.62% from 576); Green value is 185 (72.66% from 255 or 32.12% from 576); Blue value is 157 (61.72% from 255 or 27.26% from 576); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB99D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAB99D is #154662. Grayscale: #C4C4C4. Windows color (decimal): -1394275 or 10336746. OLE color: 10336746.
HSL color Cylindrical-coordinate representation of color #EAB99D: hue angle of 21.82º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EAB99D is Cyan = 0, Magento = 0.21, Yellow = 0.33 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 185 | 157 | - |
| CMYK | 0 | 0.21 | 0.33 | 0.08 |
| HSL | 21.82º | 0.65% | 0.77% | - |
| HSV(B) | 21.82º | 0.33% | 0.92% | - |
| XYZ | 57.37 | 54.62 | 39.42 | - |
| YUV | 196.46 | 105.73 | 154.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 185 | 157 | 0 | 0.21 | 0.33 | 0.08 | 21.82 | 0.65 | 0.77 |
| Hex | EA | B9 | 9D | 0 | 15 | 21 | 8 | 16 | 41 | 4D |
| Octal | 352 | 271 | 235 | 0 | 25 | 41 | 10 | 26 | 101 | 115 |
| Binary | 11101010 | 10111001 | 10011101 | 0 | 10101 | 100001 | 1000 | 10110 | 1000001 | 1001101 |
Color Harmonies of #EAB99D
Complementary color
Monochromatic Colors of #EAB99D
Black with #EAB99D
Text Example
Text Example
White with #EAB99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB99D; }
p { color: rgb(234,185,157); }
H1.HeaderClassName
{
color: #EAB99D;
}
.AnyTagClassName
{
color: #EAB99D;
}
</style>
background-color css
<style>
a { background-color: #EAB99D; }
a { background-color: rgb(234,185,157); }
div.DivClassName
{
background-color: #EAB99D;
}
.BgClassName
{
background-color: #EAB99D;
}
</style>
border-color css
<style>
span { border-color: #EAB99D; }
span { border-color: rgb(234,185,157); }
td.TdClassName
{
border-color: #EAB99D;
}
.TagClassName
{
border-color: #EAB99D;
}
</style>