Shades of Mango Tango #EC7201
Tints of Mango Tango #EC7201
RGB
CMYK
RGB Variations
Color information
#EC7201 (or 0xEC7201) is known color: Mango Tango. HEX triplet: EC, 72 and 01. RGB value is (236,114,1). Sum of RGB (Red+Green+Blue) = 236+114+1=351 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.24% from 351); Green value is 114 (44.92% from 255 or 32.48% from 351); Blue value is 1 (0.78% from 255 or 0.28% from 351); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7201 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC7201 is #138DFE. Grayscale: #8A8A8A. Windows color (decimal): -1281535 or 94956. OLE color: 94956.
HSL color Cylindrical-coordinate representation of color #EC7201: hue angle of 28.85º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EC7201 is Cyan = 0, Magento = 0.52, Yellow = 1.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 114 | 1 | - |
| CMYK | 0 | 0.52 | 1.00 | 0.07 |
| HSL | 28.85º | 0.99% | 0.46% | - |
| HSV(B) | 28.85º | 1% | 0.93% | - |
| XYZ | 40.61 | 29.87 | 3.65 | - |
| YUV | 137.6 | 50.92 | 198.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 114 | 1 | 0 | 0.52 | 1.00 | 0.07 | 28.85 | 0.99 | 0.46 |
| Hex | EC | 72 | 1 | 0 | 34 | 64 | 7 | 1D | 63 | 2E |
| Octal | 354 | 162 | 1 | 0 | 64 | 144 | 7 | 35 | 143 | 56 |
| Binary | 11101100 | 1110010 | 1 | 0 | 110100 | 1100100 | 111 | 11101 | 1100011 | 101110 |
Color Harmonies of #EC7201
Complementary color
Monochromatic Colors of #EC7201
Black with #EC7201
Text Example
Text Example
White with #EC7201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7201; }
p { color: rgb(236,114,1); }
H1.HeaderClassName
{
color: #EC7201;
}
.AnyTagClassName
{
color: #EC7201;
}
</style>
background-color css
<style>
a { background-color: #EC7201; }
a { background-color: rgb(236,114,1); }
div.DivClassName
{
background-color: #EC7201;
}
.BgClassName
{
background-color: #EC7201;
}
</style>
border-color css
<style>
span { border-color: #EC7201; }
span { border-color: rgb(236,114,1); }
td.TdClassName
{
border-color: #EC7201;
}
.TagClassName
{
border-color: #EC7201;
}
</style>