Shades of Mango Tango #E26A0A
Tints of Mango Tango #E26A0A
RGB
CMYK
RGB Variations
Color information
#E26A0A (or 0xE26A0A) is known color: Mango Tango. HEX triplet: E2, 6A and 0A. RGB value is (226,106,10). Sum of RGB (Red+Green+Blue) = 226+106+10=342 (45% of max value = 765). Red value is 226 (88.67% from 255 or 66.08% from 342); Green value is 106 (41.80% from 255 or 30.99% from 342); Blue value is 10 (4.30% from 255 or 2.92% from 342); Max value from RGB is 226 - color contains mainly: red. Hex color #E26A0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E26A0A is #1D95F5. Grayscale: #838383. Windows color (decimal): -1938934 or 682722. OLE color: 682722.
HSL color Cylindrical-coordinate representation of color #E26A0A: hue angle of 26.67º 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 #E26A0A is Cyan = 0, Magento = 0.53, Yellow = 0.96 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 106 | 10 | - |
| CMYK | 0 | 0.53 | 0.96 | 0.11 |
| HSL | 26.67º | 0.92% | 0.46% | - |
| HSV(B) | 26.67º | 0.96% | 0.89% | - |
| XYZ | 36.57 | 26.5 | 3.47 | - |
| YUV | 130.94 | 59.76 | 195.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 106 | 10 | 0 | 0.53 | 0.96 | 0.11 | 26.67 | 0.92 | 0.46 |
| Hex | E2 | 6A | A | 0 | 35 | 60 | B | 1B | 5C | 2E |
| Octal | 342 | 152 | 12 | 0 | 65 | 140 | 13 | 33 | 134 | 56 |
| Binary | 11100010 | 1101010 | 1010 | 0 | 110101 | 1100000 | 1011 | 11011 | 1011100 | 101110 |
Color Harmonies of #E26A0A
Complementary color
Monochromatic Colors of #E26A0A
Black with #E26A0A
Text Example
Text Example
White with #E26A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26A0A; }
p { color: rgb(226,106,10); }
H1.HeaderClassName
{
color: #E26A0A;
}
.AnyTagClassName
{
color: #E26A0A;
}
</style>
background-color css
<style>
a { background-color: #E26A0A; }
a { background-color: rgb(226,106,10); }
div.DivClassName
{
background-color: #E26A0A;
}
.BgClassName
{
background-color: #E26A0A;
}
</style>
border-color css
<style>
span { border-color: #E26A0A; }
span { border-color: rgb(226,106,10); }
td.TdClassName
{
border-color: #E26A0A;
}
.TagClassName
{
border-color: #E26A0A;
}
</style>