Shades of Mango Tango #EC7700
Tints of Mango Tango #EC7700
RGB
CMYK
RGB Variations
Color information
#EC7700 (or 0xEC7700) is known color: Mango Tango. HEX triplet: EC, 77 and 00. RGB value is (236,119,0). Sum of RGB (Red+Green+Blue) = 236+119+0=355 (47% of max value = 765). Red value is 236 (92.58% from 255 or 66.48% from 355); Green value is 119 (46.88% from 255 or 33.52% from 355); Blue value is 0 (0.39% from 255 or 0% from 355); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7700 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC7700 is #1388FF. Grayscale: #8D8D8D. Windows color (decimal): -1280256 or 30700. OLE color: 30700.
HSL color Cylindrical-coordinate representation of color #EC7700: hue angle of 30.25º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EC7700 is Cyan = 0, Magento = 0.50, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 119 | 0 | - |
| CMYK | 0 | 0.50 | 1 | 0.07 |
| HSL | 30.25º | 1% | 0.46% | - |
| HSV(B) | 30.25º | 1% | 0.93% | - |
| XYZ | 41.19 | 31.03 | 3.82 | - |
| YUV | 140.42 | 48.76 | 196.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 119 | 0 | 0 | 0.50 | 1 | 0.07 | 30.25 | 1 | 0.46 |
| Hex | EC | 77 | 0 | 0 | 32 | 64 | 7 | 1E | 64 | 2E |
| Octal | 354 | 167 | 0 | 0 | 62 | 144 | 7 | 36 | 144 | 56 |
| Binary | 11101100 | 1110111 | 0 | 0 | 110010 | 1100100 | 111 | 11110 | 1100100 | 101110 |
Color Harmonies of #EC7700
Complementary color
Monochromatic Colors of #EC7700
Black with #EC7700
Text Example
Text Example
White with #EC7700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7700; }
p { color: rgb(236,119,0); }
H1.HeaderClassName
{
color: #EC7700;
}
.AnyTagClassName
{
color: #EC7700;
}
</style>
background-color css
<style>
a { background-color: #EC7700; }
a { background-color: rgb(236,119,0); }
div.DivClassName
{
background-color: #EC7700;
}
.BgClassName
{
background-color: #EC7700;
}
</style>
border-color css
<style>
span { border-color: #EC7700; }
span { border-color: rgb(236,119,0); }
td.TdClassName
{
border-color: #EC7700;
}
.TagClassName
{
border-color: #EC7700;
}
</style>