Shades of Mango Tango #EC7C0C
Tints of Mango Tango #EC7C0C
RGB
CMYK
RGB Variations
Color information
#EC7C0C (or 0xEC7C0C) is known color: Mango Tango. HEX triplet: EC, 7C and 0C. RGB value is (236,124,12). Sum of RGB (Red+Green+Blue) = 236+124+12=372 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.44% from 372); Green value is 124 (48.83% from 255 or 33.33% from 372); Blue value is 12 (5.08% from 255 or 3.23% from 372); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7C0C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC7C0C is #1383F3. Grayscale: #919191. Windows color (decimal): -1278964 or 818412. OLE color: 818412.
HSL color Cylindrical-coordinate representation of color #EC7C0C: hue angle of 30º 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 #EC7C0C is Cyan = 0, Magento = 0.47, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 124 | 12 | - |
| CMYK | 0 | 0.47 | 0.95 | 0.07 |
| HSL | 30º | 0.9% | 0.49% | - |
| HSV(B) | 30º | 0.95% | 0.93% | - |
| XYZ | 41.87 | 32.27 | 4.37 | - |
| YUV | 144.72 | 53.11 | 193.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 124 | 12 | 0 | 0.47 | 0.95 | 0.07 | 30 | 0.9 | 0.49 |
| Hex | EC | 7C | C | 0 | 2F | 5F | 7 | 1E | 5A | 31 |
| Octal | 354 | 174 | 14 | 0 | 57 | 137 | 7 | 36 | 132 | 61 |
| Binary | 11101100 | 1111100 | 1100 | 0 | 101111 | 1011111 | 111 | 11110 | 1011010 | 110001 |
Color Harmonies of #EC7C0C
Complementary color
Monochromatic Colors of #EC7C0C
Black with #EC7C0C
Text Example
Text Example
White with #EC7C0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7C0C; }
p { color: rgb(236,124,12); }
H1.HeaderClassName
{
color: #EC7C0C;
}
.AnyTagClassName
{
color: #EC7C0C;
}
</style>
background-color css
<style>
a { background-color: #EC7C0C; }
a { background-color: rgb(236,124,12); }
div.DivClassName
{
background-color: #EC7C0C;
}
.BgClassName
{
background-color: #EC7C0C;
}
</style>
border-color css
<style>
span { border-color: #EC7C0C; }
span { border-color: rgb(236,124,12); }
td.TdClassName
{
border-color: #EC7C0C;
}
.TagClassName
{
border-color: #EC7C0C;
}
</style>