Shades of Wax Flower #EFAB9D
Tints of Wax Flower #EFAB9D
RGB
CMYK
RGB Variations
Color information
#EFAB9D (or 0xEFAB9D) is known color: Wax Flower. HEX triplet: EF, AB and 9D. RGB value is (239,171,157). Sum of RGB (Red+Green+Blue) = 239+171+157=567 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.15% from 567); Green value is 171 (67.19% from 255 or 30.16% from 567); Blue value is 157 (61.72% from 255 or 27.69% from 567); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAB9D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFAB9D is #105462. Grayscale: #BDBDBD. Windows color (decimal): -1070179 or 10333167. OLE color: 10333167.
HSL color Cylindrical-coordinate representation of color #EFAB9D: hue angle of 10.24º 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 #EFAB9D is Cyan = 0, Magento = 0.28, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 171 | 157 | - |
| CMYK | 0 | 0.28 | 0.34 | 0.06 |
| HSL | 10.24º | 0.72% | 0.78% | - |
| HSV(B) | 10.24º | 0.34% | 0.94% | - |
| XYZ | 56.25 | 49.91 | 38.57 | - |
| YUV | 189.74 | 109.53 | 163.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 171 | 157 | 0 | 0.28 | 0.34 | 0.06 | 10.24 | 0.72 | 0.78 |
| Hex | EF | AB | 9D | 0 | 1C | 22 | 6 | A | 48 | 4E |
| Octal | 357 | 253 | 235 | 0 | 34 | 42 | 6 | 12 | 110 | 116 |
| Binary | 11101111 | 10101011 | 10011101 | 0 | 11100 | 100010 | 110 | 1010 | 1001000 | 1001110 |
Color Harmonies of #EFAB9D
Complementary color
Monochromatic Colors of #EFAB9D
Black with #EFAB9D
Text Example
Text Example
White with #EFAB9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFAB9D; }
p { color: rgb(239,171,157); }
H1.HeaderClassName
{
color: #EFAB9D;
}
.AnyTagClassName
{
color: #EFAB9D;
}
</style>
background-color css
<style>
a { background-color: #EFAB9D; }
a { background-color: rgb(239,171,157); }
div.DivClassName
{
background-color: #EFAB9D;
}
.BgClassName
{
background-color: #EFAB9D;
}
</style>
border-color css
<style>
span { border-color: #EFAB9D; }
span { border-color: rgb(239,171,157); }
td.TdClassName
{
border-color: #EFAB9D;
}
.TagClassName
{
border-color: #EFAB9D;
}
</style>