Shades of Tacao #EFAB84
Tints of Tacao #EFAB84
RGB
CMYK
RGB Variations
Color information
#EFAB84 (or 0xEFAB84) is known color: Tacao. HEX triplet: EF, AB and 84. RGB value is (239,171,132). Sum of RGB (Red+Green+Blue) = 239+171+132=542 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.10% from 542); Green value is 171 (67.19% from 255 or 31.55% from 542); Blue value is 132 (51.95% from 255 or 24.35% from 542); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAB84 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFAB84 is #10547B. Grayscale: #BBBBBB. Windows color (decimal): -1070204 or 8694767. OLE color: 8694767.
HSL color Cylindrical-coordinate representation of color #EFAB84: hue angle of 21.87º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EFAB84 is Cyan = 0, Magento = 0.28, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 171 | 132 | - |
| CMYK | 0 | 0.28 | 0.45 | 0.06 |
| HSL | 21.87º | 0.77% | 0.73% | - |
| HSV(B) | 21.87º | 0.45% | 0.94% | - |
| XYZ | 54.32 | 49.14 | 28.45 | - |
| YUV | 186.89 | 97.03 | 165.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 171 | 132 | 0 | 0.28 | 0.45 | 0.06 | 21.87 | 0.77 | 0.73 |
| Hex | EF | AB | 84 | 0 | 1C | 2D | 6 | 16 | 4D | 49 |
| Octal | 357 | 253 | 204 | 0 | 34 | 55 | 6 | 26 | 115 | 111 |
| Binary | 11101111 | 10101011 | 10000100 | 0 | 11100 | 101101 | 110 | 10110 | 1001101 | 1001001 |
Color Harmonies of #EFAB84
Complementary color
Monochromatic Colors of #EFAB84
Black with #EFAB84
Text Example
Text Example
White with #EFAB84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFAB84; }
p { color: rgb(239,171,132); }
H1.HeaderClassName
{
color: #EFAB84;
}
.AnyTagClassName
{
color: #EFAB84;
}
</style>
background-color css
<style>
a { background-color: #EFAB84; }
a { background-color: rgb(239,171,132); }
div.DivClassName
{
background-color: #EFAB84;
}
.BgClassName
{
background-color: #EFAB84;
}
</style>
border-color css
<style>
span { border-color: #EFAB84; }
span { border-color: rgb(239,171,132); }
td.TdClassName
{
border-color: #EFAB84;
}
.TagClassName
{
border-color: #EFAB84;
}
</style>