Shades of Mango Tango #EC7110
Tints of Mango Tango #EC7110
RGB
CMYK
RGB Variations
Color information
#EC7110 (or 0xEC7110) is known color: Mango Tango. HEX triplet: EC, 71 and 10. RGB value is (236,113,16). Sum of RGB (Red+Green+Blue) = 236+113+16=365 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.66% from 365); Green value is 113 (44.53% from 255 or 30.96% from 365); Blue value is 16 (6.64% from 255 or 4.38% from 365); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7110 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC7110 is #138EEF. Grayscale: #8B8B8B. Windows color (decimal): -1281776 or 1077740. OLE color: 1077740.
HSL color Cylindrical-coordinate representation of color #EC7110: hue angle of 26.45º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EC7110 is Cyan = 0, Magento = 0.52, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 113 | 16 | - |
| CMYK | 0 | 0.52 | 0.93 | 0.07 |
| HSL | 26.45º | 0.87% | 0.49% | - |
| HSV(B) | 26.45º | 0.93% | 0.93% | - |
| XYZ | 40.59 | 29.68 | 4.08 | - |
| YUV | 138.72 | 58.75 | 197.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 113 | 16 | 0 | 0.52 | 0.93 | 0.07 | 26.45 | 0.87 | 0.49 |
| Hex | EC | 71 | 10 | 0 | 34 | 5D | 7 | 1A | 57 | 31 |
| Octal | 354 | 161 | 20 | 0 | 64 | 135 | 7 | 32 | 127 | 61 |
| Binary | 11101100 | 1110001 | 10000 | 0 | 110100 | 1011101 | 111 | 11010 | 1010111 | 110001 |
Color Harmonies of #EC7110
Complementary color
Monochromatic Colors of #EC7110
Black with #EC7110
Text Example
Text Example
White with #EC7110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7110; }
p { color: rgb(236,113,16); }
H1.HeaderClassName
{
color: #EC7110;
}
.AnyTagClassName
{
color: #EC7110;
}
</style>
background-color css
<style>
a { background-color: #EC7110; }
a { background-color: rgb(236,113,16); }
div.DivClassName
{
background-color: #EC7110;
}
.BgClassName
{
background-color: #EC7110;
}
</style>
border-color css
<style>
span { border-color: #EC7110; }
span { border-color: rgb(236,113,16); }
td.TdClassName
{
border-color: #EC7110;
}
.TagClassName
{
border-color: #EC7110;
}
</style>