Shades of Mango Tango #EC7702
Tints of Mango Tango #EC7702
RGB
CMYK
RGB Variations
Color information
#EC7702 (or 0xEC7702) is known color: Mango Tango. HEX triplet: EC, 77 and 02. RGB value is (236,119,2). Sum of RGB (Red+Green+Blue) = 236+119+2=357 (47% of max value = 765). Red value is 236 (92.58% from 255 or 66.11% from 357); Green value is 119 (46.88% from 255 or 33.33% from 357); Blue value is 2 (1.17% from 255 or 0.56% from 357); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7702 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC7702 is #1388FD. Grayscale: #8D8D8D. Windows color (decimal): -1280254 or 161772. OLE color: 161772.
HSL color Cylindrical-coordinate representation of color #EC7702: hue angle of 30º 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 #EC7702 is Cyan = 0, Magento = 0.50, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 119 | 2 | - |
| CMYK | 0 | 0.50 | 0.99 | 0.07 |
| HSL | 30º | 0.98% | 0.47% | - |
| HSV(B) | 30º | 0.99% | 0.93% | - |
| XYZ | 41.2 | 31.03 | 3.88 | - |
| YUV | 140.65 | 49.76 | 196.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 119 | 2 | 0 | 0.50 | 0.99 | 0.07 | 30 | 0.98 | 0.47 |
| Hex | EC | 77 | 2 | 0 | 32 | 63 | 7 | 1E | 62 | 2F |
| Octal | 354 | 167 | 2 | 0 | 62 | 143 | 7 | 36 | 142 | 57 |
| Binary | 11101100 | 1110111 | 10 | 0 | 110010 | 1100011 | 111 | 11110 | 1100010 | 101111 |
Color Harmonies of #EC7702
Complementary color
Monochromatic Colors of #EC7702
Black with #EC7702
Text Example
Text Example
White with #EC7702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7702; }
p { color: rgb(236,119,2); }
H1.HeaderClassName
{
color: #EC7702;
}
.AnyTagClassName
{
color: #EC7702;
}
</style>
background-color css
<style>
a { background-color: #EC7702; }
a { background-color: rgb(236,119,2); }
div.DivClassName
{
background-color: #EC7702;
}
.BgClassName
{
background-color: #EC7702;
}
</style>
border-color css
<style>
span { border-color: #EC7702; }
span { border-color: rgb(236,119,2); }
td.TdClassName
{
border-color: #EC7702;
}
.TagClassName
{
border-color: #EC7702;
}
</style>