Shades of Mango Tango #E76D13
Tints of Mango Tango #E76D13
RGB
CMYK
RGB Variations
Color information
#E76D13 (or 0xE76D13) is known color: Mango Tango. HEX triplet: E7, 6D and 13. RGB value is (231,109,19). Sum of RGB (Red+Green+Blue) = 231+109+19=359 (47% of max value = 765). Red value is 231 (90.62% from 255 or 64.35% from 359); Green value is 109 (42.97% from 255 or 30.36% from 359); Blue value is 19 (7.81% from 255 or 5.29% from 359); Max value from RGB is 231 - color contains mainly: red. Hex color #E76D13 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E76D13 is #1892EC. Grayscale: #878787. Windows color (decimal): -1610477 or 1273319. OLE color: 1273319.
HSL color Cylindrical-coordinate representation of color #E76D13: hue angle of 25.47º degrees, saturation: 0.85, 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 #E76D13 is Cyan = 0, Magento = 0.53, Yellow = 0.92 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 109 | 19 | - |
| CMYK | 0 | 0.53 | 0.92 | 0.09 |
| HSL | 25.47º | 0.85% | 0.49% | - |
| HSV(B) | 25.47º | 0.92% | 0.91% | - |
| XYZ | 38.54 | 27.97 | 3.98 | - |
| YUV | 135.22 | 62.42 | 196.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 109 | 19 | 0 | 0.53 | 0.92 | 0.09 | 25.47 | 0.85 | 0.49 |
| Hex | E7 | 6D | 13 | 0 | 35 | 5C | 9 | 19 | 55 | 31 |
| Octal | 347 | 155 | 23 | 0 | 65 | 134 | 11 | 31 | 125 | 61 |
| Binary | 11100111 | 1101101 | 10011 | 0 | 110101 | 1011100 | 1001 | 11001 | 1010101 | 110001 |
Color Harmonies of #E76D13
Complementary color
Monochromatic Colors of #E76D13
Black with #E76D13
Text Example
Text Example
White with #E76D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76D13; }
p { color: rgb(231,109,19); }
H1.HeaderClassName
{
color: #E76D13;
}
.AnyTagClassName
{
color: #E76D13;
}
</style>
background-color css
<style>
a { background-color: #E76D13; }
a { background-color: rgb(231,109,19); }
div.DivClassName
{
background-color: #E76D13;
}
.BgClassName
{
background-color: #E76D13;
}
</style>
border-color css
<style>
span { border-color: #E76D13; }
span { border-color: rgb(231,109,19); }
td.TdClassName
{
border-color: #E76D13;
}
.TagClassName
{
border-color: #E76D13;
}
</style>