Shades of Mango Tango #EC7408
Tints of Mango Tango #EC7408
RGB
CMYK
RGB Variations
Color information
#EC7408 (or 0xEC7408) is known color: Mango Tango. HEX triplet: EC, 74 and 08. RGB value is (236,116,8). Sum of RGB (Red+Green+Blue) = 236+116+8=360 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.56% from 360); Green value is 116 (45.70% from 255 or 32.22% from 360); Blue value is 8 (3.52% from 255 or 2.22% from 360); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7408 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC7408 is #138BF7. Grayscale: #8C8C8C. Windows color (decimal): -1281016 or 554220. OLE color: 554220.
HSL color Cylindrical-coordinate representation of color #EC7408: hue angle of 28.42º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EC7408 is Cyan = 0, Magento = 0.51, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 116 | 8 | - |
| CMYK | 0 | 0.51 | 0.97 | 0.07 |
| HSL | 28.42º | 0.93% | 0.48% | - |
| HSV(B) | 28.42º | 0.97% | 0.93% | - |
| XYZ | 40.88 | 30.34 | 3.93 | - |
| YUV | 139.57 | 53.76 | 196.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 116 | 8 | 0 | 0.51 | 0.97 | 0.07 | 28.42 | 0.93 | 0.48 |
| Hex | EC | 74 | 8 | 0 | 33 | 61 | 7 | 1C | 5D | 30 |
| Octal | 354 | 164 | 10 | 0 | 63 | 141 | 7 | 34 | 135 | 60 |
| Binary | 11101100 | 1110100 | 1000 | 0 | 110011 | 1100001 | 111 | 11100 | 1011101 | 110000 |
Color Harmonies of #EC7408
Complementary color
Monochromatic Colors of #EC7408
Black with #EC7408
Text Example
Text Example
White with #EC7408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7408; }
p { color: rgb(236,116,8); }
H1.HeaderClassName
{
color: #EC7408;
}
.AnyTagClassName
{
color: #EC7408;
}
</style>
background-color css
<style>
a { background-color: #EC7408; }
a { background-color: rgb(236,116,8); }
div.DivClassName
{
background-color: #EC7408;
}
.BgClassName
{
background-color: #EC7408;
}
</style>
border-color css
<style>
span { border-color: #EC7408; }
span { border-color: rgb(236,116,8); }
td.TdClassName
{
border-color: #EC7408;
}
.TagClassName
{
border-color: #EC7408;
}
</style>