Shades of Mango Tango #E2760C
Tints of Mango Tango #E2760C
RGB
CMYK
RGB Variations
Color information
#E2760C (or 0xE2760C) is known color: Mango Tango. HEX triplet: E2, 76 and 0C. RGB value is (226,118,12). Sum of RGB (Red+Green+Blue) = 226+118+12=356 (47% of max value = 765). Red value is 226 (88.67% from 255 or 63.48% from 356); Green value is 118 (46.48% from 255 or 33.15% from 356); Blue value is 12 (5.08% from 255 or 3.37% from 356); Max value from RGB is 226 - color contains mainly: red. Hex color #E2760C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E2760C is #1D89F3. Grayscale: #8A8A8A. Windows color (decimal): -1935860 or 816866. OLE color: 816866.
HSL color Cylindrical-coordinate representation of color #E2760C: hue angle of 29.72º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E2760C is Cyan = 0, Magento = 0.48, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 118 | 12 | - |
| CMYK | 0 | 0.48 | 0.95 | 0.11 |
| HSL | 29.72º | 0.9% | 0.47% | - |
| HSV(B) | 29.72º | 0.95% | 0.89% | - |
| XYZ | 37.91 | 29.15 | 3.98 | - |
| YUV | 138.21 | 56.78 | 190.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 118 | 12 | 0 | 0.48 | 0.95 | 0.11 | 29.72 | 0.9 | 0.47 |
| Hex | E2 | 76 | C | 0 | 30 | 5F | B | 1E | 5A | 2F |
| Octal | 342 | 166 | 14 | 0 | 60 | 137 | 13 | 36 | 132 | 57 |
| Binary | 11100010 | 1110110 | 1100 | 0 | 110000 | 1011111 | 1011 | 11110 | 1011010 | 101111 |
Color Harmonies of #E2760C
Complementary color
Monochromatic Colors of #E2760C
Black with #E2760C
Text Example
Text Example
White with #E2760C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2760C; }
p { color: rgb(226,118,12); }
H1.HeaderClassName
{
color: #E2760C;
}
.AnyTagClassName
{
color: #E2760C;
}
</style>
background-color css
<style>
a { background-color: #E2760C; }
a { background-color: rgb(226,118,12); }
div.DivClassName
{
background-color: #E2760C;
}
.BgClassName
{
background-color: #E2760C;
}
</style>
border-color css
<style>
span { border-color: #E2760C; }
span { border-color: rgb(226,118,12); }
td.TdClassName
{
border-color: #E2760C;
}
.TagClassName
{
border-color: #E2760C;
}
</style>