Shades of Tacao #EFAA70
Tints of Tacao #EFAA70
RGB
CMYK
RGB Variations
Color information
#EFAA70 (or 0xEFAA70) is known color: Tacao. HEX triplet: EF, AA and 70. RGB value is (239,170,112). Sum of RGB (Red+Green+Blue) = 239+170+112=521 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.87% from 521); Green value is 170 (66.80% from 255 or 32.63% from 521); Blue value is 112 (44.14% from 255 or 21.50% from 521); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAA70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFAA70 is #10558F. Grayscale: #B8B8B8. Windows color (decimal): -1070480 or 7383791. OLE color: 7383791.
HSL color Cylindrical-coordinate representation of color #EFAA70: hue angle of 27.4º 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 #EFAA70 is Cyan = 0, Magento = 0.29, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 170 | 112 | - |
| CMYK | 0 | 0.29 | 0.53 | 0.06 |
| HSL | 27.4º | 0.8% | 0.69% | - |
| HSV(B) | 27.4º | 0.53% | 0.94% | - |
| XYZ | 52.9 | 48.27 | 21.86 | - |
| YUV | 184.02 | 87.36 | 167.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 170 | 112 | 0 | 0.29 | 0.53 | 0.06 | 27.4 | 0.8 | 0.69 |
| Hex | EF | AA | 70 | 0 | 1D | 35 | 6 | 1B | 50 | 45 |
| Octal | 357 | 252 | 160 | 0 | 35 | 65 | 6 | 33 | 120 | 105 |
| Binary | 11101111 | 10101010 | 1110000 | 0 | 11101 | 110101 | 110 | 11011 | 1010000 | 1000101 |
Color Harmonies of #EFAA70
Complementary color
Monochromatic Colors of #EFAA70
Black with #EFAA70
Text Example
Text Example
White with #EFAA70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFAA70; }
p { color: rgb(239,170,112); }
H1.HeaderClassName
{
color: #EFAA70;
}
.AnyTagClassName
{
color: #EFAA70;
}
</style>
background-color css
<style>
a { background-color: #EFAA70; }
a { background-color: rgb(239,170,112); }
div.DivClassName
{
background-color: #EFAA70;
}
.BgClassName
{
background-color: #EFAA70;
}
</style>
border-color css
<style>
span { border-color: #EFAA70; }
span { border-color: rgb(239,170,112); }
td.TdClassName
{
border-color: #EFAA70;
}
.TagClassName
{
border-color: #EFAA70;
}
</style>