Shades of Mango Tango #EC780F
Tints of Mango Tango #EC780F
RGB
CMYK
RGB Variations
Color information
#EC780F (or 0xEC780F) is known color: Mango Tango. HEX triplet: EC, 78 and 0F. RGB value is (236,120,15). Sum of RGB (Red+Green+Blue) = 236+120+15=371 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.61% from 371); Green value is 120 (47.27% from 255 or 32.35% from 371); Blue value is 15 (6.25% from 255 or 4.04% from 371); Max value from RGB is 236 - color contains mainly: red. Hex color #EC780F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC780F is #1387F0. Grayscale: #8F8F8F. Windows color (decimal): -1279985 or 1013996. OLE color: 1013996.
HSL color Cylindrical-coordinate representation of color #EC780F: hue angle of 28.51º degrees, saturation: 0.88, 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 #EC780F is Cyan = 0, Magento = 0.49, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 120 | 15 | - |
| CMYK | 0 | 0.49 | 0.94 | 0.07 |
| HSL | 28.51º | 0.88% | 0.49% | - |
| HSV(B) | 28.51º | 0.94% | 0.93% | - |
| XYZ | 41.39 | 31.3 | 4.31 | - |
| YUV | 142.71 | 55.93 | 194.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 120 | 15 | 0 | 0.49 | 0.94 | 0.07 | 28.51 | 0.88 | 0.49 |
| Hex | EC | 78 | F | 0 | 31 | 5E | 7 | 1D | 58 | 31 |
| Octal | 354 | 170 | 17 | 0 | 61 | 136 | 7 | 35 | 130 | 61 |
| Binary | 11101100 | 1111000 | 1111 | 0 | 110001 | 1011110 | 111 | 11101 | 1011000 | 110001 |
Color Harmonies of #EC780F
Complementary color
Monochromatic Colors of #EC780F
Black with #EC780F
Text Example
Text Example
White with #EC780F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC780F; }
p { color: rgb(236,120,15); }
H1.HeaderClassName
{
color: #EC780F;
}
.AnyTagClassName
{
color: #EC780F;
}
</style>
background-color css
<style>
a { background-color: #EC780F; }
a { background-color: rgb(236,120,15); }
div.DivClassName
{
background-color: #EC780F;
}
.BgClassName
{
background-color: #EC780F;
}
</style>
border-color css
<style>
span { border-color: #EC780F; }
span { border-color: rgb(236,120,15); }
td.TdClassName
{
border-color: #EC780F;
}
.TagClassName
{
border-color: #EC780F;
}
</style>