Shades of Mango Tango #E77407
Tints of Mango Tango #E77407
RGB
CMYK
RGB Variations
Color information
#E77407 (or 0xE77407) is known color: Mango Tango. HEX triplet: E7, 74 and 07. RGB value is (231,116,7). Sum of RGB (Red+Green+Blue) = 231+116+7=354 (46% of max value = 765). Red value is 231 (90.62% from 255 or 65.25% from 354); Green value is 116 (45.70% from 255 or 32.77% from 354); Blue value is 7 (3.12% from 255 or 1.98% from 354); Max value from RGB is 231 - color contains mainly: red. Hex color #E77407 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E77407 is #188BF8. Grayscale: #8A8A8A. Windows color (decimal): -1608697 or 488679. OLE color: 488679.
HSL color Cylindrical-coordinate representation of color #E77407: hue angle of 29.2º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E77407 is Cyan = 0, Magento = 0.50, Yellow = 0.97 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 116 | 7 | - |
| CMYK | 0 | 0.50 | 0.97 | 0.09 |
| HSL | 29.2º | 0.94% | 0.47% | - |
| HSV(B) | 29.2º | 0.97% | 0.91% | - |
| XYZ | 39.24 | 29.5 | 3.83 | - |
| YUV | 137.96 | 54.1 | 194.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 116 | 7 | 0 | 0.50 | 0.97 | 0.09 | 29.2 | 0.94 | 0.47 |
| Hex | E7 | 74 | 7 | 0 | 32 | 61 | 9 | 1D | 5E | 2F |
| Octal | 347 | 164 | 7 | 0 | 62 | 141 | 11 | 35 | 136 | 57 |
| Binary | 11100111 | 1110100 | 111 | 0 | 110010 | 1100001 | 1001 | 11101 | 1011110 | 101111 |
Color Harmonies of #E77407
Complementary color
Monochromatic Colors of #E77407
Black with #E77407
Text Example
Text Example
White with #E77407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77407; }
p { color: rgb(231,116,7); }
H1.HeaderClassName
{
color: #E77407;
}
.AnyTagClassName
{
color: #E77407;
}
</style>
background-color css
<style>
a { background-color: #E77407; }
a { background-color: rgb(231,116,7); }
div.DivClassName
{
background-color: #E77407;
}
.BgClassName
{
background-color: #E77407;
}
</style>
border-color css
<style>
span { border-color: #E77407; }
span { border-color: rgb(231,116,7); }
td.TdClassName
{
border-color: #E77407;
}
.TagClassName
{
border-color: #E77407;
}
</style>