Shades of Mango Tango #EC7A00
Tints of Mango Tango #EC7A00
RGB
CMYK
RGB Variations
Color information
#EC7A00 (or 0xEC7A00) is known color: Mango Tango. HEX triplet: EC, 7A and 00. RGB value is (236,122,0). Sum of RGB (Red+Green+Blue) = 236+122+0=358 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.92% from 358); Green value is 122 (48.05% from 255 or 34.08% from 358); Blue value is 0 (0.39% from 255 or 0% from 358); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7A00 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC7A00 is #1385FF. Grayscale: #8E8E8E. Windows color (decimal): -1279488 or 31468. OLE color: 31468.
HSL color Cylindrical-coordinate representation of color #EC7A00: hue angle of 31.02º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EC7A00 is Cyan = 0, Magento = 0.48, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 122 | 0 | - |
| CMYK | 0 | 0.48 | 1 | 0.07 |
| HSL | 31.02º | 1% | 0.46% | - |
| HSV(B) | 31.02º | 1% | 0.93% | - |
| XYZ | 41.55 | 31.75 | 3.94 | - |
| YUV | 142.18 | 47.77 | 194.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 122 | 0 | 0 | 0.48 | 1 | 0.07 | 31.02 | 1 | 0.46 |
| Hex | EC | 7A | 0 | 0 | 30 | 64 | 7 | 1F | 64 | 2E |
| Octal | 354 | 172 | 0 | 0 | 60 | 144 | 7 | 37 | 144 | 56 |
| Binary | 11101100 | 1111010 | 0 | 0 | 110000 | 1100100 | 111 | 11111 | 1100100 | 101110 |
Color Harmonies of #EC7A00
Complementary color
Monochromatic Colors of #EC7A00
Black with #EC7A00
Text Example
Text Example
White with #EC7A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7A00; }
p { color: rgb(236,122,0); }
H1.HeaderClassName
{
color: #EC7A00;
}
.AnyTagClassName
{
color: #EC7A00;
}
</style>
background-color css
<style>
a { background-color: #EC7A00; }
a { background-color: rgb(236,122,0); }
div.DivClassName
{
background-color: #EC7A00;
}
.BgClassName
{
background-color: #EC7A00;
}
</style>
border-color css
<style>
span { border-color: #EC7A00; }
span { border-color: rgb(236,122,0); }
td.TdClassName
{
border-color: #EC7A00;
}
.TagClassName
{
border-color: #EC7A00;
}
</style>