Shades of Mango Tango #E76C11
Tints of Mango Tango #E76C11
RGB
CMYK
RGB Variations
Color information
#E76C11 (or 0xE76C11) is known color: Mango Tango. HEX triplet: E7, 6C and 11. RGB value is (231,108,17). Sum of RGB (Red+Green+Blue) = 231+108+17=356 (47% of max value = 765). Red value is 231 (90.62% from 255 or 64.89% from 356); Green value is 108 (42.58% from 255 or 30.34% from 356); Blue value is 17 (7.03% from 255 or 4.78% from 356); Max value from RGB is 231 - color contains mainly: red. Hex color #E76C11 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E76C11 is #1893EE. Grayscale: #868686. Windows color (decimal): -1610735 or 1141991. OLE color: 1141991.
HSL color Cylindrical-coordinate representation of color #E76C11: hue angle of 25.51º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E76C11 is Cyan = 0, Magento = 0.53, Yellow = 0.93 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 108 | 17 | - |
| CMYK | 0 | 0.53 | 0.93 | 0.09 |
| HSL | 25.51º | 0.86% | 0.49% | - |
| HSV(B) | 25.51º | 0.93% | 0.91% | - |
| XYZ | 38.42 | 27.75 | 3.86 | - |
| YUV | 134.4 | 61.75 | 196.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 108 | 17 | 0 | 0.53 | 0.93 | 0.09 | 25.51 | 0.86 | 0.49 |
| Hex | E7 | 6C | 11 | 0 | 35 | 5D | 9 | 1A | 56 | 31 |
| Octal | 347 | 154 | 21 | 0 | 65 | 135 | 11 | 32 | 126 | 61 |
| Binary | 11100111 | 1101100 | 10001 | 0 | 110101 | 1011101 | 1001 | 11010 | 1010110 | 110001 |
Color Harmonies of #E76C11
Complementary color
Monochromatic Colors of #E76C11
Black with #E76C11
Text Example
Text Example
White with #E76C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76C11; }
p { color: rgb(231,108,17); }
H1.HeaderClassName
{
color: #E76C11;
}
.AnyTagClassName
{
color: #E76C11;
}
</style>
background-color css
<style>
a { background-color: #E76C11; }
a { background-color: rgb(231,108,17); }
div.DivClassName
{
background-color: #E76C11;
}
.BgClassName
{
background-color: #E76C11;
}
</style>
border-color css
<style>
span { border-color: #E76C11; }
span { border-color: rgb(231,108,17); }
td.TdClassName
{
border-color: #E76C11;
}
.TagClassName
{
border-color: #E76C11;
}
</style>