Shades of Mango Tango #E1670C
Tints of Mango Tango #E1670C
RGB
CMYK
RGB Variations
Color information
#E1670C (or 0xE1670C) is known color: Mango Tango. HEX triplet: E1, 67 and 0C. RGB value is (225,103,12). Sum of RGB (Red+Green+Blue) = 225+103+12=340 (45% of max value = 765). Red value is 225 (88.28% from 255 or 66.18% from 340); Green value is 103 (40.62% from 255 or 30.29% from 340); Blue value is 12 (5.08% from 255 or 3.53% from 340); Max value from RGB is 225 - color contains mainly: red. Hex color #E1670C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E1670C is #1E98F3. Grayscale: #818181. Windows color (decimal): -2005236 or 813025. OLE color: 813025.
HSL color Cylindrical-coordinate representation of color #E1670C: hue angle of 25.63º 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 #E1670C is Cyan = 0, Magento = 0.54, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 103 | 12 | - |
| CMYK | 0 | 0.54 | 0.95 | 0.12 |
| HSL | 25.63º | 0.9% | 0.46% | - |
| HSV(B) | 25.63º | 0.95% | 0.88% | - |
| XYZ | 35.97 | 25.73 | 3.42 | - |
| YUV | 129.1 | 61.92 | 196.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 103 | 12 | 0 | 0.54 | 0.95 | 0.12 | 25.63 | 0.9 | 0.46 |
| Hex | E1 | 67 | C | 0 | 36 | 5F | C | 1A | 5A | 2E |
| Octal | 341 | 147 | 14 | 0 | 66 | 137 | 14 | 32 | 132 | 56 |
| Binary | 11100001 | 1100111 | 1100 | 0 | 110110 | 1011111 | 1100 | 11010 | 1011010 | 101110 |
Color Harmonies of #E1670C
Complementary color
Monochromatic Colors of #E1670C
Black with #E1670C
Text Example
Text Example
White with #E1670C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1670C; }
p { color: rgb(225,103,12); }
H1.HeaderClassName
{
color: #E1670C;
}
.AnyTagClassName
{
color: #E1670C;
}
</style>
background-color css
<style>
a { background-color: #E1670C; }
a { background-color: rgb(225,103,12); }
div.DivClassName
{
background-color: #E1670C;
}
.BgClassName
{
background-color: #E1670C;
}
</style>
border-color css
<style>
span { border-color: #E1670C; }
span { border-color: rgb(225,103,12); }
td.TdClassName
{
border-color: #E1670C;
}
.TagClassName
{
border-color: #E1670C;
}
</style>