Shades of Mango Tango #E06A02
Tints of Mango Tango #E06A02
RGB
CMYK
RGB Variations
Color information
#E06A02 (or 0xE06A02) is known color: Mango Tango. HEX triplet: E0, 6A and 02. RGB value is (224,106,2). Sum of RGB (Red+Green+Blue) = 224+106+2=332 (43% of max value = 765). Red value is 224 (87.89% from 255 or 67.47% from 332); Green value is 106 (41.80% from 255 or 31.93% from 332); Blue value is 2 (1.17% from 255 or 0.60% from 332); Max value from RGB is 224 - color contains mainly: red. Hex color #E06A02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E06A02 is #1F95FD. Grayscale: #818181. Windows color (decimal): -2070014 or 158432. OLE color: 158432.
HSL color Cylindrical-coordinate representation of color #E06A02: hue angle of 28.11º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E06A02 is Cyan = 0, Magento = 0.53, Yellow = 0.99 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 106 | 2 | - |
| CMYK | 0 | 0.53 | 0.99 | 0.12 |
| HSL | 28.11º | 0.98% | 0.44% | - |
| HSV(B) | 28.11º | 0.99% | 0.88% | - |
| XYZ | 35.91 | 26.16 | 3.21 | - |
| YUV | 129.43 | 56.09 | 195.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 106 | 2 | 0 | 0.53 | 0.99 | 0.12 | 28.11 | 0.98 | 0.44 |
| Hex | E0 | 6A | 2 | 0 | 35 | 63 | C | 1C | 62 | 2C |
| Octal | 340 | 152 | 2 | 0 | 65 | 143 | 14 | 34 | 142 | 54 |
| Binary | 11100000 | 1101010 | 10 | 0 | 110101 | 1100011 | 1100 | 11100 | 1100010 | 101100 |
Color Harmonies of #E06A02
Complementary color
Monochromatic Colors of #E06A02
Black with #E06A02
Text Example
Text Example
White with #E06A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06A02; }
p { color: rgb(224,106,2); }
H1.HeaderClassName
{
color: #E06A02;
}
.AnyTagClassName
{
color: #E06A02;
}
</style>
background-color css
<style>
a { background-color: #E06A02; }
a { background-color: rgb(224,106,2); }
div.DivClassName
{
background-color: #E06A02;
}
.BgClassName
{
background-color: #E06A02;
}
</style>
border-color css
<style>
span { border-color: #E06A02; }
span { border-color: rgb(224,106,2); }
td.TdClassName
{
border-color: #E06A02;
}
.TagClassName
{
border-color: #E06A02;
}
</style>