Shades of Mango Tango #EC7708
Tints of Mango Tango #EC7708
RGB
CMYK
RGB Variations
Color information
#EC7708 (or 0xEC7708) is known color: Mango Tango. HEX triplet: EC, 77 and 08. RGB value is (236,119,8). Sum of RGB (Red+Green+Blue) = 236+119+8=363 (48% of max value = 765). Red value is 236 (92.58% from 255 or 65.01% from 363); Green value is 119 (46.88% from 255 or 32.78% from 363); Blue value is 8 (3.52% from 255 or 2.20% from 363); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7708 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC7708 is #1388F7. Grayscale: #8D8D8D. Windows color (decimal): -1280248 or 554988. OLE color: 554988.
HSL color Cylindrical-coordinate representation of color #EC7708: hue angle of 29.21º 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 #EC7708 is Cyan = 0, Magento = 0.50, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 119 | 8 | - |
| CMYK | 0 | 0.50 | 0.97 | 0.07 |
| HSL | 29.21º | 0.93% | 0.48% | - |
| HSV(B) | 29.21º | 0.97% | 0.93% | - |
| XYZ | 41.23 | 31.04 | 4.05 | - |
| YUV | 141.33 | 52.76 | 195.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 119 | 8 | 0 | 0.50 | 0.97 | 0.07 | 29.21 | 0.93 | 0.48 |
| Hex | EC | 77 | 8 | 0 | 32 | 61 | 7 | 1D | 5D | 30 |
| Octal | 354 | 167 | 10 | 0 | 62 | 141 | 7 | 35 | 135 | 60 |
| Binary | 11101100 | 1110111 | 1000 | 0 | 110010 | 1100001 | 111 | 11101 | 1011101 | 110000 |
Color Harmonies of #EC7708
Complementary color
Monochromatic Colors of #EC7708
Black with #EC7708
Text Example
Text Example
White with #EC7708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7708; }
p { color: rgb(236,119,8); }
H1.HeaderClassName
{
color: #EC7708;
}
.AnyTagClassName
{
color: #EC7708;
}
</style>
background-color css
<style>
a { background-color: #EC7708; }
a { background-color: rgb(236,119,8); }
div.DivClassName
{
background-color: #EC7708;
}
.BgClassName
{
background-color: #EC7708;
}
</style>
border-color css
<style>
span { border-color: #EC7708; }
span { border-color: rgb(236,119,8); }
td.TdClassName
{
border-color: #EC7708;
}
.TagClassName
{
border-color: #EC7708;
}
</style>