Shades of Mango Tango #EC7805
Tints of Mango Tango #EC7805
RGB
CMYK
RGB Variations
Color information
#EC7805 (or 0xEC7805) is known color: Mango Tango. HEX triplet: EC, 78 and 05. RGB value is (236,120,5). Sum of RGB (Red+Green+Blue) = 236+120+5=361 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.37% from 361); Green value is 120 (47.27% from 255 or 33.24% from 361); Blue value is 5 (2.34% from 255 or 1.39% from 361); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7805 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC7805 is #1387FA. Grayscale: #8E8E8E. Windows color (decimal): -1279995 or 358636. OLE color: 358636.
HSL color Cylindrical-coordinate representation of color #EC7805: hue angle of 29.87º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EC7805 is Cyan = 0, Magento = 0.49, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 120 | 5 | - |
| CMYK | 0 | 0.49 | 0.98 | 0.07 |
| HSL | 29.87º | 0.96% | 0.47% | - |
| HSV(B) | 29.87º | 0.98% | 0.93% | - |
| XYZ | 41.34 | 31.28 | 4 | - |
| YUV | 141.57 | 50.93 | 195.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 120 | 5 | 0 | 0.49 | 0.98 | 0.07 | 29.87 | 0.96 | 0.47 |
| Hex | EC | 78 | 5 | 0 | 31 | 62 | 7 | 1E | 60 | 2F |
| Octal | 354 | 170 | 5 | 0 | 61 | 142 | 7 | 36 | 140 | 57 |
| Binary | 11101100 | 1111000 | 101 | 0 | 110001 | 1100010 | 111 | 11110 | 1100000 | 101111 |
Color Harmonies of #EC7805
Complementary color
Monochromatic Colors of #EC7805
Black with #EC7805
Text Example
Text Example
White with #EC7805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7805; }
p { color: rgb(236,120,5); }
H1.HeaderClassName
{
color: #EC7805;
}
.AnyTagClassName
{
color: #EC7805;
}
</style>
background-color css
<style>
a { background-color: #EC7805; }
a { background-color: rgb(236,120,5); }
div.DivClassName
{
background-color: #EC7805;
}
.BgClassName
{
background-color: #EC7805;
}
</style>
border-color css
<style>
span { border-color: #EC7805; }
span { border-color: rgb(236,120,5); }
td.TdClassName
{
border-color: #EC7805;
}
.TagClassName
{
border-color: #EC7805;
}
</style>