Shades of Mango Tango #EC7810
Tints of Mango Tango #EC7810
RGB
CMYK
RGB Variations
Color information
#EC7810 (or 0xEC7810) is known color: Mango Tango. HEX triplet: EC, 78 and 10. RGB value is (236,120,16). Sum of RGB (Red+Green+Blue) = 236+120+16=372 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.44% from 372); Green value is 120 (47.27% from 255 or 32.26% from 372); Blue value is 16 (6.64% from 255 or 4.30% from 372); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7810 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC7810 is #1387EF. Grayscale: #8F8F8F. Windows color (decimal): -1279984 or 1079532. OLE color: 1079532.
HSL color Cylindrical-coordinate representation of color #EC7810: hue angle of 28.36º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EC7810 is Cyan = 0, Magento = 0.49, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 120 | 16 | - |
| CMYK | 0 | 0.49 | 0.93 | 0.07 |
| HSL | 28.36º | 0.87% | 0.49% | - |
| HSV(B) | 28.36º | 0.93% | 0.93% | - |
| XYZ | 41.4 | 31.3 | 4.35 | - |
| YUV | 142.83 | 56.43 | 194.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 120 | 16 | 0 | 0.49 | 0.93 | 0.07 | 28.36 | 0.87 | 0.49 |
| Hex | EC | 78 | 10 | 0 | 31 | 5D | 7 | 1C | 57 | 31 |
| Octal | 354 | 170 | 20 | 0 | 61 | 135 | 7 | 34 | 127 | 61 |
| Binary | 11101100 | 1111000 | 10000 | 0 | 110001 | 1011101 | 111 | 11100 | 1010111 | 110001 |
Color Harmonies of #EC7810
Complementary color
Monochromatic Colors of #EC7810
Black with #EC7810
Text Example
Text Example
White with #EC7810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7810; }
p { color: rgb(236,120,16); }
H1.HeaderClassName
{
color: #EC7810;
}
.AnyTagClassName
{
color: #EC7810;
}
</style>
background-color css
<style>
a { background-color: #EC7810; }
a { background-color: rgb(236,120,16); }
div.DivClassName
{
background-color: #EC7810;
}
.BgClassName
{
background-color: #EC7810;
}
</style>
border-color css
<style>
span { border-color: #EC7810; }
span { border-color: rgb(236,120,16); }
td.TdClassName
{
border-color: #EC7810;
}
.TagClassName
{
border-color: #EC7810;
}
</style>