Shades of Mango Tango #E26802
Tints of Mango Tango #E26802
RGB
CMYK
RGB Variations
Color information
#E26802 (or 0xE26802) is known color: Mango Tango. HEX triplet: E2, 68 and 02. RGB value is (226,104,2). Sum of RGB (Red+Green+Blue) = 226+104+2=332 (43% of max value = 765). Red value is 226 (88.67% from 255 or 68.07% from 332); Green value is 104 (41.02% from 255 or 31.33% from 332); Blue value is 2 (1.17% from 255 or 0.60% from 332); Max value from RGB is 226 - color contains mainly: red. Hex color #E26802 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E26802 is #1D97FD. Grayscale: #818181. Windows color (decimal): -1939454 or 157922. OLE color: 157922.
HSL color Cylindrical-coordinate representation of color #E26802: hue angle of 27.32º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E26802 is Cyan = 0, Magento = 0.54, Yellow = 0.99 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 104 | 2 | - |
| CMYK | 0 | 0.54 | 0.99 | 0.11 |
| HSL | 27.32º | 0.98% | 0.45% | - |
| HSV(B) | 27.32º | 0.99% | 0.89% | - |
| XYZ | 36.33 | 26.07 | 3.18 | - |
| YUV | 128.85 | 56.42 | 197.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 104 | 2 | 0 | 0.54 | 0.99 | 0.11 | 27.32 | 0.98 | 0.45 |
| Hex | E2 | 68 | 2 | 0 | 36 | 63 | B | 1B | 62 | 2D |
| Octal | 342 | 150 | 2 | 0 | 66 | 143 | 13 | 33 | 142 | 55 |
| Binary | 11100010 | 1101000 | 10 | 0 | 110110 | 1100011 | 1011 | 11011 | 1100010 | 101101 |
Color Harmonies of #E26802
Complementary color
Monochromatic Colors of #E26802
Black with #E26802
Text Example
Text Example
White with #E26802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26802; }
p { color: rgb(226,104,2); }
H1.HeaderClassName
{
color: #E26802;
}
.AnyTagClassName
{
color: #E26802;
}
</style>
background-color css
<style>
a { background-color: #E26802; }
a { background-color: rgb(226,104,2); }
div.DivClassName
{
background-color: #E26802;
}
.BgClassName
{
background-color: #E26802;
}
</style>
border-color css
<style>
span { border-color: #E26802; }
span { border-color: rgb(226,104,2); }
td.TdClassName
{
border-color: #E26802;
}
.TagClassName
{
border-color: #E26802;
}
</style>