Shades of Mango Tango #EC7C12
Tints of Mango Tango #EC7C12
RGB
CMYK
RGB Variations
Color information
#EC7C12 (or 0xEC7C12) is known color: Mango Tango. HEX triplet: EC, 7C and 12. RGB value is (236,124,18). Sum of RGB (Red+Green+Blue) = 236+124+18=378 (50% of max value = 765). Red value is 236 (92.58% from 255 or 62.43% from 378); Green value is 124 (48.83% from 255 or 32.80% from 378); Blue value is 18 (7.42% from 255 or 4.76% from 378); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7C12 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC7C12 is #1383ED. Grayscale: #919191. Windows color (decimal): -1278958 or 1211628. OLE color: 1211628.
HSL color Cylindrical-coordinate representation of color #EC7C12: hue angle of 29.17º 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 #EC7C12 is Cyan = 0, Magento = 0.47, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 124 | 18 | - |
| CMYK | 0 | 0.47 | 0.92 | 0.07 |
| HSL | 29.17º | 0.86% | 0.5% | - |
| HSV(B) | 29.17º | 0.92% | 0.93% | - |
| XYZ | 41.91 | 32.29 | 4.6 | - |
| YUV | 145.4 | 56.11 | 192.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 124 | 18 | 0 | 0.47 | 0.92 | 0.07 | 29.17 | 0.86 | 0.5 |
| Hex | EC | 7C | 12 | 0 | 2F | 5C | 7 | 1D | 56 | 32 |
| Octal | 354 | 174 | 22 | 0 | 57 | 134 | 7 | 35 | 126 | 62 |
| Binary | 11101100 | 1111100 | 10010 | 0 | 101111 | 1011100 | 111 | 11101 | 1010110 | 110010 |
Color Harmonies of #EC7C12
Complementary color
Monochromatic Colors of #EC7C12
Black with #EC7C12
Text Example
Text Example
White with #EC7C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7C12; }
p { color: rgb(236,124,18); }
H1.HeaderClassName
{
color: #EC7C12;
}
.AnyTagClassName
{
color: #EC7C12;
}
</style>
background-color css
<style>
a { background-color: #EC7C12; }
a { background-color: rgb(236,124,18); }
div.DivClassName
{
background-color: #EC7C12;
}
.BgClassName
{
background-color: #EC7C12;
}
</style>
border-color css
<style>
span { border-color: #EC7C12; }
span { border-color: rgb(236,124,18); }
td.TdClassName
{
border-color: #EC7C12;
}
.TagClassName
{
border-color: #EC7C12;
}
</style>