Shades of Mango Tango #E76C04
Tints of Mango Tango #E76C04
RGB
CMYK
RGB Variations
Color information
#E76C04 (or 0xE76C04) is known color: Mango Tango. HEX triplet: E7, 6C and 04. RGB value is (231,108,4). Sum of RGB (Red+Green+Blue) = 231+108+4=343 (45% of max value = 765). Red value is 231 (90.62% from 255 or 67.35% from 343); Green value is 108 (42.58% from 255 or 31.49% from 343); Blue value is 4 (1.95% from 255 or 1.17% from 343); Max value from RGB is 231 - color contains mainly: red. Hex color #E76C04 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E76C04 is #1893FB. Grayscale: #858585. Windows color (decimal): -1610748 or 290023. OLE color: 290023.
HSL color Cylindrical-coordinate representation of color #E76C04: hue angle of 27.49º 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 #E76C04 is Cyan = 0, Magento = 0.53, Yellow = 0.98 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 108 | 4 | - |
| CMYK | 0 | 0.53 | 0.98 | 0.09 |
| HSL | 27.49º | 0.97% | 0.46% | - |
| HSV(B) | 27.49º | 0.98% | 0.91% | - |
| XYZ | 38.34 | 27.72 | 3.45 | - |
| YUV | 132.92 | 55.25 | 197.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 108 | 4 | 0 | 0.53 | 0.98 | 0.09 | 27.49 | 0.97 | 0.46 |
| Hex | E7 | 6C | 4 | 0 | 35 | 62 | 9 | 1B | 61 | 2E |
| Octal | 347 | 154 | 4 | 0 | 65 | 142 | 11 | 33 | 141 | 56 |
| Binary | 11100111 | 1101100 | 100 | 0 | 110101 | 1100010 | 1001 | 11011 | 1100001 | 101110 |
Color Harmonies of #E76C04
Complementary color
Monochromatic Colors of #E76C04
Black with #E76C04
Text Example
Text Example
White with #E76C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76C04; }
p { color: rgb(231,108,4); }
H1.HeaderClassName
{
color: #E76C04;
}
.AnyTagClassName
{
color: #E76C04;
}
</style>
background-color css
<style>
a { background-color: #E76C04; }
a { background-color: rgb(231,108,4); }
div.DivClassName
{
background-color: #E76C04;
}
.BgClassName
{
background-color: #E76C04;
}
</style>
border-color css
<style>
span { border-color: #E76C04; }
span { border-color: rgb(231,108,4); }
td.TdClassName
{
border-color: #E76C04;
}
.TagClassName
{
border-color: #E76C04;
}
</style>