Shades of Wax Flower #EEA89D
Tints of Wax Flower #EEA89D
RGB
CMYK
RGB Variations
Color information
#EEA89D (or 0xEEA89D) is known color: Wax Flower. HEX triplet: EE, A8 and 9D. RGB value is (238,168,157). Sum of RGB (Red+Green+Blue) = 238+168+157=563 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.27% from 563); Green value is 168 (66.02% from 255 or 29.84% from 563); Blue value is 157 (61.72% from 255 or 27.89% from 563); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA89D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEA89D is #115762. Grayscale: #BBBBBB. Windows color (decimal): -1136483 or 10332398. OLE color: 10332398.
HSL color Cylindrical-coordinate representation of color #EEA89D: hue angle of 8.15º degrees, saturation: 0.7, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EEA89D is Cyan = 0, Magento = 0.29, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 168 | 157 | - |
| CMYK | 0 | 0.29 | 0.34 | 0.07 |
| HSL | 8.15º | 0.7% | 0.77% | - |
| HSV(B) | 8.15º | 0.34% | 0.93% | - |
| XYZ | 55.35 | 48.62 | 38.37 | - |
| YUV | 187.68 | 110.69 | 163.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 168 | 157 | 0 | 0.29 | 0.34 | 0.07 | 8.15 | 0.7 | 0.77 |
| Hex | EE | A8 | 9D | 0 | 1D | 22 | 7 | 8 | 46 | 4D |
| Octal | 356 | 250 | 235 | 0 | 35 | 42 | 7 | 10 | 106 | 115 |
| Binary | 11101110 | 10101000 | 10011101 | 0 | 11101 | 100010 | 111 | 1000 | 1000110 | 1001101 |
Color Harmonies of #EEA89D
Complementary color
Monochromatic Colors of #EEA89D
Black with #EEA89D
Text Example
Text Example
White with #EEA89D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA89D; }
p { color: rgb(238,168,157); }
H1.HeaderClassName
{
color: #EEA89D;
}
.AnyTagClassName
{
color: #EEA89D;
}
</style>
background-color css
<style>
a { background-color: #EEA89D; }
a { background-color: rgb(238,168,157); }
div.DivClassName
{
background-color: #EEA89D;
}
.BgClassName
{
background-color: #EEA89D;
}
</style>
border-color css
<style>
span { border-color: #EEA89D; }
span { border-color: rgb(238,168,157); }
td.TdClassName
{
border-color: #EEA89D;
}
.TagClassName
{
border-color: #EEA89D;
}
</style>