Shades of Mango Tango #EC7A07
Tints of Mango Tango #EC7A07
RGB
CMYK
RGB Variations
Color information
#EC7A07 (or 0xEC7A07) is known color: Mango Tango. HEX triplet: EC, 7A and 07. RGB value is (236,122,7). Sum of RGB (Red+Green+Blue) = 236+122+7=365 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.66% from 365); Green value is 122 (48.05% from 255 or 33.42% from 365); Blue value is 7 (3.12% from 255 or 1.92% from 365); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7A07 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC7A07 is #1385F8. Grayscale: #8F8F8F. Windows color (decimal): -1279481 or 490220. OLE color: 490220.
HSL color Cylindrical-coordinate representation of color #EC7A07: hue angle of 30.13º 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 #EC7A07 is Cyan = 0, Magento = 0.48, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 122 | 7 | - |
| CMYK | 0 | 0.48 | 0.97 | 0.07 |
| HSL | 30.13º | 0.94% | 0.48% | - |
| HSV(B) | 30.13º | 0.97% | 0.93% | - |
| XYZ | 41.59 | 31.77 | 4.14 | - |
| YUV | 142.98 | 51.27 | 194.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 122 | 7 | 0 | 0.48 | 0.97 | 0.07 | 30.13 | 0.94 | 0.48 |
| Hex | EC | 7A | 7 | 0 | 30 | 61 | 7 | 1E | 5E | 30 |
| Octal | 354 | 172 | 7 | 0 | 60 | 141 | 7 | 36 | 136 | 60 |
| Binary | 11101100 | 1111010 | 111 | 0 | 110000 | 1100001 | 111 | 11110 | 1011110 | 110000 |
Color Harmonies of #EC7A07
Complementary color
Monochromatic Colors of #EC7A07
Black with #EC7A07
Text Example
Text Example
White with #EC7A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7A07; }
p { color: rgb(236,122,7); }
H1.HeaderClassName
{
color: #EC7A07;
}
.AnyTagClassName
{
color: #EC7A07;
}
</style>
background-color css
<style>
a { background-color: #EC7A07; }
a { background-color: rgb(236,122,7); }
div.DivClassName
{
background-color: #EC7A07;
}
.BgClassName
{
background-color: #EC7A07;
}
</style>
border-color css
<style>
span { border-color: #EC7A07; }
span { border-color: rgb(236,122,7); }
td.TdClassName
{
border-color: #EC7A07;
}
.TagClassName
{
border-color: #EC7A07;
}
</style>