Shades of Tacao #ECA673
Tints of Tacao #ECA673
RGB
CMYK
RGB Variations
Color information
#ECA673 (or 0xECA673) is known color: Tacao. HEX triplet: EC, A6 and 73. RGB value is (236,166,115). Sum of RGB (Red+Green+Blue) = 236+166+115=517 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.65% from 517); Green value is 166 (65.23% from 255 or 32.11% from 517); Blue value is 115 (45.31% from 255 or 22.24% from 517); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA673 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECA673 is #13598C. Grayscale: #B5B5B5. Windows color (decimal): -1268109 or 7579372. OLE color: 7579372.
HSL color Cylindrical-coordinate representation of color #ECA673: hue angle of 25.29º 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 #ECA673 is Cyan = 0, Magento = 0.30, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 166 | 115 | - |
| CMYK | 0 | 0.30 | 0.51 | 0.07 |
| HSL | 25.29º | 0.76% | 0.69% | - |
| HSV(B) | 25.29º | 0.51% | 0.93% | - |
| XYZ | 51.32 | 46.34 | 22.46 | - |
| YUV | 181.12 | 90.69 | 167.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 166 | 115 | 0 | 0.30 | 0.51 | 0.07 | 25.29 | 0.76 | 0.69 |
| Hex | EC | A6 | 73 | 0 | 1E | 33 | 7 | 19 | 4C | 45 |
| Octal | 354 | 246 | 163 | 0 | 36 | 63 | 7 | 31 | 114 | 105 |
| Binary | 11101100 | 10100110 | 1110011 | 0 | 11110 | 110011 | 111 | 11001 | 1001100 | 1000101 |
Color Harmonies of #ECA673
Complementary color
Monochromatic Colors of #ECA673
Black with #ECA673
Text Example
Text Example
White with #ECA673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA673; }
p { color: rgb(236,166,115); }
H1.HeaderClassName
{
color: #ECA673;
}
.AnyTagClassName
{
color: #ECA673;
}
</style>
background-color css
<style>
a { background-color: #ECA673; }
a { background-color: rgb(236,166,115); }
div.DivClassName
{
background-color: #ECA673;
}
.BgClassName
{
background-color: #ECA673;
}
</style>
border-color css
<style>
span { border-color: #ECA673; }
span { border-color: rgb(236,166,115); }
td.TdClassName
{
border-color: #ECA673;
}
.TagClassName
{
border-color: #ECA673;
}
</style>