Shades of Mango Tango #EC7312
Tints of Mango Tango #EC7312
RGB
CMYK
RGB Variations
Color information
#EC7312 (or 0xEC7312) is known color: Mango Tango. HEX triplet: EC, 73 and 12. RGB value is (236,115,18). Sum of RGB (Red+Green+Blue) = 236+115+18=369 (48% of max value = 765). Red value is 236 (92.58% from 255 or 63.96% from 369); Green value is 115 (45.31% from 255 or 31.17% from 369); Blue value is 18 (7.42% from 255 or 4.88% from 369); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7312 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC7312 is #138CED. Grayscale: #8C8C8C. Windows color (decimal): -1281262 or 1209324. OLE color: 1209324.
HSL color Cylindrical-coordinate representation of color #EC7312: hue angle of 26.7º 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 #EC7312 is Cyan = 0, Magento = 0.51, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 115 | 18 | - |
| CMYK | 0 | 0.51 | 0.92 | 0.07 |
| HSL | 26.7º | 0.86% | 0.5% | - |
| HSV(B) | 26.7º | 0.92% | 0.93% | - |
| XYZ | 40.83 | 30.14 | 4.24 | - |
| YUV | 140.12 | 59.09 | 196.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 115 | 18 | 0 | 0.51 | 0.92 | 0.07 | 26.7 | 0.86 | 0.5 |
| Hex | EC | 73 | 12 | 0 | 33 | 5C | 7 | 1B | 56 | 32 |
| Octal | 354 | 163 | 22 | 0 | 63 | 134 | 7 | 33 | 126 | 62 |
| Binary | 11101100 | 1110011 | 10010 | 0 | 110011 | 1011100 | 111 | 11011 | 1010110 | 110010 |
Color Harmonies of #EC7312
Complementary color
Monochromatic Colors of #EC7312
Black with #EC7312
Text Example
Text Example
White with #EC7312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7312; }
p { color: rgb(236,115,18); }
H1.HeaderClassName
{
color: #EC7312;
}
.AnyTagClassName
{
color: #EC7312;
}
</style>
background-color css
<style>
a { background-color: #EC7312; }
a { background-color: rgb(236,115,18); }
div.DivClassName
{
background-color: #EC7312;
}
.BgClassName
{
background-color: #EC7312;
}
</style>
border-color css
<style>
span { border-color: #EC7312; }
span { border-color: rgb(236,115,18); }
td.TdClassName
{
border-color: #EC7312;
}
.TagClassName
{
border-color: #EC7312;
}
</style>