Shades of Mango Tango #E77C0D
Tints of Mango Tango #E77C0D
RGB
CMYK
RGB Variations
Color information
#E77C0D (or 0xE77C0D) is known color: Mango Tango. HEX triplet: E7, 7C and 0D. RGB value is (231,124,13). Sum of RGB (Red+Green+Blue) = 231+124+13=368 (48% of max value = 765). Red value is 231 (90.62% from 255 or 62.77% from 368); Green value is 124 (48.83% from 255 or 33.70% from 368); Blue value is 13 (5.47% from 255 or 3.53% from 368); Max value from RGB is 231 - color contains mainly: red. Hex color #E77C0D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E77C0D is #1883F2. Grayscale: #8F8F8F. Windows color (decimal): -1606643 or 883943. OLE color: 883943.
HSL color Cylindrical-coordinate representation of color #E77C0D: hue angle of 30.55º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E77C0D is Cyan = 0, Magento = 0.46, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 124 | 13 | - |
| CMYK | 0 | 0.46 | 0.94 | 0.09 |
| HSL | 30.55º | 0.89% | 0.48% | - |
| HSV(B) | 30.55º | 0.94% | 0.91% | - |
| XYZ | 40.24 | 31.43 | 4.33 | - |
| YUV | 143.34 | 54.45 | 190.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 124 | 13 | 0 | 0.46 | 0.94 | 0.09 | 30.55 | 0.89 | 0.48 |
| Hex | E7 | 7C | D | 0 | 2E | 5E | 9 | 1F | 59 | 30 |
| Octal | 347 | 174 | 15 | 0 | 56 | 136 | 11 | 37 | 131 | 60 |
| Binary | 11100111 | 1111100 | 1101 | 0 | 101110 | 1011110 | 1001 | 11111 | 1011001 | 110000 |
Color Harmonies of #E77C0D
Complementary color
Monochromatic Colors of #E77C0D
Black with #E77C0D
Text Example
Text Example
White with #E77C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77C0D; }
p { color: rgb(231,124,13); }
H1.HeaderClassName
{
color: #E77C0D;
}
.AnyTagClassName
{
color: #E77C0D;
}
</style>
background-color css
<style>
a { background-color: #E77C0D; }
a { background-color: rgb(231,124,13); }
div.DivClassName
{
background-color: #E77C0D;
}
.BgClassName
{
background-color: #E77C0D;
}
</style>
border-color css
<style>
span { border-color: #E77C0D; }
span { border-color: rgb(231,124,13); }
td.TdClassName
{
border-color: #E77C0D;
}
.TagClassName
{
border-color: #E77C0D;
}
</style>