Shades of Mango Tango #E76506
Tints of Mango Tango #E76506
RGB
CMYK
RGB Variations
Color information
#E76506 (or 0xE76506) is known color: Mango Tango. HEX triplet: E7, 65 and 06. RGB value is (231,101,6). Sum of RGB (Red+Green+Blue) = 231+101+6=338 (44% of max value = 765). Red value is 231 (90.62% from 255 or 68.34% from 338); Green value is 101 (39.84% from 255 or 29.88% from 338); Blue value is 6 (2.73% from 255 or 1.78% from 338); Max value from RGB is 231 - color contains mainly: red. Hex color #E76506 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E76506 is #189AF9. Grayscale: #818181. Windows color (decimal): -1612538 or 419303. OLE color: 419303.
HSL color Cylindrical-coordinate representation of color #E76506: hue angle of 25.33º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E76506 is Cyan = 0, Magento = 0.56, Yellow = 0.97 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 101 | 6 | - |
| CMYK | 0 | 0.56 | 0.97 | 0.09 |
| HSL | 25.33º | 0.95% | 0.46% | - |
| HSV(B) | 25.33º | 0.97% | 0.91% | - |
| XYZ | 37.64 | 26.31 | 3.27 | - |
| YUV | 129.04 | 58.57 | 200.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 101 | 6 | 0 | 0.56 | 0.97 | 0.09 | 25.33 | 0.95 | 0.46 |
| Hex | E7 | 65 | 6 | 0 | 38 | 61 | 9 | 19 | 5F | 2E |
| Octal | 347 | 145 | 6 | 0 | 70 | 141 | 11 | 31 | 137 | 56 |
| Binary | 11100111 | 1100101 | 110 | 0 | 111000 | 1100001 | 1001 | 11001 | 1011111 | 101110 |
Color Harmonies of #E76506
Complementary color
Monochromatic Colors of #E76506
Black with #E76506
Text Example
Text Example
White with #E76506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76506; }
p { color: rgb(231,101,6); }
H1.HeaderClassName
{
color: #E76506;
}
.AnyTagClassName
{
color: #E76506;
}
</style>
background-color css
<style>
a { background-color: #E76506; }
a { background-color: rgb(231,101,6); }
div.DivClassName
{
background-color: #E76506;
}
.BgClassName
{
background-color: #E76506;
}
</style>
border-color css
<style>
span { border-color: #E76506; }
span { border-color: rgb(231,101,6); }
td.TdClassName
{
border-color: #E76506;
}
.TagClassName
{
border-color: #E76506;
}
</style>