Shades of Mango Tango #E77211
Tints of Mango Tango #E77211
RGB
CMYK
RGB Variations
Color information
#E77211 (or 0xE77211) is known color: Mango Tango. HEX triplet: E7, 72 and 11. RGB value is (231,114,17). Sum of RGB (Red+Green+Blue) = 231+114+17=362 (47% of max value = 765). Red value is 231 (90.62% from 255 or 63.81% from 362); Green value is 114 (44.92% from 255 or 31.49% from 362); Blue value is 17 (7.03% from 255 or 4.70% from 362); Max value from RGB is 231 - color contains mainly: red. Hex color #E77211 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E77211 is #188DEE. Grayscale: #8A8A8A. Windows color (decimal): -1609199 or 1143527. OLE color: 1143527.
HSL color Cylindrical-coordinate representation of color #E77211: hue angle of 27.2º 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 #E77211 is Cyan = 0, Magento = 0.51, Yellow = 0.93 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 114 | 17 | - |
| CMYK | 0 | 0.51 | 0.93 | 0.09 |
| HSL | 27.2º | 0.86% | 0.49% | - |
| HSV(B) | 27.2º | 0.93% | 0.91% | - |
| XYZ | 39.07 | 29.06 | 4.08 | - |
| YUV | 137.93 | 59.76 | 194.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 114 | 17 | 0 | 0.51 | 0.93 | 0.09 | 27.2 | 0.86 | 0.49 |
| Hex | E7 | 72 | 11 | 0 | 33 | 5D | 9 | 1B | 56 | 31 |
| Octal | 347 | 162 | 21 | 0 | 63 | 135 | 11 | 33 | 126 | 61 |
| Binary | 11100111 | 1110010 | 10001 | 0 | 110011 | 1011101 | 1001 | 11011 | 1010110 | 110001 |
Color Harmonies of #E77211
Complementary color
Monochromatic Colors of #E77211
Black with #E77211
Text Example
Text Example
White with #E77211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77211; }
p { color: rgb(231,114,17); }
H1.HeaderClassName
{
color: #E77211;
}
.AnyTagClassName
{
color: #E77211;
}
</style>
background-color css
<style>
a { background-color: #E77211; }
a { background-color: rgb(231,114,17); }
div.DivClassName
{
background-color: #E77211;
}
.BgClassName
{
background-color: #E77211;
}
</style>
border-color css
<style>
span { border-color: #E77211; }
span { border-color: rgb(231,114,17); }
td.TdClassName
{
border-color: #E77211;
}
.TagClassName
{
border-color: #E77211;
}
</style>