Shades of Mango Tango #E76D15
Tints of Mango Tango #E76D15
RGB
CMYK
RGB Variations
Color information
#E76D15 (or 0xE76D15) is known color: Mango Tango. HEX triplet: E7, 6D and 15. RGB value is (231,109,21). Sum of RGB (Red+Green+Blue) = 231+109+21=361 (47% of max value = 765). Red value is 231 (90.62% from 255 or 63.99% from 361); Green value is 109 (42.97% from 255 or 30.19% from 361); Blue value is 21 (8.59% from 255 or 5.82% from 361); Max value from RGB is 231 - color contains mainly: red. Hex color #E76D15 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E76D15 is #1892EA. Grayscale: #878787. Windows color (decimal): -1610475 or 1404391. OLE color: 1404391.
HSL color Cylindrical-coordinate representation of color #E76D15: hue angle of 25.14º degrees, saturation: 0.83, 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 #E76D15 is Cyan = 0, Magento = 0.53, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 109 | 21 | - |
| CMYK | 0 | 0.53 | 0.91 | 0.09 |
| HSL | 25.14º | 0.83% | 0.49% | - |
| HSV(B) | 25.14º | 0.91% | 0.91% | - |
| XYZ | 38.56 | 27.98 | 4.08 | - |
| YUV | 135.45 | 63.42 | 196.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 109 | 21 | 0 | 0.53 | 0.91 | 0.09 | 25.14 | 0.83 | 0.49 |
| Hex | E7 | 6D | 15 | 0 | 35 | 5B | 9 | 19 | 53 | 31 |
| Octal | 347 | 155 | 25 | 0 | 65 | 133 | 11 | 31 | 123 | 61 |
| Binary | 11100111 | 1101101 | 10101 | 0 | 110101 | 1011011 | 1001 | 11001 | 1010011 | 110001 |
Color Harmonies of #E76D15
Complementary color
Monochromatic Colors of #E76D15
Black with #E76D15
Text Example
Text Example
White with #E76D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76D15; }
p { color: rgb(231,109,21); }
H1.HeaderClassName
{
color: #E76D15;
}
.AnyTagClassName
{
color: #E76D15;
}
</style>
background-color css
<style>
a { background-color: #E76D15; }
a { background-color: rgb(231,109,21); }
div.DivClassName
{
background-color: #E76D15;
}
.BgClassName
{
background-color: #E76D15;
}
</style>
border-color css
<style>
span { border-color: #E76D15; }
span { border-color: rgb(231,109,21); }
td.TdClassName
{
border-color: #E76D15;
}
.TagClassName
{
border-color: #E76D15;
}
</style>