Shades of Tacao #ECAA77
Tints of Tacao #ECAA77
RGB
CMYK
RGB Variations
Color information
#ECAA77 (or 0xECAA77) is known color: Tacao. HEX triplet: EC, AA and 77. RGB value is (236,170,119). Sum of RGB (Red+Green+Blue) = 236+170+119=525 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.95% from 525); Green value is 170 (66.80% from 255 or 32.38% from 525); Blue value is 119 (46.88% from 255 or 22.67% from 525); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAA77 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECAA77 is #135588. Grayscale: #B8B8B8. Windows color (decimal): -1267081 or 7842540. OLE color: 7842540.
HSL color Cylindrical-coordinate representation of color #ECAA77: hue angle of 26.15º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ECAA77 is Cyan = 0, Magento = 0.28, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 170 | 119 | - |
| CMYK | 0 | 0.28 | 0.50 | 0.07 |
| HSL | 26.15º | 0.75% | 0.7% | - |
| HSV(B) | 26.15º | 0.5% | 0.93% | - |
| XYZ | 52.3 | 47.91 | 23.94 | - |
| YUV | 183.92 | 91.37 | 165.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 170 | 119 | 0 | 0.28 | 0.50 | 0.07 | 26.15 | 0.75 | 0.7 |
| Hex | EC | AA | 77 | 0 | 1C | 32 | 7 | 1A | 4B | 46 |
| Octal | 354 | 252 | 167 | 0 | 34 | 62 | 7 | 32 | 113 | 106 |
| Binary | 11101100 | 10101010 | 1110111 | 0 | 11100 | 110010 | 111 | 11010 | 1001011 | 1000110 |
Color Harmonies of #ECAA77
Complementary color
Monochromatic Colors of #ECAA77
Black with #ECAA77
Text Example
Text Example
White with #ECAA77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAA77; }
p { color: rgb(236,170,119); }
H1.HeaderClassName
{
color: #ECAA77;
}
.AnyTagClassName
{
color: #ECAA77;
}
</style>
background-color css
<style>
a { background-color: #ECAA77; }
a { background-color: rgb(236,170,119); }
div.DivClassName
{
background-color: #ECAA77;
}
.BgClassName
{
background-color: #ECAA77;
}
</style>
border-color css
<style>
span { border-color: #ECAA77; }
span { border-color: rgb(236,170,119); }
td.TdClassName
{
border-color: #ECAA77;
}
.TagClassName
{
border-color: #ECAA77;
}
</style>