Shades of Mango Tango #E1800C
Tints of Mango Tango #E1800C
RGB
CMYK
RGB Variations
Color information
#E1800C (or 0xE1800C) is known color: Mango Tango. HEX triplet: E1, 80 and 0C. RGB value is (225,128,12). Sum of RGB (Red+Green+Blue) = 225+128+12=365 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.64% from 365); Green value is 128 (50.39% from 255 or 35.07% from 365); Blue value is 12 (5.08% from 255 or 3.29% from 365); Max value from RGB is 225 - color contains mainly: red. Hex color #E1800C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E1800C is #1E7FF3. Grayscale: #909090. Windows color (decimal): -1998836 or 819425. OLE color: 819425.
HSL color Cylindrical-coordinate representation of color #E1800C: hue angle of 32.68º 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 #E1800C is Cyan = 0, Magento = 0.43, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 128 | 12 | - |
| CMYK | 0 | 0.43 | 0.95 | 0.12 |
| HSL | 32.68º | 0.9% | 0.46% | - |
| HSV(B) | 32.68º | 0.95% | 0.88% | - |
| XYZ | 38.84 | 31.47 | 4.38 | - |
| YUV | 143.78 | 53.64 | 185.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 128 | 12 | 0 | 0.43 | 0.95 | 0.12 | 32.68 | 0.9 | 0.46 |
| Hex | E1 | 80 | C | 0 | 2B | 5F | C | 21 | 5A | 2E |
| Octal | 341 | 200 | 14 | 0 | 53 | 137 | 14 | 41 | 132 | 56 |
| Binary | 11100001 | 10000000 | 1100 | 0 | 101011 | 1011111 | 1100 | 100001 | 1011010 | 101110 |
Color Harmonies of #E1800C
Complementary color
Monochromatic Colors of #E1800C
Black with #E1800C
Text Example
Text Example
White with #E1800C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1800C; }
p { color: rgb(225,128,12); }
H1.HeaderClassName
{
color: #E1800C;
}
.AnyTagClassName
{
color: #E1800C;
}
</style>
background-color css
<style>
a { background-color: #E1800C; }
a { background-color: rgb(225,128,12); }
div.DivClassName
{
background-color: #E1800C;
}
.BgClassName
{
background-color: #E1800C;
}
</style>
border-color css
<style>
span { border-color: #E1800C; }
span { border-color: rgb(225,128,12); }
td.TdClassName
{
border-color: #E1800C;
}
.TagClassName
{
border-color: #E1800C;
}
</style>