Shades of Mango Tango #E76D06
Tints of Mango Tango #E76D06
RGB
CMYK
RGB Variations
Color information
#E76D06 (or 0xE76D06) is known color: Mango Tango. HEX triplet: E7, 6D and 06. RGB value is (231,109,6). Sum of RGB (Red+Green+Blue) = 231+109+6=346 (45% of max value = 765). Red value is 231 (90.62% from 255 or 66.76% from 346); Green value is 109 (42.97% from 255 or 31.50% from 346); Blue value is 6 (2.73% from 255 or 1.73% from 346); Max value from RGB is 231 - color contains mainly: red. Hex color #E76D06 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E76D06 is #1892F9. Grayscale: #868686. Windows color (decimal): -1610490 or 421351. OLE color: 421351.
HSL color Cylindrical-coordinate representation of color #E76D06: hue angle of 27.47º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E76D06 is Cyan = 0, Magento = 0.53, Yellow = 0.97 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 109 | 6 | - |
| CMYK | 0 | 0.53 | 0.97 | 0.09 |
| HSL | 27.47º | 0.95% | 0.46% | - |
| HSV(B) | 27.47º | 0.97% | 0.91% | - |
| XYZ | 38.46 | 27.94 | 3.54 | - |
| YUV | 133.74 | 55.92 | 197.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 109 | 6 | 0 | 0.53 | 0.97 | 0.09 | 27.47 | 0.95 | 0.46 |
| Hex | E7 | 6D | 6 | 0 | 35 | 61 | 9 | 1B | 5F | 2E |
| Octal | 347 | 155 | 6 | 0 | 65 | 141 | 11 | 33 | 137 | 56 |
| Binary | 11100111 | 1101101 | 110 | 0 | 110101 | 1100001 | 1001 | 11011 | 1011111 | 101110 |
Color Harmonies of #E76D06
Complementary color
Monochromatic Colors of #E76D06
Black with #E76D06
Text Example
Text Example
White with #E76D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76D06; }
p { color: rgb(231,109,6); }
H1.HeaderClassName
{
color: #E76D06;
}
.AnyTagClassName
{
color: #E76D06;
}
</style>
background-color css
<style>
a { background-color: #E76D06; }
a { background-color: rgb(231,109,6); }
div.DivClassName
{
background-color: #E76D06;
}
.BgClassName
{
background-color: #E76D06;
}
</style>
border-color css
<style>
span { border-color: #E76D06; }
span { border-color: rgb(231,109,6); }
td.TdClassName
{
border-color: #E76D06;
}
.TagClassName
{
border-color: #E76D06;
}
</style>