Shades of Mango Tango #E76D12
Tints of Mango Tango #E76D12
RGB
CMYK
RGB Variations
Color information
#E76D12 (or 0xE76D12) is known color: Mango Tango. HEX triplet: E7, 6D and 12. RGB value is (231,109,18). Sum of RGB (Red+Green+Blue) = 231+109+18=358 (47% of max value = 765). Red value is 231 (90.62% from 255 or 64.53% from 358); Green value is 109 (42.97% from 255 or 30.45% from 358); Blue value is 18 (7.42% from 255 or 5.03% from 358); Max value from RGB is 231 - color contains mainly: red. Hex color #E76D12 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E76D12 is #1892ED. Grayscale: #878787. Windows color (decimal): -1610478 or 1207783. OLE color: 1207783.
HSL color Cylindrical-coordinate representation of color #E76D12: hue angle of 25.63º 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 #E76D12 is Cyan = 0, Magento = 0.53, Yellow = 0.92 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 109 | 18 | - |
| CMYK | 0 | 0.53 | 0.92 | 0.09 |
| HSL | 25.63º | 0.86% | 0.49% | - |
| HSV(B) | 25.63º | 0.92% | 0.91% | - |
| XYZ | 38.53 | 27.97 | 3.94 | - |
| YUV | 135.1 | 61.92 | 196.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 109 | 18 | 0 | 0.53 | 0.92 | 0.09 | 25.63 | 0.86 | 0.49 |
| Hex | E7 | 6D | 12 | 0 | 35 | 5C | 9 | 1A | 56 | 31 |
| Octal | 347 | 155 | 22 | 0 | 65 | 134 | 11 | 32 | 126 | 61 |
| Binary | 11100111 | 1101101 | 10010 | 0 | 110101 | 1011100 | 1001 | 11010 | 1010110 | 110001 |
Color Harmonies of #E76D12
Complementary color
Monochromatic Colors of #E76D12
Black with #E76D12
Text Example
Text Example
White with #E76D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76D12; }
p { color: rgb(231,109,18); }
H1.HeaderClassName
{
color: #E76D12;
}
.AnyTagClassName
{
color: #E76D12;
}
</style>
background-color css
<style>
a { background-color: #E76D12; }
a { background-color: rgb(231,109,18); }
div.DivClassName
{
background-color: #E76D12;
}
.BgClassName
{
background-color: #E76D12;
}
</style>
border-color css
<style>
span { border-color: #E76D12; }
span { border-color: rgb(231,109,18); }
td.TdClassName
{
border-color: #E76D12;
}
.TagClassName
{
border-color: #E76D12;
}
</style>