Shades of Tacao #EFAB85
Tints of Tacao #EFAB85
RGB
CMYK
RGB Variations
Color information
#EFAB85 (or 0xEFAB85) is known color: Tacao. HEX triplet: EF, AB and 85. RGB value is (239,171,133). Sum of RGB (Red+Green+Blue) = 239+171+133=543 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.01% from 543); Green value is 171 (67.19% from 255 or 31.49% from 543); Blue value is 133 (52.34% from 255 or 24.49% from 543); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAB85 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFAB85 is #10547A. Grayscale: #BBBBBB. Windows color (decimal): -1070203 or 8760303. OLE color: 8760303.
HSL color Cylindrical-coordinate representation of color #EFAB85: hue angle of 21.51º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EFAB85 is Cyan = 0, Magento = 0.28, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 171 | 133 | - |
| CMYK | 0 | 0.28 | 0.44 | 0.06 |
| HSL | 21.51º | 0.77% | 0.73% | - |
| HSV(B) | 21.51º | 0.44% | 0.94% | - |
| XYZ | 54.39 | 49.17 | 28.81 | - |
| YUV | 187 | 97.53 | 165.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 171 | 133 | 0 | 0.28 | 0.44 | 0.06 | 21.51 | 0.77 | 0.73 |
| Hex | EF | AB | 85 | 0 | 1C | 2C | 6 | 16 | 4D | 49 |
| Octal | 357 | 253 | 205 | 0 | 34 | 54 | 6 | 26 | 115 | 111 |
| Binary | 11101111 | 10101011 | 10000101 | 0 | 11100 | 101100 | 110 | 10110 | 1001101 | 1001001 |
Color Harmonies of #EFAB85
Complementary color
Monochromatic Colors of #EFAB85
Black with #EFAB85
Text Example
Text Example
White with #EFAB85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFAB85; }
p { color: rgb(239,171,133); }
H1.HeaderClassName
{
color: #EFAB85;
}
.AnyTagClassName
{
color: #EFAB85;
}
</style>
background-color css
<style>
a { background-color: #EFAB85; }
a { background-color: rgb(239,171,133); }
div.DivClassName
{
background-color: #EFAB85;
}
.BgClassName
{
background-color: #EFAB85;
}
</style>
border-color css
<style>
span { border-color: #EFAB85; }
span { border-color: rgb(239,171,133); }
td.TdClassName
{
border-color: #EFAB85;
}
.TagClassName
{
border-color: #EFAB85;
}
</style>