Shades of Wax Flower #EFAB9C
Tints of Wax Flower #EFAB9C
RGB
CMYK
RGB Variations
Color information
#EFAB9C (or 0xEFAB9C) is known color: Wax Flower. HEX triplet: EF, AB and 9C. RGB value is (239,171,156). Sum of RGB (Red+Green+Blue) = 239+171+156=566 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.23% from 566); Green value is 171 (67.19% from 255 or 30.21% from 566); Blue value is 156 (61.33% from 255 or 27.56% from 566); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAB9C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFAB9C is #105463. Grayscale: #BDBDBD. Windows color (decimal): -1070180 or 10267631. OLE color: 10267631.
HSL color Cylindrical-coordinate representation of color #EFAB9C: hue angle of 10.84º degrees, saturation: 0.72, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EFAB9C is Cyan = 0, Magento = 0.28, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 171 | 156 | - |
| CMYK | 0 | 0.28 | 0.35 | 0.06 |
| HSL | 10.84º | 0.72% | 0.77% | - |
| HSV(B) | 10.84º | 0.35% | 0.94% | - |
| XYZ | 56.16 | 49.88 | 38.12 | - |
| YUV | 189.62 | 109.03 | 163.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 171 | 156 | 0 | 0.28 | 0.35 | 0.06 | 10.84 | 0.72 | 0.77 |
| Hex | EF | AB | 9C | 0 | 1C | 23 | 6 | B | 48 | 4D |
| Octal | 357 | 253 | 234 | 0 | 34 | 43 | 6 | 13 | 110 | 115 |
| Binary | 11101111 | 10101011 | 10011100 | 0 | 11100 | 100011 | 110 | 1011 | 1001000 | 1001101 |
Color Harmonies of #EFAB9C
Complementary color
Monochromatic Colors of #EFAB9C
Black with #EFAB9C
Text Example
Text Example
White with #EFAB9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFAB9C; }
p { color: rgb(239,171,156); }
H1.HeaderClassName
{
color: #EFAB9C;
}
.AnyTagClassName
{
color: #EFAB9C;
}
</style>
background-color css
<style>
a { background-color: #EFAB9C; }
a { background-color: rgb(239,171,156); }
div.DivClassName
{
background-color: #EFAB9C;
}
.BgClassName
{
background-color: #EFAB9C;
}
</style>
border-color css
<style>
span { border-color: #EFAB9C; }
span { border-color: rgb(239,171,156); }
td.TdClassName
{
border-color: #EFAB9C;
}
.TagClassName
{
border-color: #EFAB9C;
}
</style>