Shades of Tacao #EFAA6E
Tints of Tacao #EFAA6E
RGB
CMYK
RGB Variations
Color information
#EFAA6E (or 0xEFAA6E) is known color: Tacao. HEX triplet: EF, AA and 6E. RGB value is (239,170,110). Sum of RGB (Red+Green+Blue) = 239+170+110=519 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.05% from 519); Green value is 170 (66.80% from 255 or 32.76% from 519); Blue value is 110 (43.36% from 255 or 21.19% from 519); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAA6E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFAA6E is #105591. Grayscale: #B8B8B8. Windows color (decimal): -1070482 or 7252719. OLE color: 7252719.
HSL color Cylindrical-coordinate representation of color #EFAA6E: hue angle of 27.91º 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 #EFAA6E is Cyan = 0, Magento = 0.29, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 170 | 110 | - |
| CMYK | 0 | 0.29 | 0.54 | 0.06 |
| HSL | 27.91º | 0.8% | 0.68% | - |
| HSV(B) | 27.91º | 0.54% | 0.94% | - |
| XYZ | 52.79 | 48.23 | 21.28 | - |
| YUV | 183.79 | 86.36 | 167.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 170 | 110 | 0 | 0.29 | 0.54 | 0.06 | 27.91 | 0.8 | 0.68 |
| Hex | EF | AA | 6E | 0 | 1D | 36 | 6 | 1C | 50 | 44 |
| Octal | 357 | 252 | 156 | 0 | 35 | 66 | 6 | 34 | 120 | 104 |
| Binary | 11101111 | 10101010 | 1101110 | 0 | 11101 | 110110 | 110 | 11100 | 1010000 | 1000100 |
Color Harmonies of #EFAA6E
Complementary color
Monochromatic Colors of #EFAA6E
Black with #EFAA6E
Text Example
Text Example
White with #EFAA6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFAA6E; }
p { color: rgb(239,170,110); }
H1.HeaderClassName
{
color: #EFAA6E;
}
.AnyTagClassName
{
color: #EFAA6E;
}
</style>
background-color css
<style>
a { background-color: #EFAA6E; }
a { background-color: rgb(239,170,110); }
div.DivClassName
{
background-color: #EFAA6E;
}
.BgClassName
{
background-color: #EFAA6E;
}
</style>
border-color css
<style>
span { border-color: #EFAA6E; }
span { border-color: rgb(239,170,110); }
td.TdClassName
{
border-color: #EFAA6E;
}
.TagClassName
{
border-color: #EFAA6E;
}
</style>