Shades of Mango Tango #EC7512
Tints of Mango Tango #EC7512
RGB
CMYK
RGB Variations
Color information
#EC7512 (or 0xEC7512) is known color: Mango Tango. HEX triplet: EC, 75 and 12. RGB value is (236,117,18). Sum of RGB (Red+Green+Blue) = 236+117+18=371 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.61% from 371); Green value is 117 (46.09% from 255 or 31.54% from 371); Blue value is 18 (7.42% from 255 or 4.85% from 371); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7512 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC7512 is #138AED. Grayscale: #8D8D8D. Windows color (decimal): -1280750 or 1209836. OLE color: 1209836.
HSL color Cylindrical-coordinate representation of color #EC7512: hue angle of 27.25º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EC7512 is Cyan = 0, Magento = 0.50, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 117 | 18 | - |
| CMYK | 0 | 0.50 | 0.92 | 0.07 |
| HSL | 27.25º | 0.86% | 0.5% | - |
| HSV(B) | 27.25º | 0.92% | 0.93% | - |
| XYZ | 41.06 | 30.6 | 4.31 | - |
| YUV | 141.3 | 58.42 | 195.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 117 | 18 | 0 | 0.50 | 0.92 | 0.07 | 27.25 | 0.86 | 0.5 |
| Hex | EC | 75 | 12 | 0 | 32 | 5C | 7 | 1B | 56 | 32 |
| Octal | 354 | 165 | 22 | 0 | 62 | 134 | 7 | 33 | 126 | 62 |
| Binary | 11101100 | 1110101 | 10010 | 0 | 110010 | 1011100 | 111 | 11011 | 1010110 | 110010 |
Color Harmonies of #EC7512
Complementary color
Monochromatic Colors of #EC7512
Black with #EC7512
Text Example
Text Example
White with #EC7512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7512; }
p { color: rgb(236,117,18); }
H1.HeaderClassName
{
color: #EC7512;
}
.AnyTagClassName
{
color: #EC7512;
}
</style>
background-color css
<style>
a { background-color: #EC7512; }
a { background-color: rgb(236,117,18); }
div.DivClassName
{
background-color: #EC7512;
}
.BgClassName
{
background-color: #EC7512;
}
</style>
border-color css
<style>
span { border-color: #EC7512; }
span { border-color: rgb(236,117,18); }
td.TdClassName
{
border-color: #EC7512;
}
.TagClassName
{
border-color: #EC7512;
}
</style>