Shades of Mango Tango #E76706
Tints of Mango Tango #E76706
RGB
CMYK
RGB Variations
Color information
#E76706 (or 0xE76706) is known color: Mango Tango. HEX triplet: E7, 67 and 06. RGB value is (231,103,6). Sum of RGB (Red+Green+Blue) = 231+103+6=340 (45% of max value = 765). Red value is 231 (90.62% from 255 or 67.94% from 340); Green value is 103 (40.62% from 255 or 30.29% from 340); Blue value is 6 (2.73% from 255 or 1.76% from 340); Max value from RGB is 231 - color contains mainly: red. Hex color #E76706 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E76706 is #1898F9. Grayscale: #828282. Windows color (decimal): -1612026 or 419815. OLE color: 419815.
HSL color Cylindrical-coordinate representation of color #E76706: hue angle of 25.87º 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 #E76706 is Cyan = 0, Magento = 0.55, Yellow = 0.97 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 103 | 6 | - |
| CMYK | 0 | 0.55 | 0.97 | 0.09 |
| HSL | 25.87º | 0.95% | 0.46% | - |
| HSV(B) | 25.87º | 0.97% | 0.91% | - |
| XYZ | 37.84 | 26.7 | 3.33 | - |
| YUV | 130.21 | 57.91 | 199.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 103 | 6 | 0 | 0.55 | 0.97 | 0.09 | 25.87 | 0.95 | 0.46 |
| Hex | E7 | 67 | 6 | 0 | 37 | 61 | 9 | 1A | 5F | 2E |
| Octal | 347 | 147 | 6 | 0 | 67 | 141 | 11 | 32 | 137 | 56 |
| Binary | 11100111 | 1100111 | 110 | 0 | 110111 | 1100001 | 1001 | 11010 | 1011111 | 101110 |
Color Harmonies of #E76706
Complementary color
Monochromatic Colors of #E76706
Black with #E76706
Text Example
Text Example
White with #E76706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76706; }
p { color: rgb(231,103,6); }
H1.HeaderClassName
{
color: #E76706;
}
.AnyTagClassName
{
color: #E76706;
}
</style>
background-color css
<style>
a { background-color: #E76706; }
a { background-color: rgb(231,103,6); }
div.DivClassName
{
background-color: #E76706;
}
.BgClassName
{
background-color: #E76706;
}
</style>
border-color css
<style>
span { border-color: #E76706; }
span { border-color: rgb(231,103,6); }
td.TdClassName
{
border-color: #E76706;
}
.TagClassName
{
border-color: #E76706;
}
</style>