Shades of Mango Tango #E1680D
Tints of Mango Tango #E1680D
RGB
CMYK
RGB Variations
Color information
#E1680D (or 0xE1680D) is known color: Mango Tango. HEX triplet: E1, 68 and 0D. RGB value is (225,104,13). Sum of RGB (Red+Green+Blue) = 225+104+13=342 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.79% from 342); Green value is 104 (41.02% from 255 or 30.41% from 342); Blue value is 13 (5.47% from 255 or 3.80% from 342); Max value from RGB is 225 - color contains mainly: red. Hex color #E1680D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E1680D is #1E97F2. Grayscale: #828282. Windows color (decimal): -2004979 or 878817. OLE color: 878817.
HSL color Cylindrical-coordinate representation of color #E1680D: hue angle of 25.75º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E1680D is Cyan = 0, Magento = 0.54, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 104 | 13 | - |
| CMYK | 0 | 0.54 | 0.94 | 0.12 |
| HSL | 25.75º | 0.89% | 0.47% | - |
| HSV(B) | 25.75º | 0.94% | 0.88% | - |
| XYZ | 36.07 | 25.94 | 3.49 | - |
| YUV | 129.81 | 62.09 | 195.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 104 | 13 | 0 | 0.54 | 0.94 | 0.12 | 25.75 | 0.89 | 0.47 |
| Hex | E1 | 68 | D | 0 | 36 | 5E | C | 1A | 59 | 2F |
| Octal | 341 | 150 | 15 | 0 | 66 | 136 | 14 | 32 | 131 | 57 |
| Binary | 11100001 | 1101000 | 1101 | 0 | 110110 | 1011110 | 1100 | 11010 | 1011001 | 101111 |
Color Harmonies of #E1680D
Complementary color
Monochromatic Colors of #E1680D
Black with #E1680D
Text Example
Text Example
White with #E1680D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1680D; }
p { color: rgb(225,104,13); }
H1.HeaderClassName
{
color: #E1680D;
}
.AnyTagClassName
{
color: #E1680D;
}
</style>
background-color css
<style>
a { background-color: #E1680D; }
a { background-color: rgb(225,104,13); }
div.DivClassName
{
background-color: #E1680D;
}
.BgClassName
{
background-color: #E1680D;
}
</style>
border-color css
<style>
span { border-color: #E1680D; }
span { border-color: rgb(225,104,13); }
td.TdClassName
{
border-color: #E1680D;
}
.TagClassName
{
border-color: #E1680D;
}
</style>