Shades of Mango Tango #E77412
Tints of Mango Tango #E77412
RGB
CMYK
RGB Variations
Color information
#E77412 (or 0xE77412) is known color: Mango Tango. HEX triplet: E7, 74 and 12. RGB value is (231,116,18). Sum of RGB (Red+Green+Blue) = 231+116+18=365 (48% of max value = 765). Red value is 231 (90.62% from 255 or 63.29% from 365); Green value is 116 (45.70% from 255 or 31.78% from 365); Blue value is 18 (7.42% from 255 or 4.93% from 365); Max value from RGB is 231 - color contains mainly: red. Hex color #E77412 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E77412 is #188BED. Grayscale: #8B8B8B. Windows color (decimal): -1608686 or 1209575. OLE color: 1209575.
HSL color Cylindrical-coordinate representation of color #E77412: hue angle of 27.61º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E77412 is Cyan = 0, Magento = 0.50, Yellow = 0.92 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 116 | 18 | - |
| CMYK | 0 | 0.50 | 0.92 | 0.09 |
| HSL | 27.61º | 0.86% | 0.49% | - |
| HSV(B) | 27.61º | 0.92% | 0.91% | - |
| XYZ | 39.31 | 29.52 | 4.2 | - |
| YUV | 139.21 | 59.6 | 193.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 116 | 18 | 0 | 0.50 | 0.92 | 0.09 | 27.61 | 0.86 | 0.49 |
| Hex | E7 | 74 | 12 | 0 | 32 | 5C | 9 | 1C | 56 | 31 |
| Octal | 347 | 164 | 22 | 0 | 62 | 134 | 11 | 34 | 126 | 61 |
| Binary | 11100111 | 1110100 | 10010 | 0 | 110010 | 1011100 | 1001 | 11100 | 1010110 | 110001 |
Color Harmonies of #E77412
Complementary color
Monochromatic Colors of #E77412
Black with #E77412
Text Example
Text Example
White with #E77412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77412; }
p { color: rgb(231,116,18); }
H1.HeaderClassName
{
color: #E77412;
}
.AnyTagClassName
{
color: #E77412;
}
</style>
background-color css
<style>
a { background-color: #E77412; }
a { background-color: rgb(231,116,18); }
div.DivClassName
{
background-color: #E77412;
}
.BgClassName
{
background-color: #E77412;
}
</style>
border-color css
<style>
span { border-color: #E77412; }
span { border-color: rgb(231,116,18); }
td.TdClassName
{
border-color: #E77412;
}
.TagClassName
{
border-color: #E77412;
}
</style>