Shades of Mango Tango #E0770A
Tints of Mango Tango #E0770A
RGB
CMYK
RGB Variations
Color information
#E0770A (or 0xE0770A) is known color: Mango Tango. HEX triplet: E0, 77 and 0A. RGB value is (224,119,10). Sum of RGB (Red+Green+Blue) = 224+119+10=353 (46% of max value = 765). Red value is 224 (87.89% from 255 or 63.46% from 353); Green value is 119 (46.88% from 255 or 33.71% from 353); Blue value is 10 (4.30% from 255 or 2.83% from 353); Max value from RGB is 224 - color contains mainly: red. Hex color #E0770A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E0770A is #1F88F5. Grayscale: #8A8A8A. Windows color (decimal): -2066678 or 686048. OLE color: 686048.
HSL color Cylindrical-coordinate representation of color #E0770A: hue angle of 30.56º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E0770A is Cyan = 0, Magento = 0.47, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 119 | 10 | - |
| CMYK | 0 | 0.47 | 0.96 | 0.12 |
| HSL | 30.56º | 0.91% | 0.46% | - |
| HSV(B) | 30.56º | 0.96% | 0.88% | - |
| XYZ | 37.39 | 29.06 | 3.93 | - |
| YUV | 137.97 | 55.79 | 189.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 119 | 10 | 0 | 0.47 | 0.96 | 0.12 | 30.56 | 0.91 | 0.46 |
| Hex | E0 | 77 | A | 0 | 2F | 60 | C | 1F | 5B | 2E |
| Octal | 340 | 167 | 12 | 0 | 57 | 140 | 14 | 37 | 133 | 56 |
| Binary | 11100000 | 1110111 | 1010 | 0 | 101111 | 1100000 | 1100 | 11111 | 1011011 | 101110 |
Color Harmonies of #E0770A
Complementary color
Monochromatic Colors of #E0770A
Black with #E0770A
Text Example
Text Example
White with #E0770A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0770A; }
p { color: rgb(224,119,10); }
H1.HeaderClassName
{
color: #E0770A;
}
.AnyTagClassName
{
color: #E0770A;
}
</style>
background-color css
<style>
a { background-color: #E0770A; }
a { background-color: rgb(224,119,10); }
div.DivClassName
{
background-color: #E0770A;
}
.BgClassName
{
background-color: #E0770A;
}
</style>
border-color css
<style>
span { border-color: #E0770A; }
span { border-color: rgb(224,119,10); }
td.TdClassName
{
border-color: #E0770A;
}
.TagClassName
{
border-color: #E0770A;
}
</style>