Shades of Mango Tango #EC7710
Tints of Mango Tango #EC7710
RGB
CMYK
RGB Variations
Color information
#EC7710 (or 0xEC7710) is known color: Mango Tango. HEX triplet: EC, 77 and 10. RGB value is (236,119,16). Sum of RGB (Red+Green+Blue) = 236+119+16=371 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.61% from 371); Green value is 119 (46.88% from 255 or 32.08% from 371); Blue value is 16 (6.64% from 255 or 4.31% from 371); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7710 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC7710 is #1388EF. Grayscale: #8E8E8E. Windows color (decimal): -1280240 or 1079276. OLE color: 1079276.
HSL color Cylindrical-coordinate representation of color #EC7710: hue angle of 28.09º 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 #EC7710 is Cyan = 0, Magento = 0.50, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 119 | 16 | - |
| CMYK | 0 | 0.50 | 0.93 | 0.07 |
| HSL | 28.09º | 0.87% | 0.49% | - |
| HSV(B) | 28.09º | 0.93% | 0.93% | - |
| XYZ | 41.28 | 31.06 | 4.31 | - |
| YUV | 142.24 | 56.76 | 194.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 119 | 16 | 0 | 0.50 | 0.93 | 0.07 | 28.09 | 0.87 | 0.49 |
| Hex | EC | 77 | 10 | 0 | 32 | 5D | 7 | 1C | 57 | 31 |
| Octal | 354 | 167 | 20 | 0 | 62 | 135 | 7 | 34 | 127 | 61 |
| Binary | 11101100 | 1110111 | 10000 | 0 | 110010 | 1011101 | 111 | 11100 | 1010111 | 110001 |
Color Harmonies of #EC7710
Complementary color
Monochromatic Colors of #EC7710
Black with #EC7710
Text Example
Text Example
White with #EC7710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7710; }
p { color: rgb(236,119,16); }
H1.HeaderClassName
{
color: #EC7710;
}
.AnyTagClassName
{
color: #EC7710;
}
</style>
background-color css
<style>
a { background-color: #EC7710; }
a { background-color: rgb(236,119,16); }
div.DivClassName
{
background-color: #EC7710;
}
.BgClassName
{
background-color: #EC7710;
}
</style>
border-color css
<style>
span { border-color: #EC7710; }
span { border-color: rgb(236,119,16); }
td.TdClassName
{
border-color: #EC7710;
}
.TagClassName
{
border-color: #EC7710;
}
</style>