Shades of Mango Tango #E2800C
Tints of Mango Tango #E2800C
RGB
CMYK
RGB Variations
Color information
#E2800C (or 0xE2800C) is known color: Mango Tango. HEX triplet: E2, 80 and 0C. RGB value is (226,128,12). Sum of RGB (Red+Green+Blue) = 226+128+12=366 (48% of max value = 765). Red value is 226 (88.67% from 255 or 61.75% from 366); Green value is 128 (50.39% from 255 or 34.97% from 366); Blue value is 12 (5.08% from 255 or 3.28% from 366); Max value from RGB is 226 - color contains mainly: red. Hex color #E2800C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E2800C is #1D7FF3. Grayscale: #909090. Windows color (decimal): -1933300 or 819426. OLE color: 819426.
HSL color Cylindrical-coordinate representation of color #E2800C: hue angle of 32.52º 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 #E2800C is Cyan = 0, Magento = 0.43, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 128 | 12 | - |
| CMYK | 0 | 0.43 | 0.95 | 0.11 |
| HSL | 32.52º | 0.9% | 0.47% | - |
| HSV(B) | 32.52º | 0.95% | 0.89% | - |
| XYZ | 39.15 | 31.63 | 4.39 | - |
| YUV | 144.08 | 53.47 | 186.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 128 | 12 | 0 | 0.43 | 0.95 | 0.11 | 32.52 | 0.9 | 0.47 |
| Hex | E2 | 80 | C | 0 | 2B | 5F | B | 21 | 5A | 2F |
| Octal | 342 | 200 | 14 | 0 | 53 | 137 | 13 | 41 | 132 | 57 |
| Binary | 11100010 | 10000000 | 1100 | 0 | 101011 | 1011111 | 1011 | 100001 | 1011010 | 101111 |
Color Harmonies of #E2800C
Complementary color
Monochromatic Colors of #E2800C
Black with #E2800C
Text Example
Text Example
White with #E2800C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2800C; }
p { color: rgb(226,128,12); }
H1.HeaderClassName
{
color: #E2800C;
}
.AnyTagClassName
{
color: #E2800C;
}
</style>
background-color css
<style>
a { background-color: #E2800C; }
a { background-color: rgb(226,128,12); }
div.DivClassName
{
background-color: #E2800C;
}
.BgClassName
{
background-color: #E2800C;
}
</style>
border-color css
<style>
span { border-color: #E2800C; }
span { border-color: rgb(226,128,12); }
td.TdClassName
{
border-color: #E2800C;
}
.TagClassName
{
border-color: #E2800C;
}
</style>