Shades of Mango Tango #E0760C
Tints of Mango Tango #E0760C
RGB
CMYK
RGB Variations
Color information
#E0760C (or 0xE0760C) is known color: Mango Tango. HEX triplet: E0, 76 and 0C. RGB value is (224,118,12). Sum of RGB (Red+Green+Blue) = 224+118+12=354 (46% of max value = 765). Red value is 224 (87.89% from 255 or 63.28% from 354); Green value is 118 (46.48% from 255 or 33.33% from 354); Blue value is 12 (5.08% from 255 or 3.39% from 354); Max value from RGB is 224 - color contains mainly: red. Hex color #E0760C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E0760C is #1F89F3. Grayscale: #8A8A8A. Windows color (decimal): -2066932 or 816864. OLE color: 816864.
HSL color Cylindrical-coordinate representation of color #E0760C: hue angle of 30º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E0760C is Cyan = 0, Magento = 0.47, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 118 | 12 | - |
| CMYK | 0 | 0.47 | 0.95 | 0.12 |
| HSL | 30º | 0.9% | 0.46% | - |
| HSV(B) | 30º | 0.95% | 0.88% | - |
| XYZ | 37.29 | 28.83 | 3.95 | - |
| YUV | 137.61 | 57.12 | 189.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 118 | 12 | 0 | 0.47 | 0.95 | 0.12 | 30 | 0.9 | 0.46 |
| Hex | E0 | 76 | C | 0 | 2F | 5F | C | 1E | 5A | 2E |
| Octal | 340 | 166 | 14 | 0 | 57 | 137 | 14 | 36 | 132 | 56 |
| Binary | 11100000 | 1110110 | 1100 | 0 | 101111 | 1011111 | 1100 | 11110 | 1011010 | 101110 |
Color Harmonies of #E0760C
Complementary color
Monochromatic Colors of #E0760C
Black with #E0760C
Text Example
Text Example
White with #E0760C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0760C; }
p { color: rgb(224,118,12); }
H1.HeaderClassName
{
color: #E0760C;
}
.AnyTagClassName
{
color: #E0760C;
}
</style>
background-color css
<style>
a { background-color: #E0760C; }
a { background-color: rgb(224,118,12); }
div.DivClassName
{
background-color: #E0760C;
}
.BgClassName
{
background-color: #E0760C;
}
</style>
border-color css
<style>
span { border-color: #E0760C; }
span { border-color: rgb(224,118,12); }
td.TdClassName
{
border-color: #E0760C;
}
.TagClassName
{
border-color: #E0760C;
}
</style>