Shades of Tacao #ECAC74
Tints of Tacao #ECAC74
RGB
CMYK
RGB Variations
Color information
#ECAC74 (or 0xECAC74) is known color: Tacao. HEX triplet: EC, AC and 74. RGB value is (236,172,116). Sum of RGB (Red+Green+Blue) = 236+172+116=524 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.04% from 524); Green value is 172 (67.58% from 255 or 32.82% from 524); Blue value is 116 (45.70% from 255 or 22.14% from 524); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAC74 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECAC74 is #13538B. Grayscale: #B9B9B9. Windows color (decimal): -1266572 or 7646444. OLE color: 7646444.
HSL color Cylindrical-coordinate representation of color #ECAC74: hue angle of 28º 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 #ECAC74 is Cyan = 0, Magento = 0.27, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 172 | 116 | - |
| CMYK | 0 | 0.27 | 0.51 | 0.07 |
| HSL | 28º | 0.76% | 0.69% | - |
| HSV(B) | 28º | 0.51% | 0.93% | - |
| XYZ | 52.5 | 48.6 | 23.14 | - |
| YUV | 184.75 | 89.2 | 164.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 172 | 116 | 0 | 0.27 | 0.51 | 0.07 | 28 | 0.76 | 0.69 |
| Hex | EC | AC | 74 | 0 | 1B | 33 | 7 | 1C | 4C | 45 |
| Octal | 354 | 254 | 164 | 0 | 33 | 63 | 7 | 34 | 114 | 105 |
| Binary | 11101100 | 10101100 | 1110100 | 0 | 11011 | 110011 | 111 | 11100 | 1001100 | 1000101 |
Color Harmonies of #ECAC74
Complementary color
Monochromatic Colors of #ECAC74
Black with #ECAC74
Text Example
Text Example
White with #ECAC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAC74; }
p { color: rgb(236,172,116); }
H1.HeaderClassName
{
color: #ECAC74;
}
.AnyTagClassName
{
color: #ECAC74;
}
</style>
background-color css
<style>
a { background-color: #ECAC74; }
a { background-color: rgb(236,172,116); }
div.DivClassName
{
background-color: #ECAC74;
}
.BgClassName
{
background-color: #ECAC74;
}
</style>
border-color css
<style>
span { border-color: #ECAC74; }
span { border-color: rgb(236,172,116); }
td.TdClassName
{
border-color: #ECAC74;
}
.TagClassName
{
border-color: #ECAC74;
}
</style>