Shades of Mango Tango #E26F0A
Tints of Mango Tango #E26F0A
RGB
CMYK
RGB Variations
Color information
#E26F0A (or 0xE26F0A) is known color: Mango Tango. HEX triplet: E2, 6F and 0A. RGB value is (226,111,10). Sum of RGB (Red+Green+Blue) = 226+111+10=347 (45% of max value = 765). Red value is 226 (88.67% from 255 or 65.13% from 347); Green value is 111 (43.75% from 255 or 31.99% from 347); Blue value is 10 (4.30% from 255 or 2.88% from 347); Max value from RGB is 226 - color contains mainly: red. Hex color #E26F0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E26F0A is #1D90F5. Grayscale: #868686. Windows color (decimal): -1937654 or 684002. OLE color: 684002.
HSL color Cylindrical-coordinate representation of color #E26F0A: hue angle of 28.06º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E26F0A is Cyan = 0, Magento = 0.51, Yellow = 0.96 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 111 | 10 | - |
| CMYK | 0 | 0.51 | 0.96 | 0.11 |
| HSL | 28.06º | 0.92% | 0.46% | - |
| HSV(B) | 28.06º | 0.96% | 0.89% | - |
| XYZ | 37.1 | 27.56 | 3.65 | - |
| YUV | 133.87 | 58.1 | 193.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 111 | 10 | 0 | 0.51 | 0.96 | 0.11 | 28.06 | 0.92 | 0.46 |
| Hex | E2 | 6F | A | 0 | 33 | 60 | B | 1C | 5C | 2E |
| Octal | 342 | 157 | 12 | 0 | 63 | 140 | 13 | 34 | 134 | 56 |
| Binary | 11100010 | 1101111 | 1010 | 0 | 110011 | 1100000 | 1011 | 11100 | 1011100 | 101110 |
Color Harmonies of #E26F0A
Complementary color
Monochromatic Colors of #E26F0A
Black with #E26F0A
Text Example
Text Example
White with #E26F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26F0A; }
p { color: rgb(226,111,10); }
H1.HeaderClassName
{
color: #E26F0A;
}
.AnyTagClassName
{
color: #E26F0A;
}
</style>
background-color css
<style>
a { background-color: #E26F0A; }
a { background-color: rgb(226,111,10); }
div.DivClassName
{
background-color: #E26F0A;
}
.BgClassName
{
background-color: #E26F0A;
}
</style>
border-color css
<style>
span { border-color: #E26F0A; }
span { border-color: rgb(226,111,10); }
td.TdClassName
{
border-color: #E26F0A;
}
.TagClassName
{
border-color: #E26F0A;
}
</style>