Shades of Tacao #EFA876
Tints of Tacao #EFA876
RGB
CMYK
RGB Variations
Color information
#EFA876 (or 0xEFA876) is known color: Tacao. HEX triplet: EF, A8 and 76. RGB value is (239,168,118). Sum of RGB (Red+Green+Blue) = 239+168+118=525 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.52% from 525); Green value is 168 (66.02% from 255 or 32% from 525); Blue value is 118 (46.48% from 255 or 22.48% from 525); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA876 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA876 is #105789. Grayscale: #B7B7B7. Windows color (decimal): -1070986 or 7776495. OLE color: 7776495.
HSL color Cylindrical-coordinate representation of color #EFA876: hue angle of 24.79º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EFA876 is Cyan = 0, Magento = 0.30, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 168 | 118 | - |
| CMYK | 0 | 0.30 | 0.51 | 0.06 |
| HSL | 24.79º | 0.79% | 0.7% | - |
| HSV(B) | 24.79º | 0.51% | 0.94% | - |
| XYZ | 52.87 | 47.66 | 23.55 | - |
| YUV | 183.53 | 91.02 | 167.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 168 | 118 | 0 | 0.30 | 0.51 | 0.06 | 24.79 | 0.79 | 0.7 |
| Hex | EF | A8 | 76 | 0 | 1E | 33 | 6 | 19 | 4F | 46 |
| Octal | 357 | 250 | 166 | 0 | 36 | 63 | 6 | 31 | 117 | 106 |
| Binary | 11101111 | 10101000 | 1110110 | 0 | 11110 | 110011 | 110 | 11001 | 1001111 | 1000110 |
Color Harmonies of #EFA876
Complementary color
Monochromatic Colors of #EFA876
Black with #EFA876
Text Example
Text Example
White with #EFA876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA876; }
p { color: rgb(239,168,118); }
H1.HeaderClassName
{
color: #EFA876;
}
.AnyTagClassName
{
color: #EFA876;
}
</style>
background-color css
<style>
a { background-color: #EFA876; }
a { background-color: rgb(239,168,118); }
div.DivClassName
{
background-color: #EFA876;
}
.BgClassName
{
background-color: #EFA876;
}
</style>
border-color css
<style>
span { border-color: #EFA876; }
span { border-color: rgb(239,168,118); }
td.TdClassName
{
border-color: #EFA876;
}
.TagClassName
{
border-color: #EFA876;
}
</style>