Shades of Mango Tango #EC6F12
Tints of Mango Tango #EC6F12
RGB
CMYK
RGB Variations
Color information
#EC6F12 (or 0xEC6F12) is known color: Mango Tango. HEX triplet: EC, 6F and 12. RGB value is (236,111,18). Sum of RGB (Red+Green+Blue) = 236+111+18=365 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.66% from 365); Green value is 111 (43.75% from 255 or 30.41% from 365); Blue value is 18 (7.42% from 255 or 4.93% from 365); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6F12 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC6F12 is #1390ED. Grayscale: #8A8A8A. Windows color (decimal): -1282286 or 1208300. OLE color: 1208300.
HSL color Cylindrical-coordinate representation of color #EC6F12: hue angle of 25.6º 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 #EC6F12 is Cyan = 0, Magento = 0.53, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 111 | 18 | - |
| CMYK | 0 | 0.53 | 0.92 | 0.07 |
| HSL | 25.6º | 0.86% | 0.5% | - |
| HSV(B) | 25.6º | 0.92% | 0.93% | - |
| XYZ | 40.39 | 29.25 | 4.09 | - |
| YUV | 137.77 | 60.41 | 198.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 111 | 18 | 0 | 0.53 | 0.92 | 0.07 | 25.6 | 0.86 | 0.5 |
| Hex | EC | 6F | 12 | 0 | 35 | 5C | 7 | 1A | 56 | 32 |
| Octal | 354 | 157 | 22 | 0 | 65 | 134 | 7 | 32 | 126 | 62 |
| Binary | 11101100 | 1101111 | 10010 | 0 | 110101 | 1011100 | 111 | 11010 | 1010110 | 110010 |
Color Harmonies of #EC6F12
Complementary color
Monochromatic Colors of #EC6F12
Black with #EC6F12
Text Example
Text Example
White with #EC6F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6F12; }
p { color: rgb(236,111,18); }
H1.HeaderClassName
{
color: #EC6F12;
}
.AnyTagClassName
{
color: #EC6F12;
}
</style>
background-color css
<style>
a { background-color: #EC6F12; }
a { background-color: rgb(236,111,18); }
div.DivClassName
{
background-color: #EC6F12;
}
.BgClassName
{
background-color: #EC6F12;
}
</style>
border-color css
<style>
span { border-color: #EC6F12; }
span { border-color: rgb(236,111,18); }
td.TdClassName
{
border-color: #EC6F12;
}
.TagClassName
{
border-color: #EC6F12;
}
</style>