Shades of Mango Tango #EC720B
Tints of Mango Tango #EC720B
RGB
CMYK
RGB Variations
Color information
#EC720B (or 0xEC720B) is known color: Mango Tango. HEX triplet: EC, 72 and 0B. RGB value is (236,114,11). Sum of RGB (Red+Green+Blue) = 236+114+11=361 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.37% from 361); Green value is 114 (44.92% from 255 or 31.58% from 361); Blue value is 11 (4.69% from 255 or 3.05% from 361); Max value from RGB is 236 - color contains mainly: red. Hex color #EC720B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC720B is #138DF4. Grayscale: #8B8B8B. Windows color (decimal): -1281525 or 750316. OLE color: 750316.
HSL color Cylindrical-coordinate representation of color #EC720B: hue angle of 27.47º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EC720B is Cyan = 0, Magento = 0.52, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 114 | 11 | - |
| CMYK | 0 | 0.52 | 0.95 | 0.07 |
| HSL | 27.47º | 0.91% | 0.48% | - |
| HSV(B) | 27.47º | 0.95% | 0.93% | - |
| XYZ | 40.67 | 29.89 | 3.94 | - |
| YUV | 138.74 | 55.92 | 197.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 114 | 11 | 0 | 0.52 | 0.95 | 0.07 | 27.47 | 0.91 | 0.48 |
| Hex | EC | 72 | B | 0 | 34 | 5F | 7 | 1B | 5B | 30 |
| Octal | 354 | 162 | 13 | 0 | 64 | 137 | 7 | 33 | 133 | 60 |
| Binary | 11101100 | 1110010 | 1011 | 0 | 110100 | 1011111 | 111 | 11011 | 1011011 | 110000 |
Color Harmonies of #EC720B
Complementary color
Monochromatic Colors of #EC720B
Black with #EC720B
Text Example
Text Example
White with #EC720B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC720B; }
p { color: rgb(236,114,11); }
H1.HeaderClassName
{
color: #EC720B;
}
.AnyTagClassName
{
color: #EC720B;
}
</style>
background-color css
<style>
a { background-color: #EC720B; }
a { background-color: rgb(236,114,11); }
div.DivClassName
{
background-color: #EC720B;
}
.BgClassName
{
background-color: #EC720B;
}
</style>
border-color css
<style>
span { border-color: #EC720B; }
span { border-color: rgb(236,114,11); }
td.TdClassName
{
border-color: #EC720B;
}
.TagClassName
{
border-color: #EC720B;
}
</style>