Shades of Mango Tango #E07201
Tints of Mango Tango #E07201
RGB
CMYK
RGB Variations
Color information
#E07201 (or 0xE07201) is known color: Mango Tango. HEX triplet: E0, 72 and 01. RGB value is (224,114,1). Sum of RGB (Red+Green+Blue) = 224+114+1=339 (44% of max value = 765). Red value is 224 (87.89% from 255 or 66.08% from 339); Green value is 114 (44.92% from 255 or 33.63% from 339); Blue value is 1 (0.78% from 255 or 0.29% from 339); Max value from RGB is 224 - color contains mainly: red. Hex color #E07201 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E07201 is #1F8DFE. Grayscale: #868686. Windows color (decimal): -2067967 or 94944. OLE color: 94944.
HSL color Cylindrical-coordinate representation of color #E07201: hue angle of 30.4º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E07201 is Cyan = 0, Magento = 0.49, Yellow = 1.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 114 | 1 | - |
| CMYK | 0 | 0.49 | 1.00 | 0.12 |
| HSL | 30.4º | 0.99% | 0.44% | - |
| HSV(B) | 30.4º | 1% | 0.88% | - |
| XYZ | 36.76 | 27.88 | 3.47 | - |
| YUV | 134.01 | 52.94 | 192.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 114 | 1 | 0 | 0.49 | 1.00 | 0.12 | 30.4 | 0.99 | 0.44 |
| Hex | E0 | 72 | 1 | 0 | 31 | 64 | C | 1E | 63 | 2C |
| Octal | 340 | 162 | 1 | 0 | 61 | 144 | 14 | 36 | 143 | 54 |
| Binary | 11100000 | 1110010 | 1 | 0 | 110001 | 1100100 | 1100 | 11110 | 1100011 | 101100 |
Color Harmonies of #E07201
Complementary color
Monochromatic Colors of #E07201
Black with #E07201
Text Example
Text Example
White with #E07201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07201; }
p { color: rgb(224,114,1); }
H1.HeaderClassName
{
color: #E07201;
}
.AnyTagClassName
{
color: #E07201;
}
</style>
background-color css
<style>
a { background-color: #E07201; }
a { background-color: rgb(224,114,1); }
div.DivClassName
{
background-color: #E07201;
}
.BgClassName
{
background-color: #E07201;
}
</style>
border-color css
<style>
span { border-color: #E07201; }
span { border-color: rgb(224,114,1); }
td.TdClassName
{
border-color: #E07201;
}
.TagClassName
{
border-color: #E07201;
}
</style>