Shades of Mango Tango #E77D0F
Tints of Mango Tango #E77D0F
RGB
CMYK
RGB Variations
Color information
#E77D0F (or 0xE77D0F) is known color: Mango Tango. HEX triplet: E7, 7D and 0F. RGB value is (231,125,15). Sum of RGB (Red+Green+Blue) = 231+125+15=371 (49% of max value = 765). Red value is 231 (90.62% from 255 or 62.26% from 371); Green value is 125 (49.22% from 255 or 33.69% from 371); Blue value is 15 (6.25% from 255 or 4.04% from 371); Max value from RGB is 231 - color contains mainly: red. Hex color #E77D0F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E77D0F is #1882F0. Grayscale: #909090. Windows color (decimal): -1606385 or 1015271. OLE color: 1015271.
HSL color Cylindrical-coordinate representation of color #E77D0F: hue angle of 30.56º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E77D0F is Cyan = 0, Magento = 0.46, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 125 | 15 | - |
| CMYK | 0 | 0.46 | 0.94 | 0.09 |
| HSL | 30.56º | 0.88% | 0.48% | - |
| HSV(B) | 30.56º | 0.94% | 0.91% | - |
| XYZ | 40.37 | 31.69 | 4.44 | - |
| YUV | 144.15 | 55.12 | 189.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 125 | 15 | 0 | 0.46 | 0.94 | 0.09 | 30.56 | 0.88 | 0.48 |
| Hex | E7 | 7D | F | 0 | 2E | 5E | 9 | 1F | 58 | 30 |
| Octal | 347 | 175 | 17 | 0 | 56 | 136 | 11 | 37 | 130 | 60 |
| Binary | 11100111 | 1111101 | 1111 | 0 | 101110 | 1011110 | 1001 | 11111 | 1011000 | 110000 |
Color Harmonies of #E77D0F
Complementary color
Monochromatic Colors of #E77D0F
Black with #E77D0F
Text Example
Text Example
White with #E77D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77D0F; }
p { color: rgb(231,125,15); }
H1.HeaderClassName
{
color: #E77D0F;
}
.AnyTagClassName
{
color: #E77D0F;
}
</style>
background-color css
<style>
a { background-color: #E77D0F; }
a { background-color: rgb(231,125,15); }
div.DivClassName
{
background-color: #E77D0F;
}
.BgClassName
{
background-color: #E77D0F;
}
</style>
border-color css
<style>
span { border-color: #E77D0F; }
span { border-color: rgb(231,125,15); }
td.TdClassName
{
border-color: #E77D0F;
}
.TagClassName
{
border-color: #E77D0F;
}
</style>