Shades of Mango Tango #EC780A
Tints of Mango Tango #EC780A
RGB
CMYK
RGB Variations
Color information
#EC780A (or 0xEC780A) is known color: Mango Tango. HEX triplet: EC, 78 and 0A. RGB value is (236,120,10). Sum of RGB (Red+Green+Blue) = 236+120+10=366 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.48% from 366); Green value is 120 (47.27% from 255 or 32.79% from 366); Blue value is 10 (4.30% from 255 or 2.73% from 366); Max value from RGB is 236 - color contains mainly: red. Hex color #EC780A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC780A is #1387F5. Grayscale: #8E8E8E. Windows color (decimal): -1279990 or 686316. OLE color: 686316.
HSL color Cylindrical-coordinate representation of color #EC780A: hue angle of 29.2º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EC780A is Cyan = 0, Magento = 0.49, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 120 | 10 | - |
| CMYK | 0 | 0.49 | 0.96 | 0.07 |
| HSL | 29.2º | 0.92% | 0.48% | - |
| HSV(B) | 29.2º | 0.96% | 0.93% | - |
| XYZ | 41.36 | 31.29 | 4.15 | - |
| YUV | 142.14 | 53.43 | 194.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 120 | 10 | 0 | 0.49 | 0.96 | 0.07 | 29.2 | 0.92 | 0.48 |
| Hex | EC | 78 | A | 0 | 31 | 60 | 7 | 1D | 5C | 30 |
| Octal | 354 | 170 | 12 | 0 | 61 | 140 | 7 | 35 | 134 | 60 |
| Binary | 11101100 | 1111000 | 1010 | 0 | 110001 | 1100000 | 111 | 11101 | 1011100 | 110000 |
Color Harmonies of #EC780A
Complementary color
Monochromatic Colors of #EC780A
Black with #EC780A
Text Example
Text Example
White with #EC780A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC780A; }
p { color: rgb(236,120,10); }
H1.HeaderClassName
{
color: #EC780A;
}
.AnyTagClassName
{
color: #EC780A;
}
</style>
background-color css
<style>
a { background-color: #EC780A; }
a { background-color: rgb(236,120,10); }
div.DivClassName
{
background-color: #EC780A;
}
.BgClassName
{
background-color: #EC780A;
}
</style>
border-color css
<style>
span { border-color: #EC780A; }
span { border-color: rgb(236,120,10); }
td.TdClassName
{
border-color: #EC780A;
}
.TagClassName
{
border-color: #EC780A;
}
</style>