Shades of Mango Tango #EC7212
Tints of Mango Tango #EC7212
RGB
CMYK
RGB Variations
Color information
#EC7212 (or 0xEC7212) is known color: Mango Tango. HEX triplet: EC, 72 and 12. RGB value is (236,114,18). Sum of RGB (Red+Green+Blue) = 236+114+18=368 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.13% from 368); Green value is 114 (44.92% from 255 or 30.98% from 368); Blue value is 18 (7.42% from 255 or 4.89% from 368); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7212 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC7212 is #138DED. Grayscale: #8C8C8C. Windows color (decimal): -1281518 or 1209068. OLE color: 1209068.
HSL color Cylindrical-coordinate representation of color #EC7212: hue angle of 26.42º 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 #EC7212 is Cyan = 0, Magento = 0.52, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 114 | 18 | - |
| CMYK | 0 | 0.52 | 0.92 | 0.07 |
| HSL | 26.42º | 0.86% | 0.5% | - |
| HSV(B) | 26.42º | 0.92% | 0.93% | - |
| XYZ | 40.72 | 29.91 | 4.2 | - |
| YUV | 139.53 | 59.42 | 196.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 114 | 18 | 0 | 0.52 | 0.92 | 0.07 | 26.42 | 0.86 | 0.5 |
| Hex | EC | 72 | 12 | 0 | 34 | 5C | 7 | 1A | 56 | 32 |
| Octal | 354 | 162 | 22 | 0 | 64 | 134 | 7 | 32 | 126 | 62 |
| Binary | 11101100 | 1110010 | 10010 | 0 | 110100 | 1011100 | 111 | 11010 | 1010110 | 110010 |
Color Harmonies of #EC7212
Complementary color
Monochromatic Colors of #EC7212
Black with #EC7212
Text Example
Text Example
White with #EC7212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7212; }
p { color: rgb(236,114,18); }
H1.HeaderClassName
{
color: #EC7212;
}
.AnyTagClassName
{
color: #EC7212;
}
</style>
background-color css
<style>
a { background-color: #EC7212; }
a { background-color: rgb(236,114,18); }
div.DivClassName
{
background-color: #EC7212;
}
.BgClassName
{
background-color: #EC7212;
}
</style>
border-color css
<style>
span { border-color: #EC7212; }
span { border-color: rgb(236,114,18); }
td.TdClassName
{
border-color: #EC7212;
}
.TagClassName
{
border-color: #EC7212;
}
</style>