Shades of Mango Tango #E86800
Tints of Mango Tango #E86800
RGB
CMYK
RGB Variations
Color information
#E86800 (or 0xE86800) is known color: Mango Tango. HEX triplet: E8, 68 and 00. RGB value is (232,104,0). Sum of RGB (Red+Green+Blue) = 232+104+0=336 (44% of max value = 765). Red value is 232 (91.02% from 255 or 69.05% from 336); Green value is 104 (41.02% from 255 or 30.95% from 336); Blue value is 0 (0.39% from 255 or 0% from 336); Max value from RGB is 232 - color contains mainly: red. Hex color #E86800 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E86800 is #1797FF. Grayscale: #828282. Windows color (decimal): -1546240 or 26856. OLE color: 26856.
HSL color Cylindrical-coordinate representation of color #E86800: hue angle of 26.9º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E86800 is Cyan = 0, Magento = 0.55, Yellow = 1 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 104 | 0 | - |
| CMYK | 0 | 0.55 | 1 | 0.09 |
| HSL | 26.9º | 1% | 0.45% | - |
| HSV(B) | 26.9º | 1% | 0.91% | - |
| XYZ | 38.23 | 27.06 | 3.21 | - |
| YUV | 130.42 | 54.41 | 200.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 104 | 0 | 0 | 0.55 | 1 | 0.09 | 26.9 | 1 | 0.45 |
| Hex | E8 | 68 | 0 | 0 | 37 | 64 | 9 | 1B | 64 | 2D |
| Octal | 350 | 150 | 0 | 0 | 67 | 144 | 11 | 33 | 144 | 55 |
| Binary | 11101000 | 1101000 | 0 | 0 | 110111 | 1100100 | 1001 | 11011 | 1100100 | 101101 |
Color Harmonies of #E86800
Complementary color
Monochromatic Colors of #E86800
Black with #E86800
Text Example
Text Example
White with #E86800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86800; }
p { color: rgb(232,104,0); }
H1.HeaderClassName
{
color: #E86800;
}
.AnyTagClassName
{
color: #E86800;
}
</style>
background-color css
<style>
a { background-color: #E86800; }
a { background-color: rgb(232,104,0); }
div.DivClassName
{
background-color: #E86800;
}
.BgClassName
{
background-color: #E86800;
}
</style>
border-color css
<style>
span { border-color: #E86800; }
span { border-color: rgb(232,104,0); }
td.TdClassName
{
border-color: #E86800;
}
.TagClassName
{
border-color: #E86800;
}
</style>