Shades of Mango Tango #E26B05
Tints of Mango Tango #E26B05
RGB
CMYK
RGB Variations
Color information
#E26B05 (or 0xE26B05) is known color: Mango Tango. HEX triplet: E2, 6B and 05. RGB value is (226,107,5). Sum of RGB (Red+Green+Blue) = 226+107+5=338 (44% of max value = 765). Red value is 226 (88.67% from 255 or 66.86% from 338); Green value is 107 (42.19% from 255 or 31.66% from 338); Blue value is 5 (2.34% from 255 or 1.48% from 338); Max value from RGB is 226 - color contains mainly: red. Hex color #E26B05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E26B05 is #1D94FA. Grayscale: #838383. Windows color (decimal): -1938683 or 355298. OLE color: 355298.
HSL color Cylindrical-coordinate representation of color #E26B05: hue angle of 27.69º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E26B05 is Cyan = 0, Magento = 0.53, Yellow = 0.98 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 107 | 5 | - |
| CMYK | 0 | 0.53 | 0.98 | 0.11 |
| HSL | 27.69º | 0.96% | 0.45% | - |
| HSV(B) | 27.69º | 0.98% | 0.89% | - |
| XYZ | 36.65 | 26.7 | 3.36 | - |
| YUV | 130.95 | 56.92 | 195.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 107 | 5 | 0 | 0.53 | 0.98 | 0.11 | 27.69 | 0.96 | 0.45 |
| Hex | E2 | 6B | 5 | 0 | 35 | 62 | B | 1C | 60 | 2D |
| Octal | 342 | 153 | 5 | 0 | 65 | 142 | 13 | 34 | 140 | 55 |
| Binary | 11100010 | 1101011 | 101 | 0 | 110101 | 1100010 | 1011 | 11100 | 1100000 | 101101 |
Color Harmonies of #E26B05
Complementary color
Monochromatic Colors of #E26B05
Black with #E26B05
Text Example
Text Example
White with #E26B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26B05; }
p { color: rgb(226,107,5); }
H1.HeaderClassName
{
color: #E26B05;
}
.AnyTagClassName
{
color: #E26B05;
}
</style>
background-color css
<style>
a { background-color: #E26B05; }
a { background-color: rgb(226,107,5); }
div.DivClassName
{
background-color: #E26B05;
}
.BgClassName
{
background-color: #E26B05;
}
</style>
border-color css
<style>
span { border-color: #E26B05; }
span { border-color: rgb(226,107,5); }
td.TdClassName
{
border-color: #E26B05;
}
.TagClassName
{
border-color: #E26B05;
}
</style>