Shades of Tacao #EFA570
Tints of Tacao #EFA570
RGB
CMYK
RGB Variations
Color information
#EFA570 (or 0xEFA570) is known color: Tacao. HEX triplet: EF, A5 and 70. RGB value is (239,165,112). Sum of RGB (Red+Green+Blue) = 239+165+112=516 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.32% from 516); Green value is 165 (64.84% from 255 or 31.98% from 516); Blue value is 112 (44.14% from 255 or 21.71% from 516); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA570 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA570 is #105A8F. Grayscale: #B5B5B5. Windows color (decimal): -1071760 or 7382511. OLE color: 7382511.
HSL color Cylindrical-coordinate representation of color #EFA570: hue angle of 25.04º 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 #EFA570 is Cyan = 0, Magento = 0.31, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 165 | 112 | - |
| CMYK | 0 | 0.31 | 0.53 | 0.06 |
| HSL | 25.04º | 0.8% | 0.69% | - |
| HSV(B) | 25.04º | 0.53% | 0.94% | - |
| XYZ | 51.98 | 46.43 | 21.55 | - |
| YUV | 181.08 | 89.02 | 169.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 165 | 112 | 0 | 0.31 | 0.53 | 0.06 | 25.04 | 0.8 | 0.69 |
| Hex | EF | A5 | 70 | 0 | 1F | 35 | 6 | 19 | 50 | 45 |
| Octal | 357 | 245 | 160 | 0 | 37 | 65 | 6 | 31 | 120 | 105 |
| Binary | 11101111 | 10100101 | 1110000 | 0 | 11111 | 110101 | 110 | 11001 | 1010000 | 1000101 |
Color Harmonies of #EFA570
Complementary color
Monochromatic Colors of #EFA570
Black with #EFA570
Text Example
Text Example
White with #EFA570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA570; }
p { color: rgb(239,165,112); }
H1.HeaderClassName
{
color: #EFA570;
}
.AnyTagClassName
{
color: #EFA570;
}
</style>
background-color css
<style>
a { background-color: #EFA570; }
a { background-color: rgb(239,165,112); }
div.DivClassName
{
background-color: #EFA570;
}
.BgClassName
{
background-color: #EFA570;
}
</style>
border-color css
<style>
span { border-color: #EFA570; }
span { border-color: rgb(239,165,112); }
td.TdClassName
{
border-color: #EFA570;
}
.TagClassName
{
border-color: #EFA570;
}
</style>