Shades of Mango Tango #E26D0B
Tints of Mango Tango #E26D0B
RGB
CMYK
RGB Variations
Color information
#E26D0B (or 0xE26D0B) is known color: Mango Tango. HEX triplet: E2, 6D and 0B. RGB value is (226,109,11). Sum of RGB (Red+Green+Blue) = 226+109+11=346 (45% of max value = 765). Red value is 226 (88.67% from 255 or 65.32% from 346); Green value is 109 (42.97% from 255 or 31.50% from 346); Blue value is 11 (4.69% from 255 or 3.18% from 346); Max value from RGB is 226 - color contains mainly: red. Hex color #E26D0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E26D0B is #1D92F4. Grayscale: #858585. Windows color (decimal): -1938165 or 749026. OLE color: 749026.
HSL color Cylindrical-coordinate representation of color #E26D0B: hue angle of 27.35º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E26D0B is Cyan = 0, Magento = 0.52, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 109 | 11 | - |
| CMYK | 0 | 0.52 | 0.95 | 0.11 |
| HSL | 27.35º | 0.91% | 0.46% | - |
| HSV(B) | 27.35º | 0.95% | 0.89% | - |
| XYZ | 36.89 | 27.13 | 3.61 | - |
| YUV | 132.81 | 59.26 | 194.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 109 | 11 | 0 | 0.52 | 0.95 | 0.11 | 27.35 | 0.91 | 0.46 |
| Hex | E2 | 6D | B | 0 | 34 | 5F | B | 1B | 5B | 2E |
| Octal | 342 | 155 | 13 | 0 | 64 | 137 | 13 | 33 | 133 | 56 |
| Binary | 11100010 | 1101101 | 1011 | 0 | 110100 | 1011111 | 1011 | 11011 | 1011011 | 101110 |
Color Harmonies of #E26D0B
Complementary color
Monochromatic Colors of #E26D0B
Black with #E26D0B
Text Example
Text Example
White with #E26D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26D0B; }
p { color: rgb(226,109,11); }
H1.HeaderClassName
{
color: #E26D0B;
}
.AnyTagClassName
{
color: #E26D0B;
}
</style>
background-color css
<style>
a { background-color: #E26D0B; }
a { background-color: rgb(226,109,11); }
div.DivClassName
{
background-color: #E26D0B;
}
.BgClassName
{
background-color: #E26D0B;
}
</style>
border-color css
<style>
span { border-color: #E26D0B; }
span { border-color: rgb(226,109,11); }
td.TdClassName
{
border-color: #E26D0B;
}
.TagClassName
{
border-color: #E26D0B;
}
</style>