Shades of Mango Tango #EC7210
Tints of Mango Tango #EC7210
RGB
CMYK
RGB Variations
Color information
#EC7210 (or 0xEC7210) is known color: Mango Tango. HEX triplet: EC, 72 and 10. RGB value is (236,114,16). Sum of RGB (Red+Green+Blue) = 236+114+16=366 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.48% from 366); Green value is 114 (44.92% from 255 or 31.15% from 366); Blue value is 16 (6.64% from 255 or 4.37% from 366); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7210 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC7210 is #138DEF. Grayscale: #8B8B8B. Windows color (decimal): -1281520 or 1077996. OLE color: 1077996.
HSL color Cylindrical-coordinate representation of color #EC7210: hue angle of 26.73º 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 #EC7210 is Cyan = 0, Magento = 0.52, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 114 | 16 | - |
| CMYK | 0 | 0.52 | 0.93 | 0.07 |
| HSL | 26.73º | 0.87% | 0.49% | - |
| HSV(B) | 26.73º | 0.93% | 0.93% | - |
| XYZ | 40.7 | 29.9 | 4.12 | - |
| YUV | 139.31 | 58.42 | 196.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 114 | 16 | 0 | 0.52 | 0.93 | 0.07 | 26.73 | 0.87 | 0.49 |
| Hex | EC | 72 | 10 | 0 | 34 | 5D | 7 | 1B | 57 | 31 |
| Octal | 354 | 162 | 20 | 0 | 64 | 135 | 7 | 33 | 127 | 61 |
| Binary | 11101100 | 1110010 | 10000 | 0 | 110100 | 1011101 | 111 | 11011 | 1010111 | 110001 |
Color Harmonies of #EC7210
Complementary color
Monochromatic Colors of #EC7210
Black with #EC7210
Text Example
Text Example
White with #EC7210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7210; }
p { color: rgb(236,114,16); }
H1.HeaderClassName
{
color: #EC7210;
}
.AnyTagClassName
{
color: #EC7210;
}
</style>
background-color css
<style>
a { background-color: #EC7210; }
a { background-color: rgb(236,114,16); }
div.DivClassName
{
background-color: #EC7210;
}
.BgClassName
{
background-color: #EC7210;
}
</style>
border-color css
<style>
span { border-color: #EC7210; }
span { border-color: rgb(236,114,16); }
td.TdClassName
{
border-color: #EC7210;
}
.TagClassName
{
border-color: #EC7210;
}
</style>