Shades of Mango Tango #E76E10
Tints of Mango Tango #E76E10
RGB
CMYK
RGB Variations
Color information
#E76E10 (or 0xE76E10) is known color: Mango Tango. HEX triplet: E7, 6E and 10. RGB value is (231,110,16). Sum of RGB (Red+Green+Blue) = 231+110+16=357 (47% of max value = 765). Red value is 231 (90.62% from 255 or 64.71% from 357); Green value is 110 (43.36% from 255 or 30.81% from 357); Blue value is 16 (6.64% from 255 or 4.48% from 357); Max value from RGB is 231 - color contains mainly: red. Hex color #E76E10 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E76E10 is #1891EF. Grayscale: #878787. Windows color (decimal): -1610224 or 1076967. OLE color: 1076967.
HSL color Cylindrical-coordinate representation of color #E76E10: hue angle of 26.23º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E76E10 is Cyan = 0, Magento = 0.52, Yellow = 0.93 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 110 | 16 | - |
| CMYK | 0 | 0.52 | 0.93 | 0.09 |
| HSL | 26.23º | 0.87% | 0.48% | - |
| HSV(B) | 26.23º | 0.93% | 0.91% | - |
| XYZ | 38.62 | 28.18 | 3.89 | - |
| YUV | 135.46 | 60.59 | 196.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 110 | 16 | 0 | 0.52 | 0.93 | 0.09 | 26.23 | 0.87 | 0.48 |
| Hex | E7 | 6E | 10 | 0 | 34 | 5D | 9 | 1A | 57 | 30 |
| Octal | 347 | 156 | 20 | 0 | 64 | 135 | 11 | 32 | 127 | 60 |
| Binary | 11100111 | 1101110 | 10000 | 0 | 110100 | 1011101 | 1001 | 11010 | 1010111 | 110000 |
Color Harmonies of #E76E10
Complementary color
Monochromatic Colors of #E76E10
Black with #E76E10
Text Example
Text Example
White with #E76E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76E10; }
p { color: rgb(231,110,16); }
H1.HeaderClassName
{
color: #E76E10;
}
.AnyTagClassName
{
color: #E76E10;
}
</style>
background-color css
<style>
a { background-color: #E76E10; }
a { background-color: rgb(231,110,16); }
div.DivClassName
{
background-color: #E76E10;
}
.BgClassName
{
background-color: #E76E10;
}
</style>
border-color css
<style>
span { border-color: #E76E10; }
span { border-color: rgb(231,110,16); }
td.TdClassName
{
border-color: #E76E10;
}
.TagClassName
{
border-color: #E76E10;
}
</style>