Shades of Mango Tango #EC7806
Tints of Mango Tango #EC7806
RGB
CMYK
RGB Variations
Color information
#EC7806 (or 0xEC7806) is known color: Mango Tango. HEX triplet: EC, 78 and 06. RGB value is (236,120,6). Sum of RGB (Red+Green+Blue) = 236+120+6=362 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.19% from 362); Green value is 120 (47.27% from 255 or 33.15% from 362); Blue value is 6 (2.73% from 255 or 1.66% from 362); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7806 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC7806 is #1387F9. Grayscale: #8E8E8E. Windows color (decimal): -1279994 or 424172. OLE color: 424172.
HSL color Cylindrical-coordinate representation of color #EC7806: hue angle of 29.74º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EC7806 is Cyan = 0, Magento = 0.49, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 120 | 6 | - |
| CMYK | 0 | 0.49 | 0.97 | 0.07 |
| HSL | 29.74º | 0.95% | 0.47% | - |
| HSV(B) | 29.74º | 0.97% | 0.93% | - |
| XYZ | 41.34 | 31.28 | 4.03 | - |
| YUV | 141.69 | 51.43 | 195.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 120 | 6 | 0 | 0.49 | 0.97 | 0.07 | 29.74 | 0.95 | 0.47 |
| Hex | EC | 78 | 6 | 0 | 31 | 61 | 7 | 1E | 5F | 2F |
| Octal | 354 | 170 | 6 | 0 | 61 | 141 | 7 | 36 | 137 | 57 |
| Binary | 11101100 | 1111000 | 110 | 0 | 110001 | 1100001 | 111 | 11110 | 1011111 | 101111 |
Color Harmonies of #EC7806
Complementary color
Monochromatic Colors of #EC7806
Black with #EC7806
Text Example
Text Example
White with #EC7806
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7806; }
p { color: rgb(236,120,6); }
H1.HeaderClassName
{
color: #EC7806;
}
.AnyTagClassName
{
color: #EC7806;
}
</style>
background-color css
<style>
a { background-color: #EC7806; }
a { background-color: rgb(236,120,6); }
div.DivClassName
{
background-color: #EC7806;
}
.BgClassName
{
background-color: #EC7806;
}
</style>
border-color css
<style>
span { border-color: #EC7806; }
span { border-color: rgb(236,120,6); }
td.TdClassName
{
border-color: #EC7806;
}
.TagClassName
{
border-color: #EC7806;
}
</style>