Shades of Mango Tango #E86705
Tints of Mango Tango #E86705
RGB
CMYK
RGB Variations
Color information
#E86705 (or 0xE86705) is known color: Mango Tango. HEX triplet: E8, 67 and 05. RGB value is (232,103,5). Sum of RGB (Red+Green+Blue) = 232+103+5=340 (45% of max value = 765). Red value is 232 (91.02% from 255 or 68.24% from 340); Green value is 103 (40.62% from 255 or 30.29% from 340); Blue value is 5 (2.34% from 255 or 1.47% from 340); Max value from RGB is 232 - color contains mainly: red. Hex color #E86705 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E86705 is #1798FA. Grayscale: #828282. Windows color (decimal): -1546491 or 354280. OLE color: 354280.
HSL color Cylindrical-coordinate representation of color #E86705: hue angle of 25.9º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E86705 is Cyan = 0, Magento = 0.56, Yellow = 0.98 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 103 | 5 | - |
| CMYK | 0 | 0.56 | 0.98 | 0.09 |
| HSL | 25.9º | 0.96% | 0.46% | - |
| HSV(B) | 25.9º | 0.98% | 0.91% | - |
| XYZ | 38.16 | 26.87 | 3.32 | - |
| YUV | 130.4 | 57.24 | 200.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 103 | 5 | 0 | 0.56 | 0.98 | 0.09 | 25.9 | 0.96 | 0.46 |
| Hex | E8 | 67 | 5 | 0 | 38 | 62 | 9 | 1A | 60 | 2E |
| Octal | 350 | 147 | 5 | 0 | 70 | 142 | 11 | 32 | 140 | 56 |
| Binary | 11101000 | 1100111 | 101 | 0 | 111000 | 1100010 | 1001 | 11010 | 1100000 | 101110 |
Color Harmonies of #E86705
Complementary color
Monochromatic Colors of #E86705
Black with #E86705
Text Example
Text Example
White with #E86705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86705; }
p { color: rgb(232,103,5); }
H1.HeaderClassName
{
color: #E86705;
}
.AnyTagClassName
{
color: #E86705;
}
</style>
background-color css
<style>
a { background-color: #E86705; }
a { background-color: rgb(232,103,5); }
div.DivClassName
{
background-color: #E86705;
}
.BgClassName
{
background-color: #E86705;
}
</style>
border-color css
<style>
span { border-color: #E86705; }
span { border-color: rgb(232,103,5); }
td.TdClassName
{
border-color: #E86705;
}
.TagClassName
{
border-color: #E86705;
}
</style>