Shades of Mango Tango #E26F00
Tints of Mango Tango #E26F00
RGB
CMYK
RGB Variations
Color information
#E26F00 (or 0xE26F00) is known color: Mango Tango. HEX triplet: E2, 6F and 00. RGB value is (226,111,0). Sum of RGB (Red+Green+Blue) = 226+111+0=337 (44% of max value = 765). Red value is 226 (88.67% from 255 or 67.06% from 337); Green value is 111 (43.75% from 255 or 32.94% from 337); Blue value is 0 (0.39% from 255 or 0% from 337); Max value from RGB is 226 - color contains mainly: red. Hex color #E26F00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E26F00 is #1D90FF. Grayscale: #858585. Windows color (decimal): -1937664 or 28642. OLE color: 28642.
HSL color Cylindrical-coordinate representation of color #E26F00: hue angle of 29.47º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E26F00 is Cyan = 0, Magento = 0.51, Yellow = 1 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 111 | 0 | - |
| CMYK | 0 | 0.51 | 1 | 0.11 |
| HSL | 29.47º | 1% | 0.44% | - |
| HSV(B) | 29.47º | 1% | 0.89% | - |
| XYZ | 37.05 | 27.54 | 3.36 | - |
| YUV | 132.73 | 53.1 | 194.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 111 | 0 | 0 | 0.51 | 1 | 0.11 | 29.47 | 1 | 0.44 |
| Hex | E2 | 6F | 0 | 0 | 33 | 64 | B | 1D | 64 | 2C |
| Octal | 342 | 157 | 0 | 0 | 63 | 144 | 13 | 35 | 144 | 54 |
| Binary | 11100010 | 1101111 | 0 | 0 | 110011 | 1100100 | 1011 | 11101 | 1100100 | 101100 |
Color Harmonies of #E26F00
Complementary color
Monochromatic Colors of #E26F00
Black with #E26F00
Text Example
Text Example
White with #E26F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26F00; }
p { color: rgb(226,111,0); }
H1.HeaderClassName
{
color: #E26F00;
}
.AnyTagClassName
{
color: #E26F00;
}
</style>
background-color css
<style>
a { background-color: #E26F00; }
a { background-color: rgb(226,111,0); }
div.DivClassName
{
background-color: #E26F00;
}
.BgClassName
{
background-color: #E26F00;
}
</style>
border-color css
<style>
span { border-color: #E26F00; }
span { border-color: rgb(226,111,0); }
td.TdClassName
{
border-color: #E26F00;
}
.TagClassName
{
border-color: #E26F00;
}
</style>