Shades of Mango Tango #EC7911
Tints of Mango Tango #EC7911
RGB
CMYK
RGB Variations
Color information
#EC7911 (or 0xEC7911) is known color: Mango Tango. HEX triplet: EC, 79 and 11. RGB value is (236,121,17). Sum of RGB (Red+Green+Blue) = 236+121+17=374 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.10% from 374); Green value is 121 (47.66% from 255 or 32.35% from 374); Blue value is 17 (7.03% from 255 or 4.55% from 374); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7911 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC7911 is #1386EE. Grayscale: #909090. Windows color (decimal): -1279727 or 1145324. OLE color: 1145324.
HSL color Cylindrical-coordinate representation of color #EC7911: hue angle of 28.49º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EC7911 is Cyan = 0, Magento = 0.49, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 121 | 17 | - |
| CMYK | 0 | 0.49 | 0.93 | 0.07 |
| HSL | 28.49º | 0.87% | 0.5% | - |
| HSV(B) | 28.49º | 0.93% | 0.93% | - |
| XYZ | 41.53 | 31.55 | 4.43 | - |
| YUV | 143.53 | 56.6 | 193.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 121 | 17 | 0 | 0.49 | 0.93 | 0.07 | 28.49 | 0.87 | 0.5 |
| Hex | EC | 79 | 11 | 0 | 31 | 5D | 7 | 1C | 57 | 32 |
| Octal | 354 | 171 | 21 | 0 | 61 | 135 | 7 | 34 | 127 | 62 |
| Binary | 11101100 | 1111001 | 10001 | 0 | 110001 | 1011101 | 111 | 11100 | 1010111 | 110010 |
Color Harmonies of #EC7911
Complementary color
Monochromatic Colors of #EC7911
Black with #EC7911
Text Example
Text Example
White with #EC7911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7911; }
p { color: rgb(236,121,17); }
H1.HeaderClassName
{
color: #EC7911;
}
.AnyTagClassName
{
color: #EC7911;
}
</style>
background-color css
<style>
a { background-color: #EC7911; }
a { background-color: rgb(236,121,17); }
div.DivClassName
{
background-color: #EC7911;
}
.BgClassName
{
background-color: #EC7911;
}
</style>
border-color css
<style>
span { border-color: #EC7911; }
span { border-color: rgb(236,121,17); }
td.TdClassName
{
border-color: #EC7911;
}
.TagClassName
{
border-color: #EC7911;
}
</style>