Shades of Mango Tango #E8680D
Tints of Mango Tango #E8680D
RGB
CMYK
RGB Variations
Color information
#E8680D (or 0xE8680D) is known color: Mango Tango. HEX triplet: E8, 68 and 0D. RGB value is (232,104,13). Sum of RGB (Red+Green+Blue) = 232+104+13=349 (46% of max value = 765). Red value is 232 (91.02% from 255 or 66.48% from 349); Green value is 104 (41.02% from 255 or 29.80% from 349); Blue value is 13 (5.47% from 255 or 3.72% from 349); Max value from RGB is 232 - color contains mainly: red. Hex color #E8680D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E8680D is #1797F2. Grayscale: #848484. Windows color (decimal): -1546227 or 878824. OLE color: 878824.
HSL color Cylindrical-coordinate representation of color #E8680D: hue angle of 24.93º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E8680D is Cyan = 0, Magento = 0.55, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 104 | 13 | - |
| CMYK | 0 | 0.55 | 0.94 | 0.09 |
| HSL | 24.93º | 0.89% | 0.48% | - |
| HSV(B) | 24.93º | 0.94% | 0.91% | - |
| XYZ | 38.3 | 27.09 | 3.59 | - |
| YUV | 131.9 | 60.91 | 199.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 104 | 13 | 0 | 0.55 | 0.94 | 0.09 | 24.93 | 0.89 | 0.48 |
| Hex | E8 | 68 | D | 0 | 37 | 5E | 9 | 19 | 59 | 30 |
| Octal | 350 | 150 | 15 | 0 | 67 | 136 | 11 | 31 | 131 | 60 |
| Binary | 11101000 | 1101000 | 1101 | 0 | 110111 | 1011110 | 1001 | 11001 | 1011001 | 110000 |
Color Harmonies of #E8680D
Complementary color
Monochromatic Colors of #E8680D
Black with #E8680D
Text Example
Text Example
White with #E8680D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8680D; }
p { color: rgb(232,104,13); }
H1.HeaderClassName
{
color: #E8680D;
}
.AnyTagClassName
{
color: #E8680D;
}
</style>
background-color css
<style>
a { background-color: #E8680D; }
a { background-color: rgb(232,104,13); }
div.DivClassName
{
background-color: #E8680D;
}
.BgClassName
{
background-color: #E8680D;
}
</style>
border-color css
<style>
span { border-color: #E8680D; }
span { border-color: rgb(232,104,13); }
td.TdClassName
{
border-color: #E8680D;
}
.TagClassName
{
border-color: #E8680D;
}
</style>