Shades of Mango Tango #E0770F
Tints of Mango Tango #E0770F
RGB
CMYK
RGB Variations
Color information
#E0770F (or 0xE0770F) is known color: Mango Tango. HEX triplet: E0, 77 and 0F. RGB value is (224,119,15). Sum of RGB (Red+Green+Blue) = 224+119+15=358 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.57% from 358); Green value is 119 (46.88% from 255 or 33.24% from 358); Blue value is 15 (6.25% from 255 or 4.19% from 358); Max value from RGB is 224 - color contains mainly: red. Hex color #E0770F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E0770F is #1F88F0. Grayscale: #8B8B8B. Windows color (decimal): -2066673 or 1013728. OLE color: 1013728.
HSL color Cylindrical-coordinate representation of color #E0770F: hue angle of 29.86º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E0770F is Cyan = 0, Magento = 0.47, Yellow = 0.93 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 119 | 15 | - |
| CMYK | 0 | 0.47 | 0.93 | 0.12 |
| HSL | 29.86º | 0.87% | 0.47% | - |
| HSV(B) | 29.86º | 0.93% | 0.88% | - |
| XYZ | 37.42 | 29.08 | 4.09 | - |
| YUV | 138.54 | 58.29 | 188.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 119 | 15 | 0 | 0.47 | 0.93 | 0.12 | 29.86 | 0.87 | 0.47 |
| Hex | E0 | 77 | F | 0 | 2F | 5D | C | 1E | 57 | 2F |
| Octal | 340 | 167 | 17 | 0 | 57 | 135 | 14 | 36 | 127 | 57 |
| Binary | 11100000 | 1110111 | 1111 | 0 | 101111 | 1011101 | 1100 | 11110 | 1010111 | 101111 |
Color Harmonies of #E0770F
Complementary color
Monochromatic Colors of #E0770F
Black with #E0770F
Text Example
Text Example
White with #E0770F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0770F; }
p { color: rgb(224,119,15); }
H1.HeaderClassName
{
color: #E0770F;
}
.AnyTagClassName
{
color: #E0770F;
}
</style>
background-color css
<style>
a { background-color: #E0770F; }
a { background-color: rgb(224,119,15); }
div.DivClassName
{
background-color: #E0770F;
}
.BgClassName
{
background-color: #E0770F;
}
</style>
border-color css
<style>
span { border-color: #E0770F; }
span { border-color: rgb(224,119,15); }
td.TdClassName
{
border-color: #E0770F;
}
.TagClassName
{
border-color: #E0770F;
}
</style>