Shades of Mango Tango #E76E04
Tints of Mango Tango #E76E04
RGB
CMYK
RGB Variations
Color information
#E76E04 (or 0xE76E04) is known color: Mango Tango. HEX triplet: E7, 6E and 04. RGB value is (231,110,4). Sum of RGB (Red+Green+Blue) = 231+110+4=345 (45% of max value = 765). Red value is 231 (90.62% from 255 or 66.96% from 345); Green value is 110 (43.36% from 255 or 31.88% from 345); Blue value is 4 (1.95% from 255 or 1.16% from 345); Max value from RGB is 231 - color contains mainly: red. Hex color #E76E04 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E76E04 is #1891FB. Grayscale: #868686. Windows color (decimal): -1610236 or 290535. OLE color: 290535.
HSL color Cylindrical-coordinate representation of color #E76E04: hue angle of 28.02º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E76E04 is Cyan = 0, Magento = 0.52, Yellow = 0.98 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 110 | 4 | - |
| CMYK | 0 | 0.52 | 0.98 | 0.09 |
| HSL | 28.02º | 0.97% | 0.46% | - |
| HSV(B) | 28.02º | 0.98% | 0.91% | - |
| XYZ | 38.55 | 28.15 | 3.52 | - |
| YUV | 134.1 | 54.59 | 197.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 110 | 4 | 0 | 0.52 | 0.98 | 0.09 | 28.02 | 0.97 | 0.46 |
| Hex | E7 | 6E | 4 | 0 | 34 | 62 | 9 | 1C | 61 | 2E |
| Octal | 347 | 156 | 4 | 0 | 64 | 142 | 11 | 34 | 141 | 56 |
| Binary | 11100111 | 1101110 | 100 | 0 | 110100 | 1100010 | 1001 | 11100 | 1100001 | 101110 |
Color Harmonies of #E76E04
Complementary color
Monochromatic Colors of #E76E04
Black with #E76E04
Text Example
Text Example
White with #E76E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76E04; }
p { color: rgb(231,110,4); }
H1.HeaderClassName
{
color: #E76E04;
}
.AnyTagClassName
{
color: #E76E04;
}
</style>
background-color css
<style>
a { background-color: #E76E04; }
a { background-color: rgb(231,110,4); }
div.DivClassName
{
background-color: #E76E04;
}
.BgClassName
{
background-color: #E76E04;
}
</style>
border-color css
<style>
span { border-color: #E76E04; }
span { border-color: rgb(231,110,4); }
td.TdClassName
{
border-color: #E76E04;
}
.TagClassName
{
border-color: #E76E04;
}
</style>