Shades of Wax Flower #EFABA0
Tints of Wax Flower #EFABA0
RGB
CMYK
RGB Variations
Color information
#EFABA0 (or 0xEFABA0) is known color: Wax Flower. HEX triplet: EF, AB and A0. RGB value is (239,171,160). Sum of RGB (Red+Green+Blue) = 239+171+160=570 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.93% from 570); Green value is 171 (67.19% from 255 or 30% from 570); Blue value is 160 (62.89% from 255 or 28.07% from 570); Max value from RGB is 239 - color contains mainly: red. Hex color #EFABA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFABA0 is #10545F. Grayscale: #BEBEBE. Windows color (decimal): -1070176 or 10529775. OLE color: 10529775.
HSL color Cylindrical-coordinate representation of color #EFABA0: hue angle of 8.35º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EFABA0 is Cyan = 0, Magento = 0.28, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 171 | 160 | - |
| CMYK | 0 | 0.28 | 0.33 | 0.06 |
| HSL | 8.35º | 0.71% | 0.78% | - |
| HSV(B) | 8.35º | 0.33% | 0.94% | - |
| XYZ | 56.5 | 50.01 | 39.93 | - |
| YUV | 190.08 | 111.03 | 162.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 171 | 160 | 0 | 0.28 | 0.33 | 0.06 | 8.35 | 0.71 | 0.78 |
| Hex | EF | AB | A0 | 0 | 1C | 21 | 6 | 8 | 47 | 4E |
| Octal | 357 | 253 | 240 | 0 | 34 | 41 | 6 | 10 | 107 | 116 |
| Binary | 11101111 | 10101011 | 10100000 | 0 | 11100 | 100001 | 110 | 1000 | 1000111 | 1001110 |
Color Harmonies of #EFABA0
Complementary color
Monochromatic Colors of #EFABA0
Black with #EFABA0
Text Example
Text Example
White with #EFABA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFABA0; }
p { color: rgb(239,171,160); }
H1.HeaderClassName
{
color: #EFABA0;
}
.AnyTagClassName
{
color: #EFABA0;
}
</style>
background-color css
<style>
a { background-color: #EFABA0; }
a { background-color: rgb(239,171,160); }
div.DivClassName
{
background-color: #EFABA0;
}
.BgClassName
{
background-color: #EFABA0;
}
</style>
border-color css
<style>
span { border-color: #EFABA0; }
span { border-color: rgb(239,171,160); }
td.TdClassName
{
border-color: #EFABA0;
}
.TagClassName
{
border-color: #EFABA0;
}
</style>