Shades of Mango Tango #E26A07
Tints of Mango Tango #E26A07
RGB
CMYK
RGB Variations
Color information
#E26A07 (or 0xE26A07) is known color: Mango Tango. HEX triplet: E2, 6A and 07. RGB value is (226,106,7). Sum of RGB (Red+Green+Blue) = 226+106+7=339 (44% of max value = 765). Red value is 226 (88.67% from 255 or 66.67% from 339); Green value is 106 (41.80% from 255 or 31.27% from 339); Blue value is 7 (3.12% from 255 or 2.06% from 339); Max value from RGB is 226 - color contains mainly: red. Hex color #E26A07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E26A07 is #1D95F8. Grayscale: #838383. Windows color (decimal): -1938937 or 486114. OLE color: 486114.
HSL color Cylindrical-coordinate representation of color #E26A07: hue angle of 27.12º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E26A07 is Cyan = 0, Magento = 0.53, Yellow = 0.97 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 106 | 7 | - |
| CMYK | 0 | 0.53 | 0.97 | 0.11 |
| HSL | 27.12º | 0.94% | 0.46% | - |
| HSV(B) | 27.12º | 0.97% | 0.89% | - |
| XYZ | 36.56 | 26.49 | 3.39 | - |
| YUV | 130.59 | 58.26 | 196.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 106 | 7 | 0 | 0.53 | 0.97 | 0.11 | 27.12 | 0.94 | 0.46 |
| Hex | E2 | 6A | 7 | 0 | 35 | 61 | B | 1B | 5E | 2E |
| Octal | 342 | 152 | 7 | 0 | 65 | 141 | 13 | 33 | 136 | 56 |
| Binary | 11100010 | 1101010 | 111 | 0 | 110101 | 1100001 | 1011 | 11011 | 1011110 | 101110 |
Color Harmonies of #E26A07
Complementary color
Monochromatic Colors of #E26A07
Black with #E26A07
Text Example
Text Example
White with #E26A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26A07; }
p { color: rgb(226,106,7); }
H1.HeaderClassName
{
color: #E26A07;
}
.AnyTagClassName
{
color: #E26A07;
}
</style>
background-color css
<style>
a { background-color: #E26A07; }
a { background-color: rgb(226,106,7); }
div.DivClassName
{
background-color: #E26A07;
}
.BgClassName
{
background-color: #E26A07;
}
</style>
border-color css
<style>
span { border-color: #E26A07; }
span { border-color: rgb(226,106,7); }
td.TdClassName
{
border-color: #E26A07;
}
.TagClassName
{
border-color: #E26A07;
}
</style>