Shades of Wax Flower #EFA99E
Tints of Wax Flower #EFA99E
RGB
CMYK
RGB Variations
Color information
#EFA99E (or 0xEFA99E) is known color: Wax Flower. HEX triplet: EF, A9 and 9E. RGB value is (239,169,158). Sum of RGB (Red+Green+Blue) = 239+169+158=566 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.23% from 566); Green value is 169 (66.41% from 255 or 29.86% from 566); Blue value is 158 (62.11% from 255 or 27.92% from 566); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA99E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA99E is #105661. Grayscale: #BCBCBC. Windows color (decimal): -1070690 or 10398191. OLE color: 10398191.
HSL color Cylindrical-coordinate representation of color #EFA99E: hue angle of 8.15º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EFA99E is Cyan = 0, Magento = 0.29, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 169 | 158 | - |
| CMYK | 0 | 0.29 | 0.34 | 0.06 |
| HSL | 8.15º | 0.72% | 0.78% | - |
| HSV(B) | 8.15º | 0.34% | 0.94% | - |
| XYZ | 55.96 | 49.2 | 38.89 | - |
| YUV | 188.68 | 110.69 | 163.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 169 | 158 | 0 | 0.29 | 0.34 | 0.06 | 8.15 | 0.72 | 0.78 |
| Hex | EF | A9 | 9E | 0 | 1D | 22 | 6 | 8 | 48 | 4E |
| Octal | 357 | 251 | 236 | 0 | 35 | 42 | 6 | 10 | 110 | 116 |
| Binary | 11101111 | 10101001 | 10011110 | 0 | 11101 | 100010 | 110 | 1000 | 1001000 | 1001110 |
Color Harmonies of #EFA99E
Complementary color
Monochromatic Colors of #EFA99E
Black with #EFA99E
Text Example
Text Example
White with #EFA99E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA99E; }
p { color: rgb(239,169,158); }
H1.HeaderClassName
{
color: #EFA99E;
}
.AnyTagClassName
{
color: #EFA99E;
}
</style>
background-color css
<style>
a { background-color: #EFA99E; }
a { background-color: rgb(239,169,158); }
div.DivClassName
{
background-color: #EFA99E;
}
.BgClassName
{
background-color: #EFA99E;
}
</style>
border-color css
<style>
span { border-color: #EFA99E; }
span { border-color: rgb(239,169,158); }
td.TdClassName
{
border-color: #EFA99E;
}
.TagClassName
{
border-color: #EFA99E;
}
</style>