Shades of Mango Tango #EC780E
Tints of Mango Tango #EC780E
RGB
CMYK
RGB Variations
Color information
#EC780E (or 0xEC780E) is known color: Mango Tango. HEX triplet: EC, 78 and 0E. RGB value is (236,120,14). Sum of RGB (Red+Green+Blue) = 236+120+14=370 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.78% from 370); Green value is 120 (47.27% from 255 or 32.43% from 370); Blue value is 14 (5.86% from 255 or 3.78% from 370); Max value from RGB is 236 - color contains mainly: red. Hex color #EC780E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC780E is #1387F1. Grayscale: #8F8F8F. Windows color (decimal): -1279986 or 948460. OLE color: 948460.
HSL color Cylindrical-coordinate representation of color #EC780E: hue angle of 28.65º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EC780E is Cyan = 0, Magento = 0.49, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 120 | 14 | - |
| CMYK | 0 | 0.49 | 0.94 | 0.07 |
| HSL | 28.65º | 0.89% | 0.49% | - |
| HSV(B) | 28.65º | 0.94% | 0.93% | - |
| XYZ | 41.39 | 31.3 | 4.28 | - |
| YUV | 142.6 | 55.43 | 194.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 120 | 14 | 0 | 0.49 | 0.94 | 0.07 | 28.65 | 0.89 | 0.49 |
| Hex | EC | 78 | E | 0 | 31 | 5E | 7 | 1D | 59 | 31 |
| Octal | 354 | 170 | 16 | 0 | 61 | 136 | 7 | 35 | 131 | 61 |
| Binary | 11101100 | 1111000 | 1110 | 0 | 110001 | 1011110 | 111 | 11101 | 1011001 | 110001 |
Color Harmonies of #EC780E
Complementary color
Monochromatic Colors of #EC780E
Black with #EC780E
Text Example
Text Example
White with #EC780E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC780E; }
p { color: rgb(236,120,14); }
H1.HeaderClassName
{
color: #EC780E;
}
.AnyTagClassName
{
color: #EC780E;
}
</style>
background-color css
<style>
a { background-color: #EC780E; }
a { background-color: rgb(236,120,14); }
div.DivClassName
{
background-color: #EC780E;
}
.BgClassName
{
background-color: #EC780E;
}
</style>
border-color css
<style>
span { border-color: #EC780E; }
span { border-color: rgb(236,120,14); }
td.TdClassName
{
border-color: #EC780E;
}
.TagClassName
{
border-color: #EC780E;
}
</style>