Shades of Mango Tango #E26B0D
Tints of Mango Tango #E26B0D
RGB
CMYK
RGB Variations
Color information
#E26B0D (or 0xE26B0D) is known color: Mango Tango. HEX triplet: E2, 6B and 0D. RGB value is (226,107,13). Sum of RGB (Red+Green+Blue) = 226+107+13=346 (45% of max value = 765). Red value is 226 (88.67% from 255 or 65.32% from 346); Green value is 107 (42.19% from 255 or 30.92% from 346); Blue value is 13 (5.47% from 255 or 3.76% from 346); Max value from RGB is 226 - color contains mainly: red. Hex color #E26B0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E26B0D is #1D94F2. Grayscale: #848484. Windows color (decimal): -1938675 or 879586. OLE color: 879586.
HSL color Cylindrical-coordinate representation of color #E26B0D: hue angle of 26.48º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E26B0D is Cyan = 0, Magento = 0.53, Yellow = 0.94 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 107 | 13 | - |
| CMYK | 0 | 0.53 | 0.94 | 0.11 |
| HSL | 26.48º | 0.89% | 0.47% | - |
| HSV(B) | 26.48º | 0.94% | 0.89% | - |
| XYZ | 36.69 | 26.71 | 3.6 | - |
| YUV | 131.87 | 60.92 | 195.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 107 | 13 | 0 | 0.53 | 0.94 | 0.11 | 26.48 | 0.89 | 0.47 |
| Hex | E2 | 6B | D | 0 | 35 | 5E | B | 1A | 59 | 2F |
| Octal | 342 | 153 | 15 | 0 | 65 | 136 | 13 | 32 | 131 | 57 |
| Binary | 11100010 | 1101011 | 1101 | 0 | 110101 | 1011110 | 1011 | 11010 | 1011001 | 101111 |
Color Harmonies of #E26B0D
Complementary color
Monochromatic Colors of #E26B0D
Black with #E26B0D
Text Example
Text Example
White with #E26B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26B0D; }
p { color: rgb(226,107,13); }
H1.HeaderClassName
{
color: #E26B0D;
}
.AnyTagClassName
{
color: #E26B0D;
}
</style>
background-color css
<style>
a { background-color: #E26B0D; }
a { background-color: rgb(226,107,13); }
div.DivClassName
{
background-color: #E26B0D;
}
.BgClassName
{
background-color: #E26B0D;
}
</style>
border-color css
<style>
span { border-color: #E26B0D; }
span { border-color: rgb(226,107,13); }
td.TdClassName
{
border-color: #E26B0D;
}
.TagClassName
{
border-color: #E26B0D;
}
</style>