Shades of Mango Tango #EC7107
Tints of Mango Tango #EC7107
RGB
CMYK
RGB Variations
Color information
#EC7107 (or 0xEC7107) is known color: Mango Tango. HEX triplet: EC, 71 and 07. RGB value is (236,113,7). Sum of RGB (Red+Green+Blue) = 236+113+7=356 (47% of max value = 765). Red value is 236 (92.58% from 255 or 66.29% from 356); Green value is 113 (44.53% from 255 or 31.74% from 356); Blue value is 7 (3.12% from 255 or 1.97% from 356); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7107 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC7107 is #138EF8. Grayscale: #8A8A8A. Windows color (decimal): -1281785 or 487916. OLE color: 487916.
HSL color Cylindrical-coordinate representation of color #EC7107: hue angle of 27.77º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EC7107 is Cyan = 0, Magento = 0.52, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 113 | 7 | - |
| CMYK | 0 | 0.52 | 0.97 | 0.07 |
| HSL | 27.77º | 0.94% | 0.48% | - |
| HSV(B) | 27.77º | 0.97% | 0.93% | - |
| XYZ | 40.54 | 29.66 | 3.79 | - |
| YUV | 137.69 | 54.25 | 198.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 113 | 7 | 0 | 0.52 | 0.97 | 0.07 | 27.77 | 0.94 | 0.48 |
| Hex | EC | 71 | 7 | 0 | 34 | 61 | 7 | 1C | 5E | 30 |
| Octal | 354 | 161 | 7 | 0 | 64 | 141 | 7 | 34 | 136 | 60 |
| Binary | 11101100 | 1110001 | 111 | 0 | 110100 | 1100001 | 111 | 11100 | 1011110 | 110000 |
Color Harmonies of #EC7107
Complementary color
Monochromatic Colors of #EC7107
Black with #EC7107
Text Example
Text Example
White with #EC7107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7107; }
p { color: rgb(236,113,7); }
H1.HeaderClassName
{
color: #EC7107;
}
.AnyTagClassName
{
color: #EC7107;
}
</style>
background-color css
<style>
a { background-color: #EC7107; }
a { background-color: rgb(236,113,7); }
div.DivClassName
{
background-color: #EC7107;
}
.BgClassName
{
background-color: #EC7107;
}
</style>
border-color css
<style>
span { border-color: #EC7107; }
span { border-color: rgb(236,113,7); }
td.TdClassName
{
border-color: #EC7107;
}
.TagClassName
{
border-color: #EC7107;
}
</style>