Shades of Mango Tango #E76D07
Tints of Mango Tango #E76D07
RGB
CMYK
RGB Variations
Color information
#E76D07 (or 0xE76D07) is known color: Mango Tango. HEX triplet: E7, 6D and 07. RGB value is (231,109,7). Sum of RGB (Red+Green+Blue) = 231+109+7=347 (45% of max value = 765). Red value is 231 (90.62% from 255 or 66.57% from 347); Green value is 109 (42.97% from 255 or 31.41% from 347); Blue value is 7 (3.12% from 255 or 2.02% from 347); Max value from RGB is 231 - color contains mainly: red. Hex color #E76D07 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E76D07 is #1892F8. Grayscale: #868686. Windows color (decimal): -1610489 or 486887. OLE color: 486887.
HSL color Cylindrical-coordinate representation of color #E76D07: hue angle of 27.32º 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 #E76D07 is Cyan = 0, Magento = 0.53, Yellow = 0.97 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 109 | 7 | - |
| CMYK | 0 | 0.53 | 0.97 | 0.09 |
| HSL | 27.32º | 0.94% | 0.47% | - |
| HSV(B) | 27.32º | 0.97% | 0.91% | - |
| XYZ | 38.46 | 27.94 | 3.57 | - |
| YUV | 133.85 | 56.42 | 197.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 109 | 7 | 0 | 0.53 | 0.97 | 0.09 | 27.32 | 0.94 | 0.47 |
| Hex | E7 | 6D | 7 | 0 | 35 | 61 | 9 | 1B | 5E | 2F |
| Octal | 347 | 155 | 7 | 0 | 65 | 141 | 11 | 33 | 136 | 57 |
| Binary | 11100111 | 1101101 | 111 | 0 | 110101 | 1100001 | 1001 | 11011 | 1011110 | 101111 |
Color Harmonies of #E76D07
Complementary color
Monochromatic Colors of #E76D07
Black with #E76D07
Text Example
Text Example
White with #E76D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76D07; }
p { color: rgb(231,109,7); }
H1.HeaderClassName
{
color: #E76D07;
}
.AnyTagClassName
{
color: #E76D07;
}
</style>
background-color css
<style>
a { background-color: #E76D07; }
a { background-color: rgb(231,109,7); }
div.DivClassName
{
background-color: #E76D07;
}
.BgClassName
{
background-color: #E76D07;
}
</style>
border-color css
<style>
span { border-color: #E76D07; }
span { border-color: rgb(231,109,7); }
td.TdClassName
{
border-color: #E76D07;
}
.TagClassName
{
border-color: #E76D07;
}
</style>