Shades of Mango Tango #E77E14
Tints of Mango Tango #E77E14
RGB
CMYK
RGB Variations
Color information
#E77E14 (or 0xE77E14) is known color: Mango Tango. HEX triplet: E7, 7E and 14. RGB value is (231,126,20). Sum of RGB (Red+Green+Blue) = 231+126+20=377 (49% of max value = 765). Red value is 231 (90.62% from 255 or 61.27% from 377); Green value is 126 (49.61% from 255 or 33.42% from 377); Blue value is 20 (8.20% from 255 or 5.31% from 377); Max value from RGB is 231 - color contains mainly: red. Hex color #E77E14 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E77E14 is #1881EB. Grayscale: #919191. Windows color (decimal): -1606124 or 1343207. OLE color: 1343207.
HSL color Cylindrical-coordinate representation of color #E77E14: hue angle of 30.14º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E77E14 is Cyan = 0, Magento = 0.45, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 126 | 20 | - |
| CMYK | 0 | 0.45 | 0.91 | 0.09 |
| HSL | 30.14º | 0.84% | 0.49% | - |
| HSV(B) | 30.14º | 0.91% | 0.91% | - |
| XYZ | 40.54 | 31.96 | 4.69 | - |
| YUV | 145.31 | 57.29 | 189.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 126 | 20 | 0 | 0.45 | 0.91 | 0.09 | 30.14 | 0.84 | 0.49 |
| Hex | E7 | 7E | 14 | 0 | 2D | 5B | 9 | 1E | 54 | 31 |
| Octal | 347 | 176 | 24 | 0 | 55 | 133 | 11 | 36 | 124 | 61 |
| Binary | 11100111 | 1111110 | 10100 | 0 | 101101 | 1011011 | 1001 | 11110 | 1010100 | 110001 |
Color Harmonies of #E77E14
Complementary color
Monochromatic Colors of #E77E14
Black with #E77E14
Text Example
Text Example
White with #E77E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77E14; }
p { color: rgb(231,126,20); }
H1.HeaderClassName
{
color: #E77E14;
}
.AnyTagClassName
{
color: #E77E14;
}
</style>
background-color css
<style>
a { background-color: #E77E14; }
a { background-color: rgb(231,126,20); }
div.DivClassName
{
background-color: #E77E14;
}
.BgClassName
{
background-color: #E77E14;
}
</style>
border-color css
<style>
span { border-color: #E77E14; }
span { border-color: rgb(231,126,20); }
td.TdClassName
{
border-color: #E77E14;
}
.TagClassName
{
border-color: #E77E14;
}
</style>