Shades of Mango Tango #EC6C0C
Tints of Mango Tango #EC6C0C
RGB
CMYK
RGB Variations
Color information
#EC6C0C (or 0xEC6C0C) is known color: Mango Tango. HEX triplet: EC, 6C and 0C. RGB value is (236,108,12). Sum of RGB (Red+Green+Blue) = 236+108+12=356 (47% of max value = 765). Red value is 236 (92.58% from 255 or 66.29% from 356); Green value is 108 (42.58% from 255 or 30.34% from 356); Blue value is 12 (5.08% from 255 or 3.37% from 356); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6C0C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC6C0C is #1393F3. Grayscale: #878787. Windows color (decimal): -1283060 or 814316. OLE color: 814316.
HSL color Cylindrical-coordinate representation of color #EC6C0C: hue angle of 25.71º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EC6C0C is Cyan = 0, Magento = 0.54, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 108 | 12 | - |
| CMYK | 0 | 0.54 | 0.95 | 0.07 |
| HSL | 25.71º | 0.9% | 0.49% | - |
| HSV(B) | 25.71º | 0.95% | 0.93% | - |
| XYZ | 40.02 | 28.58 | 3.76 | - |
| YUV | 135.33 | 58.41 | 199.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 108 | 12 | 0 | 0.54 | 0.95 | 0.07 | 25.71 | 0.9 | 0.49 |
| Hex | EC | 6C | C | 0 | 36 | 5F | 7 | 1A | 5A | 31 |
| Octal | 354 | 154 | 14 | 0 | 66 | 137 | 7 | 32 | 132 | 61 |
| Binary | 11101100 | 1101100 | 1100 | 0 | 110110 | 1011111 | 111 | 11010 | 1011010 | 110001 |
Color Harmonies of #EC6C0C
Complementary color
Monochromatic Colors of #EC6C0C
Black with #EC6C0C
Text Example
Text Example
White with #EC6C0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6C0C; }
p { color: rgb(236,108,12); }
H1.HeaderClassName
{
color: #EC6C0C;
}
.AnyTagClassName
{
color: #EC6C0C;
}
</style>
background-color css
<style>
a { background-color: #EC6C0C; }
a { background-color: rgb(236,108,12); }
div.DivClassName
{
background-color: #EC6C0C;
}
.BgClassName
{
background-color: #EC6C0C;
}
</style>
border-color css
<style>
span { border-color: #EC6C0C; }
span { border-color: rgb(236,108,12); }
td.TdClassName
{
border-color: #EC6C0C;
}
.TagClassName
{
border-color: #EC6C0C;
}
</style>