Shades of Wax Flower #EAA89B
Tints of Wax Flower #EAA89B
RGB
CMYK
RGB Variations
Color information
#EAA89B (or 0xEAA89B) is known color: Wax Flower. HEX triplet: EA, A8 and 9B. RGB value is (234,168,155). Sum of RGB (Red+Green+Blue) = 234+168+155=557 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.01% from 557); Green value is 168 (66.02% from 255 or 30.16% from 557); Blue value is 155 (60.94% from 255 or 27.83% from 557); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA89B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAA89B is #155764. Grayscale: #BABABA. Windows color (decimal): -1398629 or 10201322. OLE color: 10201322.
HSL color Cylindrical-coordinate representation of color #EAA89B: hue angle of 9.87º 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 #EAA89B is Cyan = 0, Magento = 0.28, Yellow = 0.34 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 168 | 155 | - |
| CMYK | 0 | 0.28 | 0.34 | 0.08 |
| HSL | 9.87º | 0.65% | 0.76% | - |
| HSV(B) | 9.87º | 0.34% | 0.92% | - |
| XYZ | 53.85 | 47.86 | 37.41 | - |
| YUV | 186.25 | 110.37 | 162.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 168 | 155 | 0 | 0.28 | 0.34 | 0.08 | 9.87 | 0.65 | 0.76 |
| Hex | EA | A8 | 9B | 0 | 1C | 22 | 8 | A | 41 | 4C |
| Octal | 352 | 250 | 233 | 0 | 34 | 42 | 10 | 12 | 101 | 114 |
| Binary | 11101010 | 10101000 | 10011011 | 0 | 11100 | 100010 | 1000 | 1010 | 1000001 | 1001100 |
Color Harmonies of #EAA89B
Complementary color
Monochromatic Colors of #EAA89B
Black with #EAA89B
Text Example
Text Example
White with #EAA89B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA89B; }
p { color: rgb(234,168,155); }
H1.HeaderClassName
{
color: #EAA89B;
}
.AnyTagClassName
{
color: #EAA89B;
}
</style>
background-color css
<style>
a { background-color: #EAA89B; }
a { background-color: rgb(234,168,155); }
div.DivClassName
{
background-color: #EAA89B;
}
.BgClassName
{
background-color: #EAA89B;
}
</style>
border-color css
<style>
span { border-color: #EAA89B; }
span { border-color: rgb(234,168,155); }
td.TdClassName
{
border-color: #EAA89B;
}
.TagClassName
{
border-color: #EAA89B;
}
</style>