Shades of Tacao #ECAA71
Tints of Tacao #ECAA71
RGB
CMYK
RGB Variations
Color information
#ECAA71 (or 0xECAA71) is known color: Tacao. HEX triplet: EC, AA and 71. RGB value is (236,170,113). Sum of RGB (Red+Green+Blue) = 236+170+113=519 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.47% from 519); Green value is 170 (66.80% from 255 or 32.76% from 519); Blue value is 113 (44.53% from 255 or 21.77% from 519); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAA71 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECAA71 is #13558E. Grayscale: #B7B7B7. Windows color (decimal): -1267087 or 7449324. OLE color: 7449324.
HSL color Cylindrical-coordinate representation of color #ECAA71: hue angle of 27.8º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ECAA71 is Cyan = 0, Magento = 0.28, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 170 | 113 | - |
| CMYK | 0 | 0.28 | 0.52 | 0.07 |
| HSL | 27.8º | 0.76% | 0.68% | - |
| HSV(B) | 27.8º | 0.52% | 0.93% | - |
| XYZ | 51.95 | 47.77 | 22.11 | - |
| YUV | 183.24 | 88.37 | 165.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 170 | 113 | 0 | 0.28 | 0.52 | 0.07 | 27.8 | 0.76 | 0.68 |
| Hex | EC | AA | 71 | 0 | 1C | 34 | 7 | 1C | 4C | 44 |
| Octal | 354 | 252 | 161 | 0 | 34 | 64 | 7 | 34 | 114 | 104 |
| Binary | 11101100 | 10101010 | 1110001 | 0 | 11100 | 110100 | 111 | 11100 | 1001100 | 1000100 |
Color Harmonies of #ECAA71
Complementary color
Monochromatic Colors of #ECAA71
Black with #ECAA71
Text Example
Text Example
White with #ECAA71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAA71; }
p { color: rgb(236,170,113); }
H1.HeaderClassName
{
color: #ECAA71;
}
.AnyTagClassName
{
color: #ECAA71;
}
</style>
background-color css
<style>
a { background-color: #ECAA71; }
a { background-color: rgb(236,170,113); }
div.DivClassName
{
background-color: #ECAA71;
}
.BgClassName
{
background-color: #ECAA71;
}
</style>
border-color css
<style>
span { border-color: #ECAA71; }
span { border-color: rgb(236,170,113); }
td.TdClassName
{
border-color: #ECAA71;
}
.TagClassName
{
border-color: #ECAA71;
}
</style>