Shades of Tacao #EFAB80
Tints of Tacao #EFAB80
RGB
CMYK
RGB Variations
Color information
#EFAB80 (or 0xEFAB80) is known color: Tacao. HEX triplet: EF, AB and 80. RGB value is (239,171,128). Sum of RGB (Red+Green+Blue) = 239+171+128=538 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.42% from 538); Green value is 171 (67.19% from 255 or 31.78% from 538); Blue value is 128 (50.39% from 255 or 23.79% from 538); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAB80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFAB80 is #10547F. Grayscale: #BABABA. Windows color (decimal): -1070208 or 8432623. OLE color: 8432623.
HSL color Cylindrical-coordinate representation of color #EFAB80: hue angle of 23.24º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EFAB80 is Cyan = 0, Magento = 0.28, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 171 | 128 | - |
| CMYK | 0 | 0.28 | 0.46 | 0.06 |
| HSL | 23.24º | 0.78% | 0.72% | - |
| HSV(B) | 23.24º | 0.46% | 0.94% | - |
| XYZ | 54.06 | 49.04 | 27.04 | - |
| YUV | 186.43 | 95.03 | 165.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 171 | 128 | 0 | 0.28 | 0.46 | 0.06 | 23.24 | 0.78 | 0.72 |
| Hex | EF | AB | 80 | 0 | 1C | 2E | 6 | 17 | 4E | 48 |
| Octal | 357 | 253 | 200 | 0 | 34 | 56 | 6 | 27 | 116 | 110 |
| Binary | 11101111 | 10101011 | 10000000 | 0 | 11100 | 101110 | 110 | 10111 | 1001110 | 1001000 |
Color Harmonies of #EFAB80
Complementary color
Monochromatic Colors of #EFAB80
Black with #EFAB80
Text Example
Text Example
White with #EFAB80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFAB80; }
p { color: rgb(239,171,128); }
H1.HeaderClassName
{
color: #EFAB80;
}
.AnyTagClassName
{
color: #EFAB80;
}
</style>
background-color css
<style>
a { background-color: #EFAB80; }
a { background-color: rgb(239,171,128); }
div.DivClassName
{
background-color: #EFAB80;
}
.BgClassName
{
background-color: #EFAB80;
}
</style>
border-color css
<style>
span { border-color: #EFAB80; }
span { border-color: rgb(239,171,128); }
td.TdClassName
{
border-color: #EFAB80;
}
.TagClassName
{
border-color: #EFAB80;
}
</style>