Shades of Mango Tango #E77C12
Tints of Mango Tango #E77C12
RGB
CMYK
RGB Variations
Color information
#E77C12 (or 0xE77C12) is known color: Mango Tango. HEX triplet: E7, 7C and 12. RGB value is (231,124,18). Sum of RGB (Red+Green+Blue) = 231+124+18=373 (49% of max value = 765). Red value is 231 (90.62% from 255 or 61.93% from 373); Green value is 124 (48.83% from 255 or 33.24% from 373); Blue value is 18 (7.42% from 255 or 4.83% from 373); Max value from RGB is 231 - color contains mainly: red. Hex color #E77C12 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E77C12 is #1883ED. Grayscale: #909090. Windows color (decimal): -1606638 or 1211623. OLE color: 1211623.
HSL color Cylindrical-coordinate representation of color #E77C12: hue angle of 29.86º 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 #E77C12 is Cyan = 0, Magento = 0.46, Yellow = 0.92 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 124 | 18 | - |
| CMYK | 0 | 0.46 | 0.92 | 0.09 |
| HSL | 29.86º | 0.86% | 0.49% | - |
| HSV(B) | 29.86º | 0.92% | 0.91% | - |
| XYZ | 40.27 | 31.45 | 4.52 | - |
| YUV | 143.91 | 56.95 | 190.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 124 | 18 | 0 | 0.46 | 0.92 | 0.09 | 29.86 | 0.86 | 0.49 |
| Hex | E7 | 7C | 12 | 0 | 2E | 5C | 9 | 1E | 56 | 31 |
| Octal | 347 | 174 | 22 | 0 | 56 | 134 | 11 | 36 | 126 | 61 |
| Binary | 11100111 | 1111100 | 10010 | 0 | 101110 | 1011100 | 1001 | 11110 | 1010110 | 110001 |
Color Harmonies of #E77C12
Complementary color
Monochromatic Colors of #E77C12
Black with #E77C12
Text Example
Text Example
White with #E77C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77C12; }
p { color: rgb(231,124,18); }
H1.HeaderClassName
{
color: #E77C12;
}
.AnyTagClassName
{
color: #E77C12;
}
</style>
background-color css
<style>
a { background-color: #E77C12; }
a { background-color: rgb(231,124,18); }
div.DivClassName
{
background-color: #E77C12;
}
.BgClassName
{
background-color: #E77C12;
}
</style>
border-color css
<style>
span { border-color: #E77C12; }
span { border-color: rgb(231,124,18); }
td.TdClassName
{
border-color: #E77C12;
}
.TagClassName
{
border-color: #E77C12;
}
</style>