Shades of Mango Tango #EC7000
Tints of Mango Tango #EC7000
RGB
CMYK
RGB Variations
Color information
#EC7000 (or 0xEC7000) is known color: Mango Tango. HEX triplet: EC, 70 and 00. RGB value is (236,112,0). Sum of RGB (Red+Green+Blue) = 236+112+0=348 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.82% from 348); Green value is 112 (44.14% from 255 or 32.18% from 348); Blue value is 0 (0.39% from 255 or 0% from 348); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7000 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC7000 is #138FFF. Grayscale: #888888. Windows color (decimal): -1282048 or 28908. OLE color: 28908.
HSL color Cylindrical-coordinate representation of color #EC7000: hue angle of 28.47º 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 #EC7000 is Cyan = 0, Magento = 0.53, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 112 | 0 | - |
| CMYK | 0 | 0.53 | 1 | 0.07 |
| HSL | 28.47º | 1% | 0.46% | - |
| HSV(B) | 28.47º | 1% | 0.93% | - |
| XYZ | 40.39 | 29.42 | 3.55 | - |
| YUV | 136.31 | 51.08 | 199.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 112 | 0 | 0 | 0.53 | 1 | 0.07 | 28.47 | 1 | 0.46 |
| Hex | EC | 70 | 0 | 0 | 35 | 64 | 7 | 1C | 64 | 2E |
| Octal | 354 | 160 | 0 | 0 | 65 | 144 | 7 | 34 | 144 | 56 |
| Binary | 11101100 | 1110000 | 0 | 0 | 110101 | 1100100 | 111 | 11100 | 1100100 | 101110 |
Color Harmonies of #EC7000
Complementary color
Monochromatic Colors of #EC7000
Black with #EC7000
Text Example
Text Example
White with #EC7000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7000; }
p { color: rgb(236,112,0); }
H1.HeaderClassName
{
color: #EC7000;
}
.AnyTagClassName
{
color: #EC7000;
}
</style>
background-color css
<style>
a { background-color: #EC7000; }
a { background-color: rgb(236,112,0); }
div.DivClassName
{
background-color: #EC7000;
}
.BgClassName
{
background-color: #EC7000;
}
</style>
border-color css
<style>
span { border-color: #EC7000; }
span { border-color: rgb(236,112,0); }
td.TdClassName
{
border-color: #EC7000;
}
.TagClassName
{
border-color: #EC7000;
}
</style>