Shades of Wax Flower #EFA898
Tints of Wax Flower #EFA898
RGB
CMYK
RGB Variations
Color information
#EFA898 (or 0xEFA898) is known color: Wax Flower. HEX triplet: EF, A8 and 98. RGB value is (239,168,152). Sum of RGB (Red+Green+Blue) = 239+168+152=559 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.75% from 559); Green value is 168 (66.02% from 255 or 30.05% from 559); Blue value is 152 (59.77% from 255 or 27.19% from 559); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA898 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA898 is #105767. Grayscale: #BBBBBB. Windows color (decimal): -1070952 or 10004719. OLE color: 10004719.
HSL color Cylindrical-coordinate representation of color #EFA898: hue angle of 11.03º 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 #EFA898 is Cyan = 0, Magento = 0.30, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 168 | 152 | - |
| CMYK | 0 | 0.30 | 0.36 | 0.06 |
| HSL | 11.03º | 0.73% | 0.77% | - |
| HSV(B) | 11.03º | 0.36% | 0.94% | - |
| XYZ | 55.27 | 48.62 | 36.18 | - |
| YUV | 187.41 | 108.02 | 164.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 168 | 152 | 0 | 0.30 | 0.36 | 0.06 | 11.03 | 0.73 | 0.77 |
| Hex | EF | A8 | 98 | 0 | 1E | 24 | 6 | B | 49 | 4D |
| Octal | 357 | 250 | 230 | 0 | 36 | 44 | 6 | 13 | 111 | 115 |
| Binary | 11101111 | 10101000 | 10011000 | 0 | 11110 | 100100 | 110 | 1011 | 1001001 | 1001101 |
Color Harmonies of #EFA898
Complementary color
Monochromatic Colors of #EFA898
Black with #EFA898
Text Example
Text Example
White with #EFA898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA898; }
p { color: rgb(239,168,152); }
H1.HeaderClassName
{
color: #EFA898;
}
.AnyTagClassName
{
color: #EFA898;
}
</style>
background-color css
<style>
a { background-color: #EFA898; }
a { background-color: rgb(239,168,152); }
div.DivClassName
{
background-color: #EFA898;
}
.BgClassName
{
background-color: #EFA898;
}
</style>
border-color css
<style>
span { border-color: #EFA898; }
span { border-color: rgb(239,168,152); }
td.TdClassName
{
border-color: #EFA898;
}
.TagClassName
{
border-color: #EFA898;
}
</style>