Shades of Mango Tango #EC7310
Tints of Mango Tango #EC7310
RGB
CMYK
RGB Variations
Color information
#EC7310 (or 0xEC7310) is known color: Mango Tango. HEX triplet: EC, 73 and 10. RGB value is (236,115,16). Sum of RGB (Red+Green+Blue) = 236+115+16=367 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.31% from 367); Green value is 115 (45.31% from 255 or 31.34% from 367); Blue value is 16 (6.64% from 255 or 4.36% from 367); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7310 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC7310 is #138CEF. Grayscale: #8C8C8C. Windows color (decimal): -1281264 or 1078252. OLE color: 1078252.
HSL color Cylindrical-coordinate representation of color #EC7310: hue angle of 27º 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 #EC7310 is Cyan = 0, Magento = 0.51, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 115 | 16 | - |
| CMYK | 0 | 0.51 | 0.93 | 0.07 |
| HSL | 27º | 0.87% | 0.49% | - |
| HSV(B) | 27º | 0.93% | 0.93% | - |
| XYZ | 40.82 | 30.13 | 4.15 | - |
| YUV | 139.89 | 58.09 | 196.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 115 | 16 | 0 | 0.51 | 0.93 | 0.07 | 27 | 0.87 | 0.49 |
| Hex | EC | 73 | 10 | 0 | 33 | 5D | 7 | 1B | 57 | 31 |
| Octal | 354 | 163 | 20 | 0 | 63 | 135 | 7 | 33 | 127 | 61 |
| Binary | 11101100 | 1110011 | 10000 | 0 | 110011 | 1011101 | 111 | 11011 | 1010111 | 110001 |
Color Harmonies of #EC7310
Complementary color
Monochromatic Colors of #EC7310
Black with #EC7310
Text Example
Text Example
White with #EC7310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7310; }
p { color: rgb(236,115,16); }
H1.HeaderClassName
{
color: #EC7310;
}
.AnyTagClassName
{
color: #EC7310;
}
</style>
background-color css
<style>
a { background-color: #EC7310; }
a { background-color: rgb(236,115,16); }
div.DivClassName
{
background-color: #EC7310;
}
.BgClassName
{
background-color: #EC7310;
}
</style>
border-color css
<style>
span { border-color: #EC7310; }
span { border-color: rgb(236,115,16); }
td.TdClassName
{
border-color: #EC7310;
}
.TagClassName
{
border-color: #EC7310;
}
</style>