Shades of Mango Tango #E76C05
Tints of Mango Tango #E76C05
RGB
CMYK
RGB Variations
Color information
#E76C05 (or 0xE76C05) is known color: Mango Tango. HEX triplet: E7, 6C and 05. RGB value is (231,108,5). Sum of RGB (Red+Green+Blue) = 231+108+5=344 (45% of max value = 765). Red value is 231 (90.62% from 255 or 67.15% from 344); Green value is 108 (42.58% from 255 or 31.40% from 344); Blue value is 5 (2.34% from 255 or 1.45% from 344); Max value from RGB is 231 - color contains mainly: red. Hex color #E76C05 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E76C05 is #1893FA. Grayscale: #858585. Windows color (decimal): -1610747 or 355559. OLE color: 355559.
HSL color Cylindrical-coordinate representation of color #E76C05: hue angle of 27.35º degrees, saturation: 0.96, 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 #E76C05 is Cyan = 0, Magento = 0.53, Yellow = 0.98 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 108 | 5 | - |
| CMYK | 0 | 0.53 | 0.98 | 0.09 |
| HSL | 27.35º | 0.96% | 0.46% | - |
| HSV(B) | 27.35º | 0.98% | 0.91% | - |
| XYZ | 38.34 | 27.73 | 3.47 | - |
| YUV | 133.04 | 55.75 | 197.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 108 | 5 | 0 | 0.53 | 0.98 | 0.09 | 27.35 | 0.96 | 0.46 |
| Hex | E7 | 6C | 5 | 0 | 35 | 62 | 9 | 1B | 60 | 2E |
| Octal | 347 | 154 | 5 | 0 | 65 | 142 | 11 | 33 | 140 | 56 |
| Binary | 11100111 | 1101100 | 101 | 0 | 110101 | 1100010 | 1001 | 11011 | 1100000 | 101110 |
Color Harmonies of #E76C05
Complementary color
Monochromatic Colors of #E76C05
Black with #E76C05
Text Example
Text Example
White with #E76C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76C05; }
p { color: rgb(231,108,5); }
H1.HeaderClassName
{
color: #E76C05;
}
.AnyTagClassName
{
color: #E76C05;
}
</style>
background-color css
<style>
a { background-color: #E76C05; }
a { background-color: rgb(231,108,5); }
div.DivClassName
{
background-color: #E76C05;
}
.BgClassName
{
background-color: #E76C05;
}
</style>
border-color css
<style>
span { border-color: #E76C05; }
span { border-color: rgb(231,108,5); }
td.TdClassName
{
border-color: #E76C05;
}
.TagClassName
{
border-color: #E76C05;
}
</style>