Shades of Mango Tango #E77116
Tints of Mango Tango #E77116
RGB
CMYK
RGB Variations
Color information
#E77116 (or 0xE77116) is known color: Mango Tango. HEX triplet: E7, 71 and 16. RGB value is (231,113,22). Sum of RGB (Red+Green+Blue) = 231+113+22=366 (48% of max value = 765). Red value is 231 (90.62% from 255 or 63.11% from 366); Green value is 113 (44.53% from 255 or 30.87% from 366); Blue value is 22 (8.98% from 255 or 6.01% from 366); Max value from RGB is 231 - color contains mainly: red. Hex color #E77116 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E77116 is #188EE9. Grayscale: #8A8A8A. Windows color (decimal): -1609450 or 1470951. OLE color: 1470951.
HSL color Cylindrical-coordinate representation of color #E77116: hue angle of 26.12º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E77116 is Cyan = 0, Magento = 0.51, Yellow = 0.90 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 113 | 22 | - |
| CMYK | 0 | 0.51 | 0.90 | 0.09 |
| HSL | 26.12º | 0.83% | 0.5% | - |
| HSV(B) | 26.12º | 0.9% | 0.91% | - |
| XYZ | 39 | 28.86 | 4.27 | - |
| YUV | 137.91 | 62.59 | 194.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 113 | 22 | 0 | 0.51 | 0.90 | 0.09 | 26.12 | 0.83 | 0.5 |
| Hex | E7 | 71 | 16 | 0 | 33 | 5A | 9 | 1A | 53 | 32 |
| Octal | 347 | 161 | 26 | 0 | 63 | 132 | 11 | 32 | 123 | 62 |
| Binary | 11100111 | 1110001 | 10110 | 0 | 110011 | 1011010 | 1001 | 11010 | 1010011 | 110010 |
Color Harmonies of #E77116
Complementary color
Monochromatic Colors of #E77116
Black with #E77116
Text Example
Text Example
White with #E77116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77116; }
p { color: rgb(231,113,22); }
H1.HeaderClassName
{
color: #E77116;
}
.AnyTagClassName
{
color: #E77116;
}
</style>
background-color css
<style>
a { background-color: #E77116; }
a { background-color: rgb(231,113,22); }
div.DivClassName
{
background-color: #E77116;
}
.BgClassName
{
background-color: #E77116;
}
</style>
border-color css
<style>
span { border-color: #E77116; }
span { border-color: rgb(231,113,22); }
td.TdClassName
{
border-color: #E77116;
}
.TagClassName
{
border-color: #E77116;
}
</style>