Shades of Mango Tango #E77114
Tints of Mango Tango #E77114
RGB
CMYK
RGB Variations
Color information
#E77114 (or 0xE77114) is known color: Mango Tango. HEX triplet: E7, 71 and 14. RGB value is (231,113,20). Sum of RGB (Red+Green+Blue) = 231+113+20=364 (48% of max value = 765). Red value is 231 (90.62% from 255 or 63.46% from 364); Green value is 113 (44.53% from 255 or 31.04% from 364); Blue value is 20 (8.20% from 255 or 5.49% from 364); Max value from RGB is 231 - color contains mainly: red. Hex color #E77114 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E77114 is #188EEB. Grayscale: #8A8A8A. Windows color (decimal): -1609452 or 1339879. OLE color: 1339879.
HSL color Cylindrical-coordinate representation of color #E77114: hue angle of 26.45º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E77114 is Cyan = 0, Magento = 0.51, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 113 | 20 | - |
| CMYK | 0 | 0.51 | 0.91 | 0.09 |
| HSL | 26.45º | 0.84% | 0.49% | - |
| HSV(B) | 26.45º | 0.91% | 0.91% | - |
| XYZ | 38.99 | 28.85 | 4.18 | - |
| YUV | 137.68 | 61.59 | 194.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 113 | 20 | 0 | 0.51 | 0.91 | 0.09 | 26.45 | 0.84 | 0.49 |
| Hex | E7 | 71 | 14 | 0 | 33 | 5B | 9 | 1A | 54 | 31 |
| Octal | 347 | 161 | 24 | 0 | 63 | 133 | 11 | 32 | 124 | 61 |
| Binary | 11100111 | 1110001 | 10100 | 0 | 110011 | 1011011 | 1001 | 11010 | 1010100 | 110001 |
Color Harmonies of #E77114
Complementary color
Monochromatic Colors of #E77114
Black with #E77114
Text Example
Text Example
White with #E77114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77114; }
p { color: rgb(231,113,20); }
H1.HeaderClassName
{
color: #E77114;
}
.AnyTagClassName
{
color: #E77114;
}
</style>
background-color css
<style>
a { background-color: #E77114; }
a { background-color: rgb(231,113,20); }
div.DivClassName
{
background-color: #E77114;
}
.BgClassName
{
background-color: #E77114;
}
</style>
border-color css
<style>
span { border-color: #E77114; }
span { border-color: rgb(231,113,20); }
td.TdClassName
{
border-color: #E77114;
}
.TagClassName
{
border-color: #E77114;
}
</style>