Shades of Wax Flower #EEA99E
Tints of Wax Flower #EEA99E
RGB
CMYK
RGB Variations
Color information
#EEA99E (or 0xEEA99E) is known color: Wax Flower. HEX triplet: EE, A9 and 9E. RGB value is (238,169,158). Sum of RGB (Red+Green+Blue) = 238+169+158=565 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.12% from 565); Green value is 169 (66.41% from 255 or 29.91% from 565); Blue value is 158 (62.11% from 255 or 27.96% from 565); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA99E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEA99E is #115661. Grayscale: #BCBCBC. Windows color (decimal): -1136226 or 10398190. OLE color: 10398190.
HSL color Cylindrical-coordinate representation of color #EEA99E: hue angle of 8.25º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EEA99E is Cyan = 0, Magento = 0.29, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 169 | 158 | - |
| CMYK | 0 | 0.29 | 0.34 | 0.07 |
| HSL | 8.25º | 0.7% | 0.78% | - |
| HSV(B) | 8.25º | 0.34% | 0.93% | - |
| XYZ | 55.62 | 49.02 | 38.88 | - |
| YUV | 188.38 | 110.86 | 163.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 169 | 158 | 0 | 0.29 | 0.34 | 0.07 | 8.25 | 0.7 | 0.78 |
| Hex | EE | A9 | 9E | 0 | 1D | 22 | 7 | 8 | 46 | 4E |
| Octal | 356 | 251 | 236 | 0 | 35 | 42 | 7 | 10 | 106 | 116 |
| Binary | 11101110 | 10101001 | 10011110 | 0 | 11101 | 100010 | 111 | 1000 | 1000110 | 1001110 |
Color Harmonies of #EEA99E
Complementary color
Monochromatic Colors of #EEA99E
Black with #EEA99E
Text Example
Text Example
White with #EEA99E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA99E; }
p { color: rgb(238,169,158); }
H1.HeaderClassName
{
color: #EEA99E;
}
.AnyTagClassName
{
color: #EEA99E;
}
</style>
background-color css
<style>
a { background-color: #EEA99E; }
a { background-color: rgb(238,169,158); }
div.DivClassName
{
background-color: #EEA99E;
}
.BgClassName
{
background-color: #EEA99E;
}
</style>
border-color css
<style>
span { border-color: #EEA99E; }
span { border-color: rgb(238,169,158); }
td.TdClassName
{
border-color: #EEA99E;
}
.TagClassName
{
border-color: #EEA99E;
}
</style>