Shades of Mango Tango #E77216
Tints of Mango Tango #E77216
RGB
CMYK
RGB Variations
Color information
#E77216 (or 0xE77216) is known color: Mango Tango. HEX triplet: E7, 72 and 16. RGB value is (231,114,22). Sum of RGB (Red+Green+Blue) = 231+114+22=367 (48% of max value = 765). Red value is 231 (90.62% from 255 or 62.94% from 367); Green value is 114 (44.92% from 255 or 31.06% from 367); Blue value is 22 (8.98% from 255 or 5.99% from 367); Max value from RGB is 231 - color contains mainly: red. Hex color #E77216 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E77216 is #188DE9. Grayscale: #8A8A8A. Windows color (decimal): -1609194 or 1471207. OLE color: 1471207.
HSL color Cylindrical-coordinate representation of color #E77216: hue angle of 26.41º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E77216 is Cyan = 0, Magento = 0.51, Yellow = 0.90 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 114 | 22 | - |
| CMYK | 0 | 0.51 | 0.90 | 0.09 |
| HSL | 26.41º | 0.83% | 0.5% | - |
| HSV(B) | 26.41º | 0.9% | 0.91% | - |
| XYZ | 39.12 | 29.08 | 4.31 | - |
| YUV | 138.5 | 62.26 | 193.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 114 | 22 | 0 | 0.51 | 0.90 | 0.09 | 26.41 | 0.83 | 0.5 |
| Hex | E7 | 72 | 16 | 0 | 33 | 5A | 9 | 1A | 53 | 32 |
| Octal | 347 | 162 | 26 | 0 | 63 | 132 | 11 | 32 | 123 | 62 |
| Binary | 11100111 | 1110010 | 10110 | 0 | 110011 | 1011010 | 1001 | 11010 | 1010011 | 110010 |
Color Harmonies of #E77216
Complementary color
Monochromatic Colors of #E77216
Black with #E77216
Text Example
Text Example
White with #E77216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77216; }
p { color: rgb(231,114,22); }
H1.HeaderClassName
{
color: #E77216;
}
.AnyTagClassName
{
color: #E77216;
}
</style>
background-color css
<style>
a { background-color: #E77216; }
a { background-color: rgb(231,114,22); }
div.DivClassName
{
background-color: #E77216;
}
.BgClassName
{
background-color: #E77216;
}
</style>
border-color css
<style>
span { border-color: #E77216; }
span { border-color: rgb(231,114,22); }
td.TdClassName
{
border-color: #E77216;
}
.TagClassName
{
border-color: #E77216;
}
</style>