Shades of Mango Tango #E07601
Tints of Mango Tango #E07601
RGB
CMYK
RGB Variations
Color information
#E07601 (or 0xE07601) is known color: Mango Tango. HEX triplet: E0, 76 and 01. RGB value is (224,118,1). Sum of RGB (Red+Green+Blue) = 224+118+1=343 (45% of max value = 765). Red value is 224 (87.89% from 255 or 65.31% from 343); Green value is 118 (46.48% from 255 or 34.40% from 343); Blue value is 1 (0.78% from 255 or 0.29% from 343); Max value from RGB is 224 - color contains mainly: red. Hex color #E07601 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E07601 is #1F89FE. Grayscale: #888888. Windows color (decimal): -2066943 or 95968. OLE color: 95968.
HSL color Cylindrical-coordinate representation of color #E07601: hue angle of 31.48º 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 #E07601 is Cyan = 0, Magento = 0.47, Yellow = 1.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 118 | 1 | - |
| CMYK | 0 | 0.47 | 1.00 | 0.12 |
| HSL | 31.48º | 0.99% | 0.44% | - |
| HSV(B) | 31.48º | 1% | 0.88% | - |
| XYZ | 37.22 | 28.81 | 3.63 | - |
| YUV | 136.36 | 51.62 | 190.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 118 | 1 | 0 | 0.47 | 1.00 | 0.12 | 31.48 | 0.99 | 0.44 |
| Hex | E0 | 76 | 1 | 0 | 2F | 64 | C | 1F | 63 | 2C |
| Octal | 340 | 166 | 1 | 0 | 57 | 144 | 14 | 37 | 143 | 54 |
| Binary | 11100000 | 1110110 | 1 | 0 | 101111 | 1100100 | 1100 | 11111 | 1100011 | 101100 |
Color Harmonies of #E07601
Complementary color
Monochromatic Colors of #E07601
Black with #E07601
Text Example
Text Example
White with #E07601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07601; }
p { color: rgb(224,118,1); }
H1.HeaderClassName
{
color: #E07601;
}
.AnyTagClassName
{
color: #E07601;
}
</style>
background-color css
<style>
a { background-color: #E07601; }
a { background-color: rgb(224,118,1); }
div.DivClassName
{
background-color: #E07601;
}
.BgClassName
{
background-color: #E07601;
}
</style>
border-color css
<style>
span { border-color: #E07601; }
span { border-color: rgb(224,118,1); }
td.TdClassName
{
border-color: #E07601;
}
.TagClassName
{
border-color: #E07601;
}
</style>