Shades of Mango Tango #EC7605
Tints of Mango Tango #EC7605
RGB
CMYK
RGB Variations
Color information
#EC7605 (or 0xEC7605) is known color: Mango Tango. HEX triplet: EC, 76 and 05. RGB value is (236,118,5). Sum of RGB (Red+Green+Blue) = 236+118+5=359 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.74% from 359); Green value is 118 (46.48% from 255 or 32.87% from 359); Blue value is 5 (2.34% from 255 or 1.39% from 359); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7605 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC7605 is #1389FA. Grayscale: #8C8C8C. Windows color (decimal): -1280507 or 358124. OLE color: 358124.
HSL color Cylindrical-coordinate representation of color #EC7605: hue angle of 29.35º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EC7605 is Cyan = 0, Magento = 0.5, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 118 | 5 | - |
| CMYK | 0 | 0.5 | 0.98 | 0.07 |
| HSL | 29.35º | 0.96% | 0.47% | - |
| HSV(B) | 29.35º | 0.98% | 0.93% | - |
| XYZ | 41.1 | 30.8 | 3.92 | - |
| YUV | 140.4 | 51.59 | 196.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 118 | 5 | 0 | 0.5 | 0.98 | 0.07 | 29.35 | 0.96 | 0.47 |
| Hex | EC | 76 | 5 | 0 | 32 | 62 | 7 | 1D | 60 | 2F |
| Octal | 354 | 166 | 5 | 0 | 62 | 142 | 7 | 35 | 140 | 57 |
| Binary | 11101100 | 1110110 | 101 | 0 | 110010 | 1100010 | 111 | 11101 | 1100000 | 101111 |
Color Harmonies of #EC7605
Complementary color
Monochromatic Colors of #EC7605
Black with #EC7605
Text Example
Text Example
White with #EC7605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7605; }
p { color: rgb(236,118,5); }
H1.HeaderClassName
{
color: #EC7605;
}
.AnyTagClassName
{
color: #EC7605;
}
</style>
background-color css
<style>
a { background-color: #EC7605; }
a { background-color: rgb(236,118,5); }
div.DivClassName
{
background-color: #EC7605;
}
.BgClassName
{
background-color: #EC7605;
}
</style>
border-color css
<style>
span { border-color: #EC7605; }
span { border-color: rgb(236,118,5); }
td.TdClassName
{
border-color: #EC7605;
}
.TagClassName
{
border-color: #EC7605;
}
</style>