Shades of Mango Tango #EC720E
Tints of Mango Tango #EC720E
RGB
CMYK
RGB Variations
Color information
#EC720E (or 0xEC720E) is known color: Mango Tango. HEX triplet: EC, 72 and 0E. RGB value is (236,114,14). Sum of RGB (Red+Green+Blue) = 236+114+14=364 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.84% from 364); Green value is 114 (44.92% from 255 or 31.32% from 364); Blue value is 14 (5.86% from 255 or 3.85% from 364); Max value from RGB is 236 - color contains mainly: red. Hex color #EC720E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC720E is #138DF1. Grayscale: #8B8B8B. Windows color (decimal): -1281522 or 946924. OLE color: 946924.
HSL color Cylindrical-coordinate representation of color #EC720E: hue angle of 27.03º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EC720E is Cyan = 0, Magento = 0.52, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 114 | 14 | - |
| CMYK | 0 | 0.52 | 0.94 | 0.07 |
| HSL | 27.03º | 0.89% | 0.49% | - |
| HSV(B) | 27.03º | 0.94% | 0.93% | - |
| XYZ | 40.69 | 29.9 | 4.04 | - |
| YUV | 139.08 | 57.42 | 197.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 114 | 14 | 0 | 0.52 | 0.94 | 0.07 | 27.03 | 0.89 | 0.49 |
| Hex | EC | 72 | E | 0 | 34 | 5E | 7 | 1B | 59 | 31 |
| Octal | 354 | 162 | 16 | 0 | 64 | 136 | 7 | 33 | 131 | 61 |
| Binary | 11101100 | 1110010 | 1110 | 0 | 110100 | 1011110 | 111 | 11011 | 1011001 | 110001 |
Color Harmonies of #EC720E
Complementary color
Monochromatic Colors of #EC720E
Black with #EC720E
Text Example
Text Example
White with #EC720E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC720E; }
p { color: rgb(236,114,14); }
H1.HeaderClassName
{
color: #EC720E;
}
.AnyTagClassName
{
color: #EC720E;
}
</style>
background-color css
<style>
a { background-color: #EC720E; }
a { background-color: rgb(236,114,14); }
div.DivClassName
{
background-color: #EC720E;
}
.BgClassName
{
background-color: #EC720E;
}
</style>
border-color css
<style>
span { border-color: #EC720E; }
span { border-color: rgb(236,114,14); }
td.TdClassName
{
border-color: #EC720E;
}
.TagClassName
{
border-color: #EC720E;
}
</style>