Shades of Tacao #ECA971
Tints of Tacao #ECA971
RGB
CMYK
RGB Variations
Color information
#ECA971 (or 0xECA971) is known color: Tacao. HEX triplet: EC, A9 and 71. RGB value is (236,169,113). Sum of RGB (Red+Green+Blue) = 236+169+113=518 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.56% from 518); Green value is 169 (66.41% from 255 or 32.63% from 518); Blue value is 113 (44.53% from 255 or 21.81% from 518); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA971 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECA971 is #13568E. Grayscale: #B6B6B6. Windows color (decimal): -1267343 or 7449068. OLE color: 7449068.
HSL color Cylindrical-coordinate representation of color #ECA971: hue angle of 27.32º 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 #ECA971 is Cyan = 0, Magento = 0.28, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 169 | 113 | - |
| CMYK | 0 | 0.28 | 0.52 | 0.07 |
| HSL | 27.32º | 0.76% | 0.68% | - |
| HSV(B) | 27.32º | 0.52% | 0.93% | - |
| XYZ | 51.76 | 47.4 | 22.04 | - |
| YUV | 182.65 | 88.7 | 166.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 169 | 113 | 0 | 0.28 | 0.52 | 0.07 | 27.32 | 0.76 | 0.68 |
| Hex | EC | A9 | 71 | 0 | 1C | 34 | 7 | 1B | 4C | 44 |
| Octal | 354 | 251 | 161 | 0 | 34 | 64 | 7 | 33 | 114 | 104 |
| Binary | 11101100 | 10101001 | 1110001 | 0 | 11100 | 110100 | 111 | 11011 | 1001100 | 1000100 |
Color Harmonies of #ECA971
Complementary color
Monochromatic Colors of #ECA971
Black with #ECA971
Text Example
Text Example
White with #ECA971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA971; }
p { color: rgb(236,169,113); }
H1.HeaderClassName
{
color: #ECA971;
}
.AnyTagClassName
{
color: #ECA971;
}
</style>
background-color css
<style>
a { background-color: #ECA971; }
a { background-color: rgb(236,169,113); }
div.DivClassName
{
background-color: #ECA971;
}
.BgClassName
{
background-color: #ECA971;
}
</style>
border-color css
<style>
span { border-color: #ECA971; }
span { border-color: rgb(236,169,113); }
td.TdClassName
{
border-color: #ECA971;
}
.TagClassName
{
border-color: #ECA971;
}
</style>