Shades of Mango Tango #E1740C
Tints of Mango Tango #E1740C
RGB
CMYK
RGB Variations
Color information
#E1740C (or 0xE1740C) is known color: Mango Tango. HEX triplet: E1, 74 and 0C. RGB value is (225,116,12). Sum of RGB (Red+Green+Blue) = 225+116+12=353 (46% of max value = 765). Red value is 225 (88.28% from 255 or 63.74% from 353); Green value is 116 (45.70% from 255 or 32.86% from 353); Blue value is 12 (5.08% from 255 or 3.40% from 353); Max value from RGB is 225 - color contains mainly: red. Hex color #E1740C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E1740C is #1E8BF3. Grayscale: #898989. Windows color (decimal): -2001908 or 816353. OLE color: 816353.
HSL color Cylindrical-coordinate representation of color #E1740C: hue angle of 29.3º 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 #E1740C is Cyan = 0, Magento = 0.48, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 116 | 12 | - |
| CMYK | 0 | 0.48 | 0.95 | 0.12 |
| HSL | 29.3º | 0.9% | 0.46% | - |
| HSV(B) | 29.3º | 0.95% | 0.88% | - |
| XYZ | 37.36 | 28.52 | 3.88 | - |
| YUV | 136.74 | 57.61 | 190.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 116 | 12 | 0 | 0.48 | 0.95 | 0.12 | 29.3 | 0.9 | 0.46 |
| Hex | E1 | 74 | C | 0 | 30 | 5F | C | 1D | 5A | 2E |
| Octal | 341 | 164 | 14 | 0 | 60 | 137 | 14 | 35 | 132 | 56 |
| Binary | 11100001 | 1110100 | 1100 | 0 | 110000 | 1011111 | 1100 | 11101 | 1011010 | 101110 |
Color Harmonies of #E1740C
Complementary color
Monochromatic Colors of #E1740C
Black with #E1740C
Text Example
Text Example
White with #E1740C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1740C; }
p { color: rgb(225,116,12); }
H1.HeaderClassName
{
color: #E1740C;
}
.AnyTagClassName
{
color: #E1740C;
}
</style>
background-color css
<style>
a { background-color: #E1740C; }
a { background-color: rgb(225,116,12); }
div.DivClassName
{
background-color: #E1740C;
}
.BgClassName
{
background-color: #E1740C;
}
</style>
border-color css
<style>
span { border-color: #E1740C; }
span { border-color: rgb(225,116,12); }
td.TdClassName
{
border-color: #E1740C;
}
.TagClassName
{
border-color: #E1740C;
}
</style>