Shades of Wax Flower #EFA895
Tints of Wax Flower #EFA895
RGB
CMYK
RGB Variations
Color information
#EFA895 (or 0xEFA895) is known color: Wax Flower. HEX triplet: EF, A8 and 95. RGB value is (239,168,149). Sum of RGB (Red+Green+Blue) = 239+168+149=556 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.99% from 556); Green value is 168 (66.02% from 255 or 30.22% from 556); Blue value is 149 (58.59% from 255 or 26.80% from 556); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA895 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA895 is #10576A. Grayscale: #BBBBBB. Windows color (decimal): -1070955 or 9808111. OLE color: 9808111.
HSL color Cylindrical-coordinate representation of color #EFA895: hue angle of 12.67º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EFA895 is Cyan = 0, Magento = 0.30, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 168 | 149 | - |
| CMYK | 0 | 0.30 | 0.38 | 0.06 |
| HSL | 12.67º | 0.74% | 0.76% | - |
| HSV(B) | 12.67º | 0.38% | 0.94% | - |
| XYZ | 55.02 | 48.53 | 34.9 | - |
| YUV | 187.06 | 106.52 | 165.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 168 | 149 | 0 | 0.30 | 0.38 | 0.06 | 12.67 | 0.74 | 0.76 |
| Hex | EF | A8 | 95 | 0 | 1E | 26 | 6 | D | 4A | 4C |
| Octal | 357 | 250 | 225 | 0 | 36 | 46 | 6 | 15 | 112 | 114 |
| Binary | 11101111 | 10101000 | 10010101 | 0 | 11110 | 100110 | 110 | 1101 | 1001010 | 1001100 |
Color Harmonies of #EFA895
Complementary color
Monochromatic Colors of #EFA895
Black with #EFA895
Text Example
Text Example
White with #EFA895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA895; }
p { color: rgb(239,168,149); }
H1.HeaderClassName
{
color: #EFA895;
}
.AnyTagClassName
{
color: #EFA895;
}
</style>
background-color css
<style>
a { background-color: #EFA895; }
a { background-color: rgb(239,168,149); }
div.DivClassName
{
background-color: #EFA895;
}
.BgClassName
{
background-color: #EFA895;
}
</style>
border-color css
<style>
span { border-color: #EFA895; }
span { border-color: rgb(239,168,149); }
td.TdClassName
{
border-color: #EFA895;
}
.TagClassName
{
border-color: #EFA895;
}
</style>