Shades of Wax Flower #EFA799
Tints of Wax Flower #EFA799
RGB
CMYK
RGB Variations
Color information
#EFA799 (or 0xEFA799) is known color: Wax Flower. HEX triplet: EF, A7 and 99. RGB value is (239,167,153). Sum of RGB (Red+Green+Blue) = 239+167+153=559 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.75% from 559); Green value is 167 (65.62% from 255 or 29.87% from 559); Blue value is 153 (60.16% from 255 or 27.37% from 559); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA799 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA799 is #105866. Grayscale: #BBBBBB. Windows color (decimal): -1071207 or 10069999. OLE color: 10069999.
HSL color Cylindrical-coordinate representation of color #EFA799: hue angle of 9.77º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EFA799 is Cyan = 0, Magento = 0.30, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 167 | 153 | - |
| CMYK | 0 | 0.30 | 0.36 | 0.06 |
| HSL | 9.77º | 0.73% | 0.77% | - |
| HSV(B) | 9.77º | 0.36% | 0.94% | - |
| XYZ | 55.17 | 48.29 | 36.55 | - |
| YUV | 186.93 | 108.85 | 165.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 167 | 153 | 0 | 0.30 | 0.36 | 0.06 | 9.77 | 0.73 | 0.77 |
| Hex | EF | A7 | 99 | 0 | 1E | 24 | 6 | A | 49 | 4D |
| Octal | 357 | 247 | 231 | 0 | 36 | 44 | 6 | 12 | 111 | 115 |
| Binary | 11101111 | 10100111 | 10011001 | 0 | 11110 | 100100 | 110 | 1010 | 1001001 | 1001101 |
Color Harmonies of #EFA799
Complementary color
Monochromatic Colors of #EFA799
Black with #EFA799
Text Example
Text Example
White with #EFA799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA799; }
p { color: rgb(239,167,153); }
H1.HeaderClassName
{
color: #EFA799;
}
.AnyTagClassName
{
color: #EFA799;
}
</style>
background-color css
<style>
a { background-color: #EFA799; }
a { background-color: rgb(239,167,153); }
div.DivClassName
{
background-color: #EFA799;
}
.BgClassName
{
background-color: #EFA799;
}
</style>
border-color css
<style>
span { border-color: #EFA799; }
span { border-color: rgb(239,167,153); }
td.TdClassName
{
border-color: #EFA799;
}
.TagClassName
{
border-color: #EFA799;
}
</style>