Shades of Mango Tango #EC7800
Tints of Mango Tango #EC7800
RGB
CMYK
RGB Variations
Color information
#EC7800 (or 0xEC7800) is known color: Mango Tango. HEX triplet: EC, 78 and 00. RGB value is (236,120,0). Sum of RGB (Red+Green+Blue) = 236+120+0=356 (47% of max value = 765). Red value is 236 (92.58% from 255 or 66.29% from 356); Green value is 120 (47.27% from 255 or 33.71% from 356); Blue value is 0 (0.39% from 255 or 0% from 356); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7800 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC7800 is #1387FF. Grayscale: #8D8D8D. Windows color (decimal): -1280000 or 30956. OLE color: 30956.
HSL color Cylindrical-coordinate representation of color #EC7800: hue angle of 30.51º 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 #EC7800 is Cyan = 0, Magento = 0.49, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 120 | 0 | - |
| CMYK | 0 | 0.49 | 1 | 0.07 |
| HSL | 30.51º | 1% | 0.46% | - |
| HSV(B) | 30.51º | 1% | 0.93% | - |
| XYZ | 41.31 | 31.27 | 3.86 | - |
| YUV | 141 | 48.43 | 195.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 120 | 0 | 0 | 0.49 | 1 | 0.07 | 30.51 | 1 | 0.46 |
| Hex | EC | 78 | 0 | 0 | 31 | 64 | 7 | 1F | 64 | 2E |
| Octal | 354 | 170 | 0 | 0 | 61 | 144 | 7 | 37 | 144 | 56 |
| Binary | 11101100 | 1111000 | 0 | 0 | 110001 | 1100100 | 111 | 11111 | 1100100 | 101110 |
Color Harmonies of #EC7800
Complementary color
Monochromatic Colors of #EC7800
Black with #EC7800
Text Example
Text Example
White with #EC7800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7800; }
p { color: rgb(236,120,0); }
H1.HeaderClassName
{
color: #EC7800;
}
.AnyTagClassName
{
color: #EC7800;
}
</style>
background-color css
<style>
a { background-color: #EC7800; }
a { background-color: rgb(236,120,0); }
div.DivClassName
{
background-color: #EC7800;
}
.BgClassName
{
background-color: #EC7800;
}
</style>
border-color css
<style>
span { border-color: #EC7800; }
span { border-color: rgb(236,120,0); }
td.TdClassName
{
border-color: #EC7800;
}
.TagClassName
{
border-color: #EC7800;
}
</style>