Shades of Tacao #ECA674
Tints of Tacao #ECA674
RGB
CMYK
RGB Variations
Color information
#ECA674 (or 0xECA674) is known color: Tacao. HEX triplet: EC, A6 and 74. RGB value is (236,166,116). Sum of RGB (Red+Green+Blue) = 236+166+116=518 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.56% from 518); Green value is 166 (65.23% from 255 or 32.05% from 518); Blue value is 116 (45.70% from 255 or 22.39% from 518); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA674 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECA674 is #13598B. Grayscale: #B5B5B5. Windows color (decimal): -1268108 or 7644908. OLE color: 7644908.
HSL color Cylindrical-coordinate representation of color #ECA674: hue angle of 25º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ECA674 is Cyan = 0, Magento = 0.30, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 166 | 116 | - |
| CMYK | 0 | 0.30 | 0.51 | 0.07 |
| HSL | 25º | 0.76% | 0.69% | - |
| HSV(B) | 25º | 0.51% | 0.93% | - |
| XYZ | 51.38 | 46.37 | 22.76 | - |
| YUV | 181.23 | 91.19 | 167.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 166 | 116 | 0 | 0.30 | 0.51 | 0.07 | 25 | 0.76 | 0.69 |
| Hex | EC | A6 | 74 | 0 | 1E | 33 | 7 | 19 | 4C | 45 |
| Octal | 354 | 246 | 164 | 0 | 36 | 63 | 7 | 31 | 114 | 105 |
| Binary | 11101100 | 10100110 | 1110100 | 0 | 11110 | 110011 | 111 | 11001 | 1001100 | 1000101 |
Color Harmonies of #ECA674
Complementary color
Monochromatic Colors of #ECA674
Black with #ECA674
Text Example
Text Example
White with #ECA674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA674; }
p { color: rgb(236,166,116); }
H1.HeaderClassName
{
color: #ECA674;
}
.AnyTagClassName
{
color: #ECA674;
}
</style>
background-color css
<style>
a { background-color: #ECA674; }
a { background-color: rgb(236,166,116); }
div.DivClassName
{
background-color: #ECA674;
}
.BgClassName
{
background-color: #ECA674;
}
</style>
border-color css
<style>
span { border-color: #ECA674; }
span { border-color: rgb(236,166,116); }
td.TdClassName
{
border-color: #ECA674;
}
.TagClassName
{
border-color: #ECA674;
}
</style>