Shades of Mango Tango #EC7A08
Tints of Mango Tango #EC7A08
RGB
CMYK
RGB Variations
Color information
#EC7A08 (or 0xEC7A08) is known color: Mango Tango. HEX triplet: EC, 7A and 08. RGB value is (236,122,8). Sum of RGB (Red+Green+Blue) = 236+122+8=366 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.48% from 366); Green value is 122 (48.05% from 255 or 33.33% from 366); Blue value is 8 (3.52% from 255 or 2.19% from 366); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7A08 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC7A08 is #1385F7. Grayscale: #8F8F8F. Windows color (decimal): -1279480 or 555756. OLE color: 555756.
HSL color Cylindrical-coordinate representation of color #EC7A08: hue angle of 30º degrees, saturation: 0.93, 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 #EC7A08 is Cyan = 0, Magento = 0.48, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 122 | 8 | - |
| CMYK | 0 | 0.48 | 0.97 | 0.07 |
| HSL | 30º | 0.93% | 0.48% | - |
| HSV(B) | 30º | 0.97% | 0.93% | - |
| XYZ | 41.6 | 31.77 | 4.17 | - |
| YUV | 143.09 | 51.77 | 194.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 122 | 8 | 0 | 0.48 | 0.97 | 0.07 | 30 | 0.93 | 0.48 |
| Hex | EC | 7A | 8 | 0 | 30 | 61 | 7 | 1E | 5D | 30 |
| Octal | 354 | 172 | 10 | 0 | 60 | 141 | 7 | 36 | 135 | 60 |
| Binary | 11101100 | 1111010 | 1000 | 0 | 110000 | 1100001 | 111 | 11110 | 1011101 | 110000 |
Color Harmonies of #EC7A08
Complementary color
Monochromatic Colors of #EC7A08
Black with #EC7A08
Text Example
Text Example
White with #EC7A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7A08; }
p { color: rgb(236,122,8); }
H1.HeaderClassName
{
color: #EC7A08;
}
.AnyTagClassName
{
color: #EC7A08;
}
</style>
background-color css
<style>
a { background-color: #EC7A08; }
a { background-color: rgb(236,122,8); }
div.DivClassName
{
background-color: #EC7A08;
}
.BgClassName
{
background-color: #EC7A08;
}
</style>
border-color css
<style>
span { border-color: #EC7A08; }
span { border-color: rgb(236,122,8); }
td.TdClassName
{
border-color: #EC7A08;
}
.TagClassName
{
border-color: #EC7A08;
}
</style>