Shades of Tacao #EFAB77
Tints of Tacao #EFAB77
RGB
CMYK
RGB Variations
Color information
#EFAB77 (or 0xEFAB77) is known color: Tacao. HEX triplet: EF, AB and 77. RGB value is (239,171,119). Sum of RGB (Red+Green+Blue) = 239+171+119=529 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.18% from 529); Green value is 171 (67.19% from 255 or 32.33% from 529); Blue value is 119 (46.88% from 255 or 22.50% from 529); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAB77 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFAB77 is #105488. Grayscale: #B9B9B9. Windows color (decimal): -1070217 or 7842799. OLE color: 7842799.
HSL color Cylindrical-coordinate representation of color #EFAB77: hue angle of 26º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EFAB77 is Cyan = 0, Magento = 0.28, Yellow = 0.50 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 171 | 119 | - |
| CMYK | 0 | 0.28 | 0.50 | 0.06 |
| HSL | 26º | 0.79% | 0.7% | - |
| HSV(B) | 26º | 0.5% | 0.94% | - |
| XYZ | 53.49 | 48.81 | 24.05 | - |
| YUV | 185.4 | 90.53 | 166.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 171 | 119 | 0 | 0.28 | 0.50 | 0.06 | 26 | 0.79 | 0.7 |
| Hex | EF | AB | 77 | 0 | 1C | 32 | 6 | 1A | 4F | 46 |
| Octal | 357 | 253 | 167 | 0 | 34 | 62 | 6 | 32 | 117 | 106 |
| Binary | 11101111 | 10101011 | 1110111 | 0 | 11100 | 110010 | 110 | 11010 | 1001111 | 1000110 |
Color Harmonies of #EFAB77
Complementary color
Monochromatic Colors of #EFAB77
Black with #EFAB77
Text Example
Text Example
White with #EFAB77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFAB77; }
p { color: rgb(239,171,119); }
H1.HeaderClassName
{
color: #EFAB77;
}
.AnyTagClassName
{
color: #EFAB77;
}
</style>
background-color css
<style>
a { background-color: #EFAB77; }
a { background-color: rgb(239,171,119); }
div.DivClassName
{
background-color: #EFAB77;
}
.BgClassName
{
background-color: #EFAB77;
}
</style>
border-color css
<style>
span { border-color: #EFAB77; }
span { border-color: rgb(239,171,119); }
td.TdClassName
{
border-color: #EFAB77;
}
.TagClassName
{
border-color: #EFAB77;
}
</style>