Shades of Mango Tango #E27A02
Tints of Mango Tango #E27A02
RGB
CMYK
RGB Variations
Color information
#E27A02 (or 0xE27A02) is known color: Mango Tango. HEX triplet: E2, 7A and 02. RGB value is (226,122,2). Sum of RGB (Red+Green+Blue) = 226+122+2=350 (46% of max value = 765). Red value is 226 (88.67% from 255 or 64.57% from 350); Green value is 122 (48.05% from 255 or 34.86% from 350); Blue value is 2 (1.17% from 255 or 0.57% from 350); Max value from RGB is 226 - color contains mainly: red. Hex color #E27A02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E27A02 is #1D85FD. Grayscale: #8B8B8B. Windows color (decimal): -1934846 or 162530. OLE color: 162530.
HSL color Cylindrical-coordinate representation of color #E27A02: hue angle of 32.14º 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 #E27A02 is Cyan = 0, Magento = 0.46, Yellow = 0.99 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 122 | 2 | - |
| CMYK | 0 | 0.46 | 0.99 | 0.11 |
| HSL | 32.14º | 0.98% | 0.45% | - |
| HSV(B) | 32.14º | 0.99% | 0.89% | - |
| XYZ | 38.33 | 30.09 | 3.85 | - |
| YUV | 139.42 | 50.46 | 189.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 122 | 2 | 0 | 0.46 | 0.99 | 0.11 | 32.14 | 0.98 | 0.45 |
| Hex | E2 | 7A | 2 | 0 | 2E | 63 | B | 20 | 62 | 2D |
| Octal | 342 | 172 | 2 | 0 | 56 | 143 | 13 | 40 | 142 | 55 |
| Binary | 11100010 | 1111010 | 10 | 0 | 101110 | 1100011 | 1011 | 100000 | 1100010 | 101101 |
Color Harmonies of #E27A02
Complementary color
Monochromatic Colors of #E27A02
Black with #E27A02
Text Example
Text Example
White with #E27A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27A02; }
p { color: rgb(226,122,2); }
H1.HeaderClassName
{
color: #E27A02;
}
.AnyTagClassName
{
color: #E27A02;
}
</style>
background-color css
<style>
a { background-color: #E27A02; }
a { background-color: rgb(226,122,2); }
div.DivClassName
{
background-color: #E27A02;
}
.BgClassName
{
background-color: #E27A02;
}
</style>
border-color css
<style>
span { border-color: #E27A02; }
span { border-color: rgb(226,122,2); }
td.TdClassName
{
border-color: #E27A02;
}
.TagClassName
{
border-color: #E27A02;
}
</style>