Shades of Tacao #ECAA74
Tints of Tacao #ECAA74
RGB
CMYK
RGB Variations
Color information
#ECAA74 (or 0xECAA74) is known color: Tacao. HEX triplet: EC, AA and 74. RGB value is (236,170,116). Sum of RGB (Red+Green+Blue) = 236+170+116=522 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.21% from 522); Green value is 170 (66.80% from 255 or 32.57% from 522); Blue value is 116 (45.70% from 255 or 22.22% from 522); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAA74 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECAA74 is #13558B. Grayscale: #B7B7B7. Windows color (decimal): -1267084 or 7645932. OLE color: 7645932.
HSL color Cylindrical-coordinate representation of color #ECAA74: hue angle of 27º 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 #ECAA74 is Cyan = 0, Magento = 0.28, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 170 | 116 | - |
| CMYK | 0 | 0.28 | 0.51 | 0.07 |
| HSL | 27º | 0.76% | 0.69% | - |
| HSV(B) | 27º | 0.51% | 0.93% | - |
| XYZ | 52.12 | 47.84 | 23.01 | - |
| YUV | 183.58 | 89.87 | 165.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 170 | 116 | 0 | 0.28 | 0.51 | 0.07 | 27 | 0.76 | 0.69 |
| Hex | EC | AA | 74 | 0 | 1C | 33 | 7 | 1B | 4C | 45 |
| Octal | 354 | 252 | 164 | 0 | 34 | 63 | 7 | 33 | 114 | 105 |
| Binary | 11101100 | 10101010 | 1110100 | 0 | 11100 | 110011 | 111 | 11011 | 1001100 | 1000101 |
Color Harmonies of #ECAA74
Complementary color
Monochromatic Colors of #ECAA74
Black with #ECAA74
Text Example
Text Example
White with #ECAA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAA74; }
p { color: rgb(236,170,116); }
H1.HeaderClassName
{
color: #ECAA74;
}
.AnyTagClassName
{
color: #ECAA74;
}
</style>
background-color css
<style>
a { background-color: #ECAA74; }
a { background-color: rgb(236,170,116); }
div.DivClassName
{
background-color: #ECAA74;
}
.BgClassName
{
background-color: #ECAA74;
}
</style>
border-color css
<style>
span { border-color: #ECAA74; }
span { border-color: rgb(236,170,116); }
td.TdClassName
{
border-color: #ECAA74;
}
.TagClassName
{
border-color: #ECAA74;
}
</style>