Shades of Wax Flower #EAB89B
Tints of Wax Flower #EAB89B
RGB
CMYK
RGB Variations
Color information
#EAB89B (or 0xEAB89B) is known color: Wax Flower. HEX triplet: EA, B8 and 9B. RGB value is (234,184,155). Sum of RGB (Red+Green+Blue) = 234+184+155=573 (75% of max value = 765). Red value is 234 (91.80% from 255 or 40.84% from 573); Green value is 184 (72.27% from 255 or 32.11% from 573); Blue value is 155 (60.94% from 255 or 27.05% from 573); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB89B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAB89B is #154764. Grayscale: #C3C3C3. Windows color (decimal): -1394533 or 10205418. OLE color: 10205418.
HSL color Cylindrical-coordinate representation of color #EAB89B: hue angle of 22.03º degrees, saturation: 0.65, 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 #EAB89B is Cyan = 0, Magento = 0.21, Yellow = 0.34 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 184 | 155 | - |
| CMYK | 0 | 0.21 | 0.34 | 0.08 |
| HSL | 22.03º | 0.65% | 0.76% | - |
| HSV(B) | 22.03º | 0.34% | 0.92% | - |
| XYZ | 56.99 | 54.14 | 38.46 | - |
| YUV | 195.64 | 105.07 | 155.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 184 | 155 | 0 | 0.21 | 0.34 | 0.08 | 22.03 | 0.65 | 0.76 |
| Hex | EA | B8 | 9B | 0 | 15 | 22 | 8 | 16 | 41 | 4C |
| Octal | 352 | 270 | 233 | 0 | 25 | 42 | 10 | 26 | 101 | 114 |
| Binary | 11101010 | 10111000 | 10011011 | 0 | 10101 | 100010 | 1000 | 10110 | 1000001 | 1001100 |
Color Harmonies of #EAB89B
Complementary color
Monochromatic Colors of #EAB89B
Black with #EAB89B
Text Example
Text Example
White with #EAB89B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB89B; }
p { color: rgb(234,184,155); }
H1.HeaderClassName
{
color: #EAB89B;
}
.AnyTagClassName
{
color: #EAB89B;
}
</style>
background-color css
<style>
a { background-color: #EAB89B; }
a { background-color: rgb(234,184,155); }
div.DivClassName
{
background-color: #EAB89B;
}
.BgClassName
{
background-color: #EAB89B;
}
</style>
border-color css
<style>
span { border-color: #EAB89B; }
span { border-color: rgb(234,184,155); }
td.TdClassName
{
border-color: #EAB89B;
}
.TagClassName
{
border-color: #EAB89B;
}
</style>