Shades of Mango Tango #EC7502
Tints of Mango Tango #EC7502
RGB
CMYK
RGB Variations
Color information
#EC7502 (or 0xEC7502) is known color: Mango Tango. HEX triplet: EC, 75 and 02. RGB value is (236,117,2). Sum of RGB (Red+Green+Blue) = 236+117+2=355 (47% of max value = 765). Red value is 236 (92.58% from 255 or 66.48% from 355); Green value is 117 (46.09% from 255 or 32.96% from 355); Blue value is 2 (1.17% from 255 or 0.56% from 355); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7502 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC7502 is #138AFD. Grayscale: #8C8C8C. Windows color (decimal): -1280766 or 161260. OLE color: 161260.
HSL color Cylindrical-coordinate representation of color #EC7502: hue angle of 29.49º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EC7502 is Cyan = 0, Magento = 0.50, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 117 | 2 | - |
| CMYK | 0 | 0.50 | 0.99 | 0.07 |
| HSL | 29.49º | 0.98% | 0.47% | - |
| HSV(B) | 29.49º | 0.99% | 0.93% | - |
| XYZ | 40.96 | 30.56 | 3.8 | - |
| YUV | 139.47 | 50.42 | 196.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 117 | 2 | 0 | 0.50 | 0.99 | 0.07 | 29.49 | 0.98 | 0.47 |
| Hex | EC | 75 | 2 | 0 | 32 | 63 | 7 | 1D | 62 | 2F |
| Octal | 354 | 165 | 2 | 0 | 62 | 143 | 7 | 35 | 142 | 57 |
| Binary | 11101100 | 1110101 | 10 | 0 | 110010 | 1100011 | 111 | 11101 | 1100010 | 101111 |
Color Harmonies of #EC7502
Complementary color
Monochromatic Colors of #EC7502
Black with #EC7502
Text Example
Text Example
White with #EC7502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7502; }
p { color: rgb(236,117,2); }
H1.HeaderClassName
{
color: #EC7502;
}
.AnyTagClassName
{
color: #EC7502;
}
</style>
background-color css
<style>
a { background-color: #EC7502; }
a { background-color: rgb(236,117,2); }
div.DivClassName
{
background-color: #EC7502;
}
.BgClassName
{
background-color: #EC7502;
}
</style>
border-color css
<style>
span { border-color: #EC7502; }
span { border-color: rgb(236,117,2); }
td.TdClassName
{
border-color: #EC7502;
}
.TagClassName
{
border-color: #EC7502;
}
</style>