Shades of Mango Tango #EC7400
Tints of Mango Tango #EC7400
RGB
CMYK
RGB Variations
Color information
#EC7400 (or 0xEC7400) is known color: Mango Tango. HEX triplet: EC, 74 and 00. RGB value is (236,116,0). Sum of RGB (Red+Green+Blue) = 236+116+0=352 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.05% from 352); Green value is 116 (45.70% from 255 or 32.95% from 352); Blue value is 0 (0.39% from 255 or 0% from 352); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7400 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC7400 is #138BFF. Grayscale: #8B8B8B. Windows color (decimal): -1281024 or 29932. OLE color: 29932.
HSL color Cylindrical-coordinate representation of color #EC7400: hue angle of 29.49º 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 #EC7400 is Cyan = 0, Magento = 0.51, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 116 | 0 | - |
| CMYK | 0 | 0.51 | 1 | 0.07 |
| HSL | 29.49º | 1% | 0.46% | - |
| HSV(B) | 29.49º | 1% | 0.93% | - |
| XYZ | 40.84 | 30.32 | 3.7 | - |
| YUV | 138.66 | 49.76 | 197.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 116 | 0 | 0 | 0.51 | 1 | 0.07 | 29.49 | 1 | 0.46 |
| Hex | EC | 74 | 0 | 0 | 33 | 64 | 7 | 1D | 64 | 2E |
| Octal | 354 | 164 | 0 | 0 | 63 | 144 | 7 | 35 | 144 | 56 |
| Binary | 11101100 | 1110100 | 0 | 0 | 110011 | 1100100 | 111 | 11101 | 1100100 | 101110 |
Color Harmonies of #EC7400
Complementary color
Monochromatic Colors of #EC7400
Black with #EC7400
Text Example
Text Example
White with #EC7400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7400; }
p { color: rgb(236,116,0); }
H1.HeaderClassName
{
color: #EC7400;
}
.AnyTagClassName
{
color: #EC7400;
}
</style>
background-color css
<style>
a { background-color: #EC7400; }
a { background-color: rgb(236,116,0); }
div.DivClassName
{
background-color: #EC7400;
}
.BgClassName
{
background-color: #EC7400;
}
</style>
border-color css
<style>
span { border-color: #EC7400; }
span { border-color: rgb(236,116,0); }
td.TdClassName
{
border-color: #EC7400;
}
.TagClassName
{
border-color: #EC7400;
}
</style>