Shades of Mango Tango #E26504
Tints of Mango Tango #E26504
RGB
CMYK
RGB Variations
Color information
#E26504 (or 0xE26504) is known color: Mango Tango. HEX triplet: E2, 65 and 04. RGB value is (226,101,4). Sum of RGB (Red+Green+Blue) = 226+101+4=331 (43% of max value = 765). Red value is 226 (88.67% from 255 or 68.28% from 331); Green value is 101 (39.84% from 255 or 30.51% from 331); Blue value is 4 (1.95% from 255 or 1.21% from 331); Max value from RGB is 226 - color contains mainly: red. Hex color #E26504 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E26504 is #1D9AFB. Grayscale: #7F7F7F. Windows color (decimal): -1940220 or 288226. OLE color: 288226.
HSL color Cylindrical-coordinate representation of color #E26504: hue angle of 26.22º degrees, saturation: 0.97, 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 #E26504 is Cyan = 0, Magento = 0.55, Yellow = 0.98 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 101 | 4 | - |
| CMYK | 0 | 0.55 | 0.98 | 0.11 |
| HSL | 26.22º | 0.97% | 0.45% | - |
| HSV(B) | 26.22º | 0.98% | 0.89% | - |
| XYZ | 36.04 | 25.48 | 3.13 | - |
| YUV | 127.32 | 58.41 | 198.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 101 | 4 | 0 | 0.55 | 0.98 | 0.11 | 26.22 | 0.97 | 0.45 |
| Hex | E2 | 65 | 4 | 0 | 37 | 62 | B | 1A | 61 | 2D |
| Octal | 342 | 145 | 4 | 0 | 67 | 142 | 13 | 32 | 141 | 55 |
| Binary | 11100010 | 1100101 | 100 | 0 | 110111 | 1100010 | 1011 | 11010 | 1100001 | 101101 |
Color Harmonies of #E26504
Complementary color
Monochromatic Colors of #E26504
Black with #E26504
Text Example
Text Example
White with #E26504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26504; }
p { color: rgb(226,101,4); }
H1.HeaderClassName
{
color: #E26504;
}
.AnyTagClassName
{
color: #E26504;
}
</style>
background-color css
<style>
a { background-color: #E26504; }
a { background-color: rgb(226,101,4); }
div.DivClassName
{
background-color: #E26504;
}
.BgClassName
{
background-color: #E26504;
}
</style>
border-color css
<style>
span { border-color: #E26504; }
span { border-color: rgb(226,101,4); }
td.TdClassName
{
border-color: #E26504;
}
.TagClassName
{
border-color: #E26504;
}
</style>