Shades of Mango Tango #EC6E00
Tints of Mango Tango #EC6E00
RGB
CMYK
RGB Variations
Color information
#EC6E00 (or 0xEC6E00) is known color: Mango Tango. HEX triplet: EC, 6E and 00. RGB value is (236,110,0). Sum of RGB (Red+Green+Blue) = 236+110+0=346 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.21% from 346); Green value is 110 (43.36% from 255 or 31.79% from 346); Blue value is 0 (0.39% from 255 or 0% from 346); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6E00 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC6E00 is #1391FF. Grayscale: #878787. Windows color (decimal): -1282560 or 28396. OLE color: 28396.
HSL color Cylindrical-coordinate representation of color #EC6E00: hue angle of 27.97º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EC6E00 is Cyan = 0, Magento = 0.53, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 110 | 0 | - |
| CMYK | 0 | 0.53 | 1 | 0.07 |
| HSL | 27.97º | 1% | 0.46% | - |
| HSV(B) | 27.97º | 1% | 0.93% | - |
| XYZ | 40.17 | 28.98 | 3.48 | - |
| YUV | 135.13 | 51.74 | 199.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 110 | 0 | 0 | 0.53 | 1 | 0.07 | 27.97 | 1 | 0.46 |
| Hex | EC | 6E | 0 | 0 | 35 | 64 | 7 | 1C | 64 | 2E |
| Octal | 354 | 156 | 0 | 0 | 65 | 144 | 7 | 34 | 144 | 56 |
| Binary | 11101100 | 1101110 | 0 | 0 | 110101 | 1100100 | 111 | 11100 | 1100100 | 101110 |
Color Harmonies of #EC6E00
Complementary color
Monochromatic Colors of #EC6E00
Black with #EC6E00
Text Example
Text Example
White with #EC6E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6E00; }
p { color: rgb(236,110,0); }
H1.HeaderClassName
{
color: #EC6E00;
}
.AnyTagClassName
{
color: #EC6E00;
}
</style>
background-color css
<style>
a { background-color: #EC6E00; }
a { background-color: rgb(236,110,0); }
div.DivClassName
{
background-color: #EC6E00;
}
.BgClassName
{
background-color: #EC6E00;
}
</style>
border-color css
<style>
span { border-color: #EC6E00; }
span { border-color: rgb(236,110,0); }
td.TdClassName
{
border-color: #EC6E00;
}
.TagClassName
{
border-color: #EC6E00;
}
</style>