Shades of Mango Tango #E77015
Tints of Mango Tango #E77015
RGB
CMYK
RGB Variations
Color information
#E77015 (or 0xE77015) is known color: Mango Tango. HEX triplet: E7, 70 and 15. RGB value is (231,112,21). Sum of RGB (Red+Green+Blue) = 231+112+21=364 (48% of max value = 765). Red value is 231 (90.62% from 255 or 63.46% from 364); Green value is 112 (44.14% from 255 or 30.77% from 364); Blue value is 21 (8.59% from 255 or 5.77% from 364); Max value from RGB is 231 - color contains mainly: red. Hex color #E77015 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E77015 is #188FEA. Grayscale: #898989. Windows color (decimal): -1609707 or 1405159. OLE color: 1405159.
HSL color Cylindrical-coordinate representation of color #E77015: hue angle of 26º degrees, saturation: 0.83, 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 #E77015 is Cyan = 0, Magento = 0.52, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 112 | 21 | - |
| CMYK | 0 | 0.52 | 0.91 | 0.09 |
| HSL | 26º | 0.83% | 0.49% | - |
| HSV(B) | 26º | 0.91% | 0.91% | - |
| XYZ | 38.88 | 28.63 | 4.19 | - |
| YUV | 137.21 | 62.42 | 194.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 112 | 21 | 0 | 0.52 | 0.91 | 0.09 | 26 | 0.83 | 0.49 |
| Hex | E7 | 70 | 15 | 0 | 34 | 5B | 9 | 1A | 53 | 31 |
| Octal | 347 | 160 | 25 | 0 | 64 | 133 | 11 | 32 | 123 | 61 |
| Binary | 11100111 | 1110000 | 10101 | 0 | 110100 | 1011011 | 1001 | 11010 | 1010011 | 110001 |
Color Harmonies of #E77015
Complementary color
Monochromatic Colors of #E77015
Black with #E77015
Text Example
Text Example
White with #E77015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77015; }
p { color: rgb(231,112,21); }
H1.HeaderClassName
{
color: #E77015;
}
.AnyTagClassName
{
color: #E77015;
}
</style>
background-color css
<style>
a { background-color: #E77015; }
a { background-color: rgb(231,112,21); }
div.DivClassName
{
background-color: #E77015;
}
.BgClassName
{
background-color: #E77015;
}
</style>
border-color css
<style>
span { border-color: #E77015; }
span { border-color: rgb(231,112,21); }
td.TdClassName
{
border-color: #E77015;
}
.TagClassName
{
border-color: #E77015;
}
</style>