Shades of Mango Tango #EC7510
Tints of Mango Tango #EC7510
RGB
CMYK
RGB Variations
Color information
#EC7510 (or 0xEC7510) is known color: Mango Tango. HEX triplet: EC, 75 and 10. RGB value is (236,117,16). Sum of RGB (Red+Green+Blue) = 236+117+16=369 (48% of max value = 765). Red value is 236 (92.58% from 255 or 63.96% from 369); Green value is 117 (46.09% from 255 or 31.71% from 369); Blue value is 16 (6.64% from 255 or 4.34% from 369); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7510 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC7510 is #138AEF. Grayscale: #8D8D8D. Windows color (decimal): -1280752 or 1078764. OLE color: 1078764.
HSL color Cylindrical-coordinate representation of color #EC7510: hue angle of 27.55º 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 #EC7510 is Cyan = 0, Magento = 0.50, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 117 | 16 | - |
| CMYK | 0 | 0.50 | 0.93 | 0.07 |
| HSL | 27.55º | 0.87% | 0.49% | - |
| HSV(B) | 27.55º | 0.93% | 0.93% | - |
| XYZ | 41.05 | 30.59 | 4.23 | - |
| YUV | 141.07 | 57.42 | 195.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 117 | 16 | 0 | 0.50 | 0.93 | 0.07 | 27.55 | 0.87 | 0.49 |
| Hex | EC | 75 | 10 | 0 | 32 | 5D | 7 | 1C | 57 | 31 |
| Octal | 354 | 165 | 20 | 0 | 62 | 135 | 7 | 34 | 127 | 61 |
| Binary | 11101100 | 1110101 | 10000 | 0 | 110010 | 1011101 | 111 | 11100 | 1010111 | 110001 |
Color Harmonies of #EC7510
Complementary color
Monochromatic Colors of #EC7510
Black with #EC7510
Text Example
Text Example
White with #EC7510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7510; }
p { color: rgb(236,117,16); }
H1.HeaderClassName
{
color: #EC7510;
}
.AnyTagClassName
{
color: #EC7510;
}
</style>
background-color css
<style>
a { background-color: #EC7510; }
a { background-color: rgb(236,117,16); }
div.DivClassName
{
background-color: #EC7510;
}
.BgClassName
{
background-color: #EC7510;
}
</style>
border-color css
<style>
span { border-color: #EC7510; }
span { border-color: rgb(236,117,16); }
td.TdClassName
{
border-color: #EC7510;
}
.TagClassName
{
border-color: #EC7510;
}
</style>