Shades of Mango Tango #E06A03
Tints of Mango Tango #E06A03
RGB
CMYK
RGB Variations
Color information
#E06A03 (or 0xE06A03) is known color: Mango Tango. HEX triplet: E0, 6A and 03. RGB value is (224,106,3). Sum of RGB (Red+Green+Blue) = 224+106+3=333 (44% of max value = 765). Red value is 224 (87.89% from 255 or 67.27% from 333); Green value is 106 (41.80% from 255 or 31.83% from 333); Blue value is 3 (1.56% from 255 or 0.90% from 333); Max value from RGB is 224 - color contains mainly: red. Hex color #E06A03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E06A03 is #1F95FC. Grayscale: #828282. Windows color (decimal): -2070013 or 223968. OLE color: 223968.
HSL color Cylindrical-coordinate representation of color #E06A03: hue angle of 27.96º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E06A03 is Cyan = 0, Magento = 0.53, Yellow = 0.99 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 106 | 3 | - |
| CMYK | 0 | 0.53 | 0.99 | 0.12 |
| HSL | 27.96º | 0.97% | 0.45% | - |
| HSV(B) | 27.96º | 0.99% | 0.88% | - |
| XYZ | 35.91 | 26.16 | 3.24 | - |
| YUV | 129.54 | 56.59 | 195.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 106 | 3 | 0 | 0.53 | 0.99 | 0.12 | 27.96 | 0.97 | 0.45 |
| Hex | E0 | 6A | 3 | 0 | 35 | 63 | C | 1C | 61 | 2D |
| Octal | 340 | 152 | 3 | 0 | 65 | 143 | 14 | 34 | 141 | 55 |
| Binary | 11100000 | 1101010 | 11 | 0 | 110101 | 1100011 | 1100 | 11100 | 1100001 | 101101 |
Color Harmonies of #E06A03
Complementary color
Monochromatic Colors of #E06A03
Black with #E06A03
Text Example
Text Example
White with #E06A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06A03; }
p { color: rgb(224,106,3); }
H1.HeaderClassName
{
color: #E06A03;
}
.AnyTagClassName
{
color: #E06A03;
}
</style>
background-color css
<style>
a { background-color: #E06A03; }
a { background-color: rgb(224,106,3); }
div.DivClassName
{
background-color: #E06A03;
}
.BgClassName
{
background-color: #E06A03;
}
</style>
border-color css
<style>
span { border-color: #E06A03; }
span { border-color: rgb(224,106,3); }
td.TdClassName
{
border-color: #E06A03;
}
.TagClassName
{
border-color: #E06A03;
}
</style>