Shades of Mango Tango #E77A00
Tints of Mango Tango #E77A00
RGB
CMYK
RGB Variations
Color information
#E77A00 (or 0xE77A00) is known color: Mango Tango. HEX triplet: E7, 7A and 00. RGB value is (231,122,0). Sum of RGB (Red+Green+Blue) = 231+122+0=353 (46% of max value = 765). Red value is 231 (90.62% from 255 or 65.44% from 353); Green value is 122 (48.05% from 255 or 34.56% from 353); Blue value is 0 (0.39% from 255 or 0% from 353); Max value from RGB is 231 - color contains mainly: red. Hex color #E77A00 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E77A00 is #1885FF. Grayscale: #8D8D8D. Windows color (decimal): -1607168 or 31463. OLE color: 31463.
HSL color Cylindrical-coordinate representation of color #E77A00: hue angle of 31.69º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E77A00 is Cyan = 0, Magento = 0.47, Yellow = 1 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 122 | 0 | - |
| CMYK | 0 | 0.47 | 1 | 0.09 |
| HSL | 31.69º | 1% | 0.45% | - |
| HSV(B) | 31.69º | 1% | 0.91% | - |
| XYZ | 39.91 | 30.91 | 3.86 | - |
| YUV | 140.68 | 48.61 | 192.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 122 | 0 | 0 | 0.47 | 1 | 0.09 | 31.69 | 1 | 0.45 |
| Hex | E7 | 7A | 0 | 0 | 2F | 64 | 9 | 20 | 64 | 2D |
| Octal | 347 | 172 | 0 | 0 | 57 | 144 | 11 | 40 | 144 | 55 |
| Binary | 11100111 | 1111010 | 0 | 0 | 101111 | 1100100 | 1001 | 100000 | 1100100 | 101101 |
Color Harmonies of #E77A00
Complementary color
Monochromatic Colors of #E77A00
Black with #E77A00
Text Example
Text Example
White with #E77A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77A00; }
p { color: rgb(231,122,0); }
H1.HeaderClassName
{
color: #E77A00;
}
.AnyTagClassName
{
color: #E77A00;
}
</style>
background-color css
<style>
a { background-color: #E77A00; }
a { background-color: rgb(231,122,0); }
div.DivClassName
{
background-color: #E77A00;
}
.BgClassName
{
background-color: #E77A00;
}
</style>
border-color css
<style>
span { border-color: #E77A00; }
span { border-color: rgb(231,122,0); }
td.TdClassName
{
border-color: #E77A00;
}
.TagClassName
{
border-color: #E77A00;
}
</style>