Shades of Mango Tango #E86C06
Tints of Mango Tango #E86C06
RGB
CMYK
RGB Variations
Color information
#E86C06 (or 0xE86C06) is known color: Mango Tango. HEX triplet: E8, 6C and 06. RGB value is (232,108,6). Sum of RGB (Red+Green+Blue) = 232+108+6=346 (45% of max value = 765). Red value is 232 (91.02% from 255 or 67.05% from 346); Green value is 108 (42.58% from 255 or 31.21% from 346); Blue value is 6 (2.73% from 255 or 1.73% from 346); Max value from RGB is 232 - color contains mainly: red. Hex color #E86C06 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E86C06 is #1793F9. Grayscale: #858585. Windows color (decimal): -1545210 or 421096. OLE color: 421096.
HSL color Cylindrical-coordinate representation of color #E86C06: hue angle of 27.08º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E86C06 is Cyan = 0, Magento = 0.53, Yellow = 0.97 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 108 | 6 | - |
| CMYK | 0 | 0.53 | 0.97 | 0.09 |
| HSL | 27.08º | 0.95% | 0.47% | - |
| HSV(B) | 27.08º | 0.97% | 0.91% | - |
| XYZ | 38.67 | 27.89 | 3.52 | - |
| YUV | 133.45 | 56.08 | 198.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 108 | 6 | 0 | 0.53 | 0.97 | 0.09 | 27.08 | 0.95 | 0.47 |
| Hex | E8 | 6C | 6 | 0 | 35 | 61 | 9 | 1B | 5F | 2F |
| Octal | 350 | 154 | 6 | 0 | 65 | 141 | 11 | 33 | 137 | 57 |
| Binary | 11101000 | 1101100 | 110 | 0 | 110101 | 1100001 | 1001 | 11011 | 1011111 | 101111 |
Color Harmonies of #E86C06
Complementary color
Monochromatic Colors of #E86C06
Black with #E86C06
Text Example
Text Example
White with #E86C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86C06; }
p { color: rgb(232,108,6); }
H1.HeaderClassName
{
color: #E86C06;
}
.AnyTagClassName
{
color: #E86C06;
}
</style>
background-color css
<style>
a { background-color: #E86C06; }
a { background-color: rgb(232,108,6); }
div.DivClassName
{
background-color: #E86C06;
}
.BgClassName
{
background-color: #E86C06;
}
</style>
border-color css
<style>
span { border-color: #E86C06; }
span { border-color: rgb(232,108,6); }
td.TdClassName
{
border-color: #E86C06;
}
.TagClassName
{
border-color: #E86C06;
}
</style>