Shades of Tacao #EFA76E
Tints of Tacao #EFA76E
RGB
CMYK
RGB Variations
Color information
#EFA76E (or 0xEFA76E) is known color: Tacao. HEX triplet: EF, A7 and 6E. RGB value is (239,167,110). Sum of RGB (Red+Green+Blue) = 239+167+110=516 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.32% from 516); Green value is 167 (65.62% from 255 or 32.36% from 516); Blue value is 110 (43.36% from 255 or 21.32% from 516); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA76E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA76E is #105891. Grayscale: #B6B6B6. Windows color (decimal): -1071250 or 7251951. OLE color: 7251951.
HSL color Cylindrical-coordinate representation of color #EFA76E: hue angle of 26.51º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EFA76E is Cyan = 0, Magento = 0.30, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 167 | 110 | - |
| CMYK | 0 | 0.30 | 0.54 | 0.06 |
| HSL | 26.51º | 0.8% | 0.68% | - |
| HSV(B) | 26.51º | 0.54% | 0.94% | - |
| XYZ | 52.23 | 47.11 | 21.09 | - |
| YUV | 182.03 | 87.35 | 168.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 167 | 110 | 0 | 0.30 | 0.54 | 0.06 | 26.51 | 0.8 | 0.68 |
| Hex | EF | A7 | 6E | 0 | 1E | 36 | 6 | 1B | 50 | 44 |
| Octal | 357 | 247 | 156 | 0 | 36 | 66 | 6 | 33 | 120 | 104 |
| Binary | 11101111 | 10100111 | 1101110 | 0 | 11110 | 110110 | 110 | 11011 | 1010000 | 1000100 |
Color Harmonies of #EFA76E
Complementary color
Monochromatic Colors of #EFA76E
Black with #EFA76E
Text Example
Text Example
White with #EFA76E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA76E; }
p { color: rgb(239,167,110); }
H1.HeaderClassName
{
color: #EFA76E;
}
.AnyTagClassName
{
color: #EFA76E;
}
</style>
background-color css
<style>
a { background-color: #EFA76E; }
a { background-color: rgb(239,167,110); }
div.DivClassName
{
background-color: #EFA76E;
}
.BgClassName
{
background-color: #EFA76E;
}
</style>
border-color css
<style>
span { border-color: #EFA76E; }
span { border-color: rgb(239,167,110); }
td.TdClassName
{
border-color: #EFA76E;
}
.TagClassName
{
border-color: #EFA76E;
}
</style>