Shades of Mango Tango #E77D00
Tints of Mango Tango #E77D00
RGB
CMYK
RGB Variations
Color information
#E77D00 (or 0xE77D00) is known color: Mango Tango. HEX triplet: E7, 7D and 00. RGB value is (231,125,0). Sum of RGB (Red+Green+Blue) = 231+125+0=356 (47% of max value = 765). Red value is 231 (90.62% from 255 or 64.89% from 356); Green value is 125 (49.22% from 255 or 35.11% from 356); Blue value is 0 (0.39% from 255 or 0% from 356); Max value from RGB is 231 - color contains mainly: red. Hex color #E77D00 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E77D00 is #1882FF. Grayscale: #8F8F8F. Windows color (decimal): -1606400 or 32231. OLE color: 32231.
HSL color Cylindrical-coordinate representation of color #E77D00: hue angle of 32.47º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E77D00 is Cyan = 0, Magento = 0.46, Yellow = 1 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 125 | 0 | - |
| CMYK | 0 | 0.46 | 1 | 0.09 |
| HSL | 32.47º | 1% | 0.45% | - |
| HSV(B) | 32.47º | 1% | 0.91% | - |
| XYZ | 40.29 | 31.66 | 3.99 | - |
| YUV | 142.44 | 47.62 | 191.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 125 | 0 | 0 | 0.46 | 1 | 0.09 | 32.47 | 1 | 0.45 |
| Hex | E7 | 7D | 0 | 0 | 2E | 64 | 9 | 20 | 64 | 2D |
| Octal | 347 | 175 | 0 | 0 | 56 | 144 | 11 | 40 | 144 | 55 |
| Binary | 11100111 | 1111101 | 0 | 0 | 101110 | 1100100 | 1001 | 100000 | 1100100 | 101101 |
Color Harmonies of #E77D00
Complementary color
Monochromatic Colors of #E77D00
Black with #E77D00
Text Example
Text Example
White with #E77D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77D00; }
p { color: rgb(231,125,0); }
H1.HeaderClassName
{
color: #E77D00;
}
.AnyTagClassName
{
color: #E77D00;
}
</style>
background-color css
<style>
a { background-color: #E77D00; }
a { background-color: rgb(231,125,0); }
div.DivClassName
{
background-color: #E77D00;
}
.BgClassName
{
background-color: #E77D00;
}
</style>
border-color css
<style>
span { border-color: #E77D00; }
span { border-color: rgb(231,125,0); }
td.TdClassName
{
border-color: #E77D00;
}
.TagClassName
{
border-color: #E77D00;
}
</style>