Shades of Mango Tango #E77000
Tints of Mango Tango #E77000
RGB
CMYK
RGB Variations
Color information
#E77000 (or 0xE77000) is known color: Mango Tango. HEX triplet: E7, 70 and 00. RGB value is (231,112,0). Sum of RGB (Red+Green+Blue) = 231+112+0=343 (45% of max value = 765). Red value is 231 (90.62% from 255 or 67.35% from 343); Green value is 112 (44.14% from 255 or 32.65% from 343); Blue value is 0 (0.39% from 255 or 0% from 343); Max value from RGB is 231 - color contains mainly: red. Hex color #E77000 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E77000 is #188FFF. Grayscale: #878787. Windows color (decimal): -1609728 or 28903. OLE color: 28903.
HSL color Cylindrical-coordinate representation of color #E77000: hue angle of 29.09º 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 #E77000 is Cyan = 0, Magento = 0.52, Yellow = 1 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 112 | 0 | - |
| CMYK | 0 | 0.52 | 1 | 0.09 |
| HSL | 29.09º | 1% | 0.45% | - |
| HSV(B) | 29.09º | 1% | 0.91% | - |
| XYZ | 38.75 | 28.58 | 3.47 | - |
| YUV | 134.81 | 51.92 | 196.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 112 | 0 | 0 | 0.52 | 1 | 0.09 | 29.09 | 1 | 0.45 |
| Hex | E7 | 70 | 0 | 0 | 34 | 64 | 9 | 1D | 64 | 2D |
| Octal | 347 | 160 | 0 | 0 | 64 | 144 | 11 | 35 | 144 | 55 |
| Binary | 11100111 | 1110000 | 0 | 0 | 110100 | 1100100 | 1001 | 11101 | 1100100 | 101101 |
Color Harmonies of #E77000
Complementary color
Monochromatic Colors of #E77000
Black with #E77000
Text Example
Text Example
White with #E77000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77000; }
p { color: rgb(231,112,0); }
H1.HeaderClassName
{
color: #E77000;
}
.AnyTagClassName
{
color: #E77000;
}
</style>
background-color css
<style>
a { background-color: #E77000; }
a { background-color: rgb(231,112,0); }
div.DivClassName
{
background-color: #E77000;
}
.BgClassName
{
background-color: #E77000;
}
</style>
border-color css
<style>
span { border-color: #E77000; }
span { border-color: rgb(231,112,0); }
td.TdClassName
{
border-color: #E77000;
}
.TagClassName
{
border-color: #E77000;
}
</style>