Shades of Mango Tango #EC7403
Tints of Mango Tango #EC7403
RGB
CMYK
RGB Variations
Color information
#EC7403 (or 0xEC7403) is known color: Mango Tango. HEX triplet: EC, 74 and 03. RGB value is (236,116,3). Sum of RGB (Red+Green+Blue) = 236+116+3=355 (47% of max value = 765). Red value is 236 (92.58% from 255 or 66.48% from 355); Green value is 116 (45.70% from 255 or 32.68% from 355); Blue value is 3 (1.56% from 255 or 0.85% from 355); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7403 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC7403 is #138BFC. Grayscale: #8B8B8B. Windows color (decimal): -1281021 or 226540. OLE color: 226540.
HSL color Cylindrical-coordinate representation of color #EC7403: hue angle of 29.1º degrees, saturation: 0.97, 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 #EC7403 is Cyan = 0, Magento = 0.51, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 116 | 3 | - |
| CMYK | 0 | 0.51 | 0.99 | 0.07 |
| HSL | 29.1º | 0.97% | 0.47% | - |
| HSV(B) | 29.1º | 0.99% | 0.93% | - |
| XYZ | 40.85 | 30.33 | 3.79 | - |
| YUV | 139 | 51.26 | 197.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 116 | 3 | 0 | 0.51 | 0.99 | 0.07 | 29.1 | 0.97 | 0.47 |
| Hex | EC | 74 | 3 | 0 | 33 | 63 | 7 | 1D | 61 | 2F |
| Octal | 354 | 164 | 3 | 0 | 63 | 143 | 7 | 35 | 141 | 57 |
| Binary | 11101100 | 1110100 | 11 | 0 | 110011 | 1100011 | 111 | 11101 | 1100001 | 101111 |
Color Harmonies of #EC7403
Complementary color
Monochromatic Colors of #EC7403
Black with #EC7403
Text Example
Text Example
White with #EC7403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7403; }
p { color: rgb(236,116,3); }
H1.HeaderClassName
{
color: #EC7403;
}
.AnyTagClassName
{
color: #EC7403;
}
</style>
background-color css
<style>
a { background-color: #EC7403; }
a { background-color: rgb(236,116,3); }
div.DivClassName
{
background-color: #EC7403;
}
.BgClassName
{
background-color: #EC7403;
}
</style>
border-color css
<style>
span { border-color: #EC7403; }
span { border-color: rgb(236,116,3); }
td.TdClassName
{
border-color: #EC7403;
}
.TagClassName
{
border-color: #EC7403;
}
</style>