Shades of Tacao #EFA978
Tints of Tacao #EFA978
RGB
CMYK
RGB Variations
Color information
#EFA978 (or 0xEFA978) is known color: Tacao. HEX triplet: EF, A9 and 78. RGB value is (239,169,120). Sum of RGB (Red+Green+Blue) = 239+169+120=528 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.27% from 528); Green value is 169 (66.41% from 255 or 32.01% from 528); Blue value is 120 (47.27% from 255 or 22.73% from 528); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA978 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA978 is #105687. Grayscale: #B8B8B8. Windows color (decimal): -1070728 or 7907823. OLE color: 7907823.
HSL color Cylindrical-coordinate representation of color #EFA978: hue angle of 24.71º 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 #EFA978 is Cyan = 0, Magento = 0.29, Yellow = 0.50 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 169 | 120 | - |
| CMYK | 0 | 0.29 | 0.50 | 0.06 |
| HSL | 24.71º | 0.79% | 0.7% | - |
| HSV(B) | 24.71º | 0.5% | 0.94% | - |
| XYZ | 53.17 | 48.08 | 24.25 | - |
| YUV | 184.34 | 91.69 | 166.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 169 | 120 | 0 | 0.29 | 0.50 | 0.06 | 24.71 | 0.79 | 0.7 |
| Hex | EF | A9 | 78 | 0 | 1D | 32 | 6 | 19 | 4F | 46 |
| Octal | 357 | 251 | 170 | 0 | 35 | 62 | 6 | 31 | 117 | 106 |
| Binary | 11101111 | 10101001 | 1111000 | 0 | 11101 | 110010 | 110 | 11001 | 1001111 | 1000110 |
Color Harmonies of #EFA978
Complementary color
Monochromatic Colors of #EFA978
Black with #EFA978
Text Example
Text Example
White with #EFA978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA978; }
p { color: rgb(239,169,120); }
H1.HeaderClassName
{
color: #EFA978;
}
.AnyTagClassName
{
color: #EFA978;
}
</style>
background-color css
<style>
a { background-color: #EFA978; }
a { background-color: rgb(239,169,120); }
div.DivClassName
{
background-color: #EFA978;
}
.BgClassName
{
background-color: #EFA978;
}
</style>
border-color css
<style>
span { border-color: #EFA978; }
span { border-color: rgb(239,169,120); }
td.TdClassName
{
border-color: #EFA978;
}
.TagClassName
{
border-color: #EFA978;
}
</style>