Shades of Mango Tango #E7760A
Tints of Mango Tango #E7760A
RGB
CMYK
RGB Variations
Color information
#E7760A (or 0xE7760A) is known color: Mango Tango. HEX triplet: E7, 76 and 0A. RGB value is (231,118,10). Sum of RGB (Red+Green+Blue) = 231+118+10=359 (47% of max value = 765). Red value is 231 (90.62% from 255 or 64.35% from 359); Green value is 118 (46.48% from 255 or 32.87% from 359); Blue value is 10 (4.30% from 255 or 2.79% from 359); Max value from RGB is 231 - color contains mainly: red. Hex color #E7760A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E7760A is #1889F5. Grayscale: #8C8C8C. Windows color (decimal): -1608182 or 685799. OLE color: 685799.
HSL color Cylindrical-coordinate representation of color #E7760A: hue angle of 29.32º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E7760A is Cyan = 0, Magento = 0.49, Yellow = 0.96 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 118 | 10 | - |
| CMYK | 0 | 0.49 | 0.96 | 0.09 |
| HSL | 29.32º | 0.92% | 0.47% | - |
| HSV(B) | 29.32º | 0.96% | 0.91% | - |
| XYZ | 39.49 | 29.97 | 3.99 | - |
| YUV | 139.48 | 54.94 | 193.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 118 | 10 | 0 | 0.49 | 0.96 | 0.09 | 29.32 | 0.92 | 0.47 |
| Hex | E7 | 76 | A | 0 | 31 | 60 | 9 | 1D | 5C | 2F |
| Octal | 347 | 166 | 12 | 0 | 61 | 140 | 11 | 35 | 134 | 57 |
| Binary | 11100111 | 1110110 | 1010 | 0 | 110001 | 1100000 | 1001 | 11101 | 1011100 | 101111 |
Color Harmonies of #E7760A
Complementary color
Monochromatic Colors of #E7760A
Black with #E7760A
Text Example
Text Example
White with #E7760A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7760A; }
p { color: rgb(231,118,10); }
H1.HeaderClassName
{
color: #E7760A;
}
.AnyTagClassName
{
color: #E7760A;
}
</style>
background-color css
<style>
a { background-color: #E7760A; }
a { background-color: rgb(231,118,10); }
div.DivClassName
{
background-color: #E7760A;
}
.BgClassName
{
background-color: #E7760A;
}
</style>
border-color css
<style>
span { border-color: #E7760A; }
span { border-color: rgb(231,118,10); }
td.TdClassName
{
border-color: #E7760A;
}
.TagClassName
{
border-color: #E7760A;
}
</style>