Shades of Mango Tango #E77A06
Tints of Mango Tango #E77A06
RGB
CMYK
RGB Variations
Color information
#E77A06 (or 0xE77A06) is known color: Mango Tango. HEX triplet: E7, 7A and 06. RGB value is (231,122,6). Sum of RGB (Red+Green+Blue) = 231+122+6=359 (47% of max value = 765). Red value is 231 (90.62% from 255 or 64.35% from 359); Green value is 122 (48.05% from 255 or 33.98% from 359); Blue value is 6 (2.73% from 255 or 1.67% from 359); Max value from RGB is 231 - color contains mainly: red. Hex color #E77A06 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E77A06 is #1885F9. Grayscale: #8D8D8D. Windows color (decimal): -1607162 or 424679. OLE color: 424679.
HSL color Cylindrical-coordinate representation of color #E77A06: hue angle of 30.93º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E77A06 is Cyan = 0, Magento = 0.47, Yellow = 0.97 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 122 | 6 | - |
| CMYK | 0 | 0.47 | 0.97 | 0.09 |
| HSL | 30.93º | 0.95% | 0.46% | - |
| HSV(B) | 30.93º | 0.97% | 0.91% | - |
| XYZ | 39.95 | 30.92 | 4.04 | - |
| YUV | 141.37 | 51.61 | 191.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 122 | 6 | 0 | 0.47 | 0.97 | 0.09 | 30.93 | 0.95 | 0.46 |
| Hex | E7 | 7A | 6 | 0 | 2F | 61 | 9 | 1F | 5F | 2E |
| Octal | 347 | 172 | 6 | 0 | 57 | 141 | 11 | 37 | 137 | 56 |
| Binary | 11100111 | 1111010 | 110 | 0 | 101111 | 1100001 | 1001 | 11111 | 1011111 | 101110 |
Color Harmonies of #E77A06
Complementary color
Monochromatic Colors of #E77A06
Black with #E77A06
Text Example
Text Example
White with #E77A06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77A06; }
p { color: rgb(231,122,6); }
H1.HeaderClassName
{
color: #E77A06;
}
.AnyTagClassName
{
color: #E77A06;
}
</style>
background-color css
<style>
a { background-color: #E77A06; }
a { background-color: rgb(231,122,6); }
div.DivClassName
{
background-color: #E77A06;
}
.BgClassName
{
background-color: #E77A06;
}
</style>
border-color css
<style>
span { border-color: #E77A06; }
span { border-color: rgb(231,122,6); }
td.TdClassName
{
border-color: #E77A06;
}
.TagClassName
{
border-color: #E77A06;
}
</style>