Shades of Mango Tango #E1670A
Tints of Mango Tango #E1670A
RGB
CMYK
RGB Variations
Color information
#E1670A (or 0xE1670A) is known color: Mango Tango. HEX triplet: E1, 67 and 0A. RGB value is (225,103,10). Sum of RGB (Red+Green+Blue) = 225+103+10=338 (44% of max value = 765). Red value is 225 (88.28% from 255 or 66.57% from 338); Green value is 103 (40.62% from 255 or 30.47% from 338); Blue value is 10 (4.30% from 255 or 2.96% from 338); Max value from RGB is 225 - color contains mainly: red. Hex color #E1670A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E1670A is #1E98F5. Grayscale: #818181. Windows color (decimal): -2005238 or 681953. OLE color: 681953.
HSL color Cylindrical-coordinate representation of color #E1670A: hue angle of 25.95º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E1670A is Cyan = 0, Magento = 0.54, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 103 | 10 | - |
| CMYK | 0 | 0.54 | 0.96 | 0.12 |
| HSL | 25.95º | 0.91% | 0.46% | - |
| HSV(B) | 25.95º | 0.96% | 0.88% | - |
| XYZ | 35.96 | 25.73 | 3.36 | - |
| YUV | 128.88 | 60.92 | 196.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 103 | 10 | 0 | 0.54 | 0.96 | 0.12 | 25.95 | 0.91 | 0.46 |
| Hex | E1 | 67 | A | 0 | 36 | 60 | C | 1A | 5B | 2E |
| Octal | 341 | 147 | 12 | 0 | 66 | 140 | 14 | 32 | 133 | 56 |
| Binary | 11100001 | 1100111 | 1010 | 0 | 110110 | 1100000 | 1100 | 11010 | 1011011 | 101110 |
Color Harmonies of #E1670A
Complementary color
Monochromatic Colors of #E1670A
Black with #E1670A
Text Example
Text Example
White with #E1670A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1670A; }
p { color: rgb(225,103,10); }
H1.HeaderClassName
{
color: #E1670A;
}
.AnyTagClassName
{
color: #E1670A;
}
</style>
background-color css
<style>
a { background-color: #E1670A; }
a { background-color: rgb(225,103,10); }
div.DivClassName
{
background-color: #E1670A;
}
.BgClassName
{
background-color: #E1670A;
}
</style>
border-color css
<style>
span { border-color: #E1670A; }
span { border-color: rgb(225,103,10); }
td.TdClassName
{
border-color: #E1670A;
}
.TagClassName
{
border-color: #E1670A;
}
</style>