Shades of Tacao #EFA471
Tints of Tacao #EFA471
RGB
CMYK
RGB Variations
Color information
#EFA471 (or 0xEFA471) is known color: Tacao. HEX triplet: EF, A4 and 71. RGB value is (239,164,113). Sum of RGB (Red+Green+Blue) = 239+164+113=516 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.32% from 516); Green value is 164 (64.45% from 255 or 31.78% from 516); Blue value is 113 (44.53% from 255 or 21.90% from 516); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA471 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA471 is #105B8E. Grayscale: #B4B4B4. Windows color (decimal): -1072015 or 7447791. OLE color: 7447791.
HSL color Cylindrical-coordinate representation of color #EFA471: hue angle of 24.29º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EFA471 is Cyan = 0, Magento = 0.31, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 164 | 113 | - |
| CMYK | 0 | 0.31 | 0.53 | 0.06 |
| HSL | 24.29º | 0.8% | 0.69% | - |
| HSV(B) | 24.29º | 0.53% | 0.94% | - |
| XYZ | 51.85 | 46.09 | 21.79 | - |
| YUV | 180.61 | 89.85 | 169.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 164 | 113 | 0 | 0.31 | 0.53 | 0.06 | 24.29 | 0.8 | 0.69 |
| Hex | EF | A4 | 71 | 0 | 1F | 35 | 6 | 18 | 50 | 45 |
| Octal | 357 | 244 | 161 | 0 | 37 | 65 | 6 | 30 | 120 | 105 |
| Binary | 11101111 | 10100100 | 1110001 | 0 | 11111 | 110101 | 110 | 11000 | 1010000 | 1000101 |
Color Harmonies of #EFA471
Complementary color
Monochromatic Colors of #EFA471
Black with #EFA471
Text Example
Text Example
White with #EFA471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA471; }
p { color: rgb(239,164,113); }
H1.HeaderClassName
{
color: #EFA471;
}
.AnyTagClassName
{
color: #EFA471;
}
</style>
background-color css
<style>
a { background-color: #EFA471; }
a { background-color: rgb(239,164,113); }
div.DivClassName
{
background-color: #EFA471;
}
.BgClassName
{
background-color: #EFA471;
}
</style>
border-color css
<style>
span { border-color: #EFA471; }
span { border-color: rgb(239,164,113); }
td.TdClassName
{
border-color: #EFA471;
}
.TagClassName
{
border-color: #EFA471;
}
</style>