Shades of Mango Tango #E77E02
Tints of Mango Tango #E77E02
RGB
CMYK
RGB Variations
Color information
#E77E02 (or 0xE77E02) is known color: Mango Tango. HEX triplet: E7, 7E and 02. RGB value is (231,126,2). Sum of RGB (Red+Green+Blue) = 231+126+2=359 (47% of max value = 765). Red value is 231 (90.62% from 255 or 64.35% from 359); Green value is 126 (49.61% from 255 or 35.10% from 359); Blue value is 2 (1.17% from 255 or 0.56% from 359); Max value from RGB is 231 - color contains mainly: red. Hex color #E77E02 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E77E02 is #1881FD. Grayscale: #8F8F8F. Windows color (decimal): -1606142 or 163559. OLE color: 163559.
HSL color Cylindrical-coordinate representation of color #E77E02: hue angle of 32.49º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E77E02 is Cyan = 0, Magento = 0.45, Yellow = 0.99 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 126 | 2 | - |
| CMYK | 0 | 0.45 | 0.99 | 0.09 |
| HSL | 32.49º | 0.98% | 0.46% | - |
| HSV(B) | 32.49º | 0.99% | 0.91% | - |
| XYZ | 40.43 | 31.92 | 4.09 | - |
| YUV | 143.26 | 48.29 | 190.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 126 | 2 | 0 | 0.45 | 0.99 | 0.09 | 32.49 | 0.98 | 0.46 |
| Hex | E7 | 7E | 2 | 0 | 2D | 63 | 9 | 20 | 62 | 2E |
| Octal | 347 | 176 | 2 | 0 | 55 | 143 | 11 | 40 | 142 | 56 |
| Binary | 11100111 | 1111110 | 10 | 0 | 101101 | 1100011 | 1001 | 100000 | 1100010 | 101110 |
Color Harmonies of #E77E02
Complementary color
Monochromatic Colors of #E77E02
Black with #E77E02
Text Example
Text Example
White with #E77E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77E02; }
p { color: rgb(231,126,2); }
H1.HeaderClassName
{
color: #E77E02;
}
.AnyTagClassName
{
color: #E77E02;
}
</style>
background-color css
<style>
a { background-color: #E77E02; }
a { background-color: rgb(231,126,2); }
div.DivClassName
{
background-color: #E77E02;
}
.BgClassName
{
background-color: #E77E02;
}
</style>
border-color css
<style>
span { border-color: #E77E02; }
span { border-color: rgb(231,126,2); }
td.TdClassName
{
border-color: #E77E02;
}
.TagClassName
{
border-color: #E77E02;
}
</style>