Shades of Mango Tango #EC7C07
Tints of Mango Tango #EC7C07
RGB
CMYK
RGB Variations
Color information
#EC7C07 (or 0xEC7C07) is known color: Mango Tango. HEX triplet: EC, 7C and 07. RGB value is (236,124,7). Sum of RGB (Red+Green+Blue) = 236+124+7=367 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.31% from 367); Green value is 124 (48.83% from 255 or 33.79% from 367); Blue value is 7 (3.12% from 255 or 1.91% from 367); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7C07 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC7C07 is #1383F8. Grayscale: #909090. Windows color (decimal): -1278969 or 490732. OLE color: 490732.
HSL color Cylindrical-coordinate representation of color #EC7C07: hue angle of 30.66º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EC7C07 is Cyan = 0, Magento = 0.47, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 124 | 7 | - |
| CMYK | 0 | 0.47 | 0.97 | 0.07 |
| HSL | 30.66º | 0.94% | 0.48% | - |
| HSV(B) | 30.66º | 0.97% | 0.93% | - |
| XYZ | 41.84 | 32.26 | 4.22 | - |
| YUV | 144.15 | 50.61 | 193.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 124 | 7 | 0 | 0.47 | 0.97 | 0.07 | 30.66 | 0.94 | 0.48 |
| Hex | EC | 7C | 7 | 0 | 2F | 61 | 7 | 1F | 5E | 30 |
| Octal | 354 | 174 | 7 | 0 | 57 | 141 | 7 | 37 | 136 | 60 |
| Binary | 11101100 | 1111100 | 111 | 0 | 101111 | 1100001 | 111 | 11111 | 1011110 | 110000 |
Color Harmonies of #EC7C07
Complementary color
Monochromatic Colors of #EC7C07
Black with #EC7C07
Text Example
Text Example
White with #EC7C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7C07; }
p { color: rgb(236,124,7); }
H1.HeaderClassName
{
color: #EC7C07;
}
.AnyTagClassName
{
color: #EC7C07;
}
</style>
background-color css
<style>
a { background-color: #EC7C07; }
a { background-color: rgb(236,124,7); }
div.DivClassName
{
background-color: #EC7C07;
}
.BgClassName
{
background-color: #EC7C07;
}
</style>
border-color css
<style>
span { border-color: #EC7C07; }
span { border-color: rgb(236,124,7); }
td.TdClassName
{
border-color: #EC7C07;
}
.TagClassName
{
border-color: #EC7C07;
}
</style>