Shades of Tacao #ECA273
Tints of Tacao #ECA273
RGB
CMYK
RGB Variations
Color information
#ECA273 (or 0xECA273) is known color: Tacao. HEX triplet: EC, A2 and 73. RGB value is (236,162,115). Sum of RGB (Red+Green+Blue) = 236+162+115=513 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.00% from 513); Green value is 162 (63.67% from 255 or 31.58% from 513); Blue value is 115 (45.31% from 255 or 22.42% from 513); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA273 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ECA273 is #135D8C. Grayscale: #B3B3B3. Windows color (decimal): -1269133 or 7578348. OLE color: 7578348.
HSL color Cylindrical-coordinate representation of color #ECA273: hue angle of 23.31º 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 #ECA273 is Cyan = 0, Magento = 0.31, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 162 | 115 | - |
| CMYK | 0 | 0.31 | 0.51 | 0.07 |
| HSL | 23.31º | 0.76% | 0.69% | - |
| HSV(B) | 23.31º | 0.51% | 0.93% | - |
| XYZ | 50.61 | 44.91 | 22.22 | - |
| YUV | 178.77 | 92.02 | 168.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 162 | 115 | 0 | 0.31 | 0.51 | 0.07 | 23.31 | 0.76 | 0.69 |
| Hex | EC | A2 | 73 | 0 | 1F | 33 | 7 | 17 | 4C | 45 |
| Octal | 354 | 242 | 163 | 0 | 37 | 63 | 7 | 27 | 114 | 105 |
| Binary | 11101100 | 10100010 | 1110011 | 0 | 11111 | 110011 | 111 | 10111 | 1001100 | 1000101 |
Color Harmonies of #ECA273
Complementary color
Monochromatic Colors of #ECA273
Black with #ECA273
Text Example
Text Example
White with #ECA273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA273; }
p { color: rgb(236,162,115); }
H1.HeaderClassName
{
color: #ECA273;
}
.AnyTagClassName
{
color: #ECA273;
}
</style>
background-color css
<style>
a { background-color: #ECA273; }
a { background-color: rgb(236,162,115); }
div.DivClassName
{
background-color: #ECA273;
}
.BgClassName
{
background-color: #ECA273;
}
</style>
border-color css
<style>
span { border-color: #ECA273; }
span { border-color: rgb(236,162,115); }
td.TdClassName
{
border-color: #ECA273;
}
.TagClassName
{
border-color: #ECA273;
}
</style>