Shades of Wax Flower #EAB89D
Tints of Wax Flower #EAB89D
RGB
CMYK
RGB Variations
Color information
#EAB89D (or 0xEAB89D) is known color: Wax Flower. HEX triplet: EA, B8 and 9D. RGB value is (234,184,157). Sum of RGB (Red+Green+Blue) = 234+184+157=575 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.70% from 575); Green value is 184 (72.27% from 255 or 32% from 575); Blue value is 157 (61.72% from 255 or 27.30% from 575); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB89D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAB89D is #154762. Grayscale: #C4C4C4. Windows color (decimal): -1394531 or 10336490. OLE color: 10336490.
HSL color Cylindrical-coordinate representation of color #EAB89D: hue angle of 21.04º 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 #EAB89D is Cyan = 0, Magento = 0.21, Yellow = 0.33 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 184 | 157 | - |
| CMYK | 0 | 0.21 | 0.33 | 0.08 |
| HSL | 21.04º | 0.65% | 0.77% | - |
| HSV(B) | 21.04º | 0.33% | 0.92% | - |
| XYZ | 57.16 | 54.21 | 39.35 | - |
| YUV | 195.87 | 106.07 | 155.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 184 | 157 | 0 | 0.21 | 0.33 | 0.08 | 21.04 | 0.65 | 0.77 |
| Hex | EA | B8 | 9D | 0 | 15 | 21 | 8 | 15 | 41 | 4D |
| Octal | 352 | 270 | 235 | 0 | 25 | 41 | 10 | 25 | 101 | 115 |
| Binary | 11101010 | 10111000 | 10011101 | 0 | 10101 | 100001 | 1000 | 10101 | 1000001 | 1001101 |
Color Harmonies of #EAB89D
Complementary color
Monochromatic Colors of #EAB89D
Black with #EAB89D
Text Example
Text Example
White with #EAB89D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB89D; }
p { color: rgb(234,184,157); }
H1.HeaderClassName
{
color: #EAB89D;
}
.AnyTagClassName
{
color: #EAB89D;
}
</style>
background-color css
<style>
a { background-color: #EAB89D; }
a { background-color: rgb(234,184,157); }
div.DivClassName
{
background-color: #EAB89D;
}
.BgClassName
{
background-color: #EAB89D;
}
</style>
border-color css
<style>
span { border-color: #EAB89D; }
span { border-color: rgb(234,184,157); }
td.TdClassName
{
border-color: #EAB89D;
}
.TagClassName
{
border-color: #EAB89D;
}
</style>