Shades of Mango Tango #E77E12
Tints of Mango Tango #E77E12
RGB
CMYK
RGB Variations
Color information
#E77E12 (or 0xE77E12) is known color: Mango Tango. HEX triplet: E7, 7E and 12. RGB value is (231,126,18). Sum of RGB (Red+Green+Blue) = 231+126+18=375 (49% of max value = 765). Red value is 231 (90.62% from 255 or 61.6% from 375); Green value is 126 (49.61% from 255 or 33.6% from 375); Blue value is 18 (7.42% from 255 or 4.8% from 375); Max value from RGB is 231 - color contains mainly: red. Hex color #E77E12 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E77E12 is #1881ED. Grayscale: #919191. Windows color (decimal): -1606126 or 1212135. OLE color: 1212135.
HSL color Cylindrical-coordinate representation of color #E77E12: hue angle of 30.42º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E77E12 is Cyan = 0, Magento = 0.45, Yellow = 0.92 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 126 | 18 | - |
| CMYK | 0 | 0.45 | 0.92 | 0.09 |
| HSL | 30.42º | 0.86% | 0.49% | - |
| HSV(B) | 30.42º | 0.92% | 0.91% | - |
| XYZ | 40.53 | 31.95 | 4.6 | - |
| YUV | 145.08 | 56.29 | 189.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 126 | 18 | 0 | 0.45 | 0.92 | 0.09 | 30.42 | 0.86 | 0.49 |
| Hex | E7 | 7E | 12 | 0 | 2D | 5C | 9 | 1E | 56 | 31 |
| Octal | 347 | 176 | 22 | 0 | 55 | 134 | 11 | 36 | 126 | 61 |
| Binary | 11100111 | 1111110 | 10010 | 0 | 101101 | 1011100 | 1001 | 11110 | 1010110 | 110001 |
Color Harmonies of #E77E12
Complementary color
Monochromatic Colors of #E77E12
Black with #E77E12
Text Example
Text Example
White with #E77E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77E12; }
p { color: rgb(231,126,18); }
H1.HeaderClassName
{
color: #E77E12;
}
.AnyTagClassName
{
color: #E77E12;
}
</style>
background-color css
<style>
a { background-color: #E77E12; }
a { background-color: rgb(231,126,18); }
div.DivClassName
{
background-color: #E77E12;
}
.BgClassName
{
background-color: #E77E12;
}
</style>
border-color css
<style>
span { border-color: #E77E12; }
span { border-color: rgb(231,126,18); }
td.TdClassName
{
border-color: #E77E12;
}
.TagClassName
{
border-color: #E77E12;
}
</style>