Shades of Mango Tango #E5680D
Tints of Mango Tango #E5680D
RGB
CMYK
RGB Variations
Color information
#E5680D (or 0xE5680D) is known color: Mango Tango. HEX triplet: E5, 68 and 0D. RGB value is (229,104,13). Sum of RGB (Red+Green+Blue) = 229+104+13=346 (45% of max value = 765). Red value is 229 (89.84% from 255 or 66.18% from 346); Green value is 104 (41.02% from 255 or 30.06% from 346); Blue value is 13 (5.47% from 255 or 3.76% from 346); Max value from RGB is 229 - color contains mainly: red. Hex color #E5680D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E5680D is #1A97F2. Grayscale: #838383. Windows color (decimal): -1742835 or 878821. OLE color: 878821.
HSL color Cylindrical-coordinate representation of color #E5680D: hue angle of 25.28º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E5680D is Cyan = 0, Magento = 0.55, Yellow = 0.94 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 104 | 13 | - |
| CMYK | 0 | 0.55 | 0.94 | 0.10 |
| HSL | 25.28º | 0.89% | 0.47% | - |
| HSV(B) | 25.28º | 0.94% | 0.9% | - |
| XYZ | 37.34 | 26.59 | 3.54 | - |
| YUV | 131 | 61.41 | 197.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 104 | 13 | 0 | 0.55 | 0.94 | 0.10 | 25.28 | 0.89 | 0.47 |
| Hex | E5 | 68 | D | 0 | 37 | 5E | A | 19 | 59 | 2F |
| Octal | 345 | 150 | 15 | 0 | 67 | 136 | 12 | 31 | 131 | 57 |
| Binary | 11100101 | 1101000 | 1101 | 0 | 110111 | 1011110 | 1010 | 11001 | 1011001 | 101111 |
Color Harmonies of #E5680D
Complementary color
Monochromatic Colors of #E5680D
Black with #E5680D
Text Example
Text Example
White with #E5680D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5680D; }
p { color: rgb(229,104,13); }
H1.HeaderClassName
{
color: #E5680D;
}
.AnyTagClassName
{
color: #E5680D;
}
</style>
background-color css
<style>
a { background-color: #E5680D; }
a { background-color: rgb(229,104,13); }
div.DivClassName
{
background-color: #E5680D;
}
.BgClassName
{
background-color: #E5680D;
}
</style>
border-color css
<style>
span { border-color: #E5680D; }
span { border-color: rgb(229,104,13); }
td.TdClassName
{
border-color: #E5680D;
}
.TagClassName
{
border-color: #E5680D;
}
</style>