Shades of Mango Tango #EC740C
Tints of Mango Tango #EC740C
RGB
CMYK
RGB Variations
Color information
#EC740C (or 0xEC740C) is known color: Mango Tango. HEX triplet: EC, 74 and 0C. RGB value is (236,116,12). Sum of RGB (Red+Green+Blue) = 236+116+12=364 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.84% from 364); Green value is 116 (45.70% from 255 or 31.87% from 364); Blue value is 12 (5.08% from 255 or 3.30% from 364); Max value from RGB is 236 - color contains mainly: red. Hex color #EC740C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC740C is #138BF3. Grayscale: #8C8C8C. Windows color (decimal): -1281012 or 816364. OLE color: 816364.
HSL color Cylindrical-coordinate representation of color #EC740C: hue angle of 27.86º 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 #EC740C is Cyan = 0, Magento = 0.51, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 116 | 12 | - |
| CMYK | 0 | 0.51 | 0.95 | 0.07 |
| HSL | 27.86º | 0.9% | 0.49% | - |
| HSV(B) | 27.86º | 0.95% | 0.93% | - |
| XYZ | 40.9 | 30.35 | 4.05 | - |
| YUV | 140.02 | 55.76 | 196.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 116 | 12 | 0 | 0.51 | 0.95 | 0.07 | 27.86 | 0.9 | 0.49 |
| Hex | EC | 74 | C | 0 | 33 | 5F | 7 | 1C | 5A | 31 |
| Octal | 354 | 164 | 14 | 0 | 63 | 137 | 7 | 34 | 132 | 61 |
| Binary | 11101100 | 1110100 | 1100 | 0 | 110011 | 1011111 | 111 | 11100 | 1011010 | 110001 |
Color Harmonies of #EC740C
Complementary color
Monochromatic Colors of #EC740C
Black with #EC740C
Text Example
Text Example
White with #EC740C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC740C; }
p { color: rgb(236,116,12); }
H1.HeaderClassName
{
color: #EC740C;
}
.AnyTagClassName
{
color: #EC740C;
}
</style>
background-color css
<style>
a { background-color: #EC740C; }
a { background-color: rgb(236,116,12); }
div.DivClassName
{
background-color: #EC740C;
}
.BgClassName
{
background-color: #EC740C;
}
</style>
border-color css
<style>
span { border-color: #EC740C; }
span { border-color: rgb(236,116,12); }
td.TdClassName
{
border-color: #EC740C;
}
.TagClassName
{
border-color: #EC740C;
}
</style>