Shades of Mango Tango #E0640B
Tints of Mango Tango #E0640B
RGB
CMYK
RGB Variations
Color information
#E0640B (or 0xE0640B) is known color: Mango Tango. HEX triplet: E0, 64 and 0B. RGB value is (224,100,11). Sum of RGB (Red+Green+Blue) = 224+100+11=335 (44% of max value = 765). Red value is 224 (87.89% from 255 or 66.87% from 335); Green value is 100 (39.45% from 255 or 29.85% from 335); Blue value is 11 (4.69% from 255 or 3.28% from 335); Max value from RGB is 224 - color contains mainly: red. Hex color #E0640B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E0640B is #1F9BF4. Grayscale: #7F7F7F. Windows color (decimal): -2071541 or 746720. OLE color: 746720.
HSL color Cylindrical-coordinate representation of color #E0640B: hue angle of 25.07º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E0640B is Cyan = 0, Magento = 0.55, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 100 | 11 | - |
| CMYK | 0 | 0.55 | 0.95 | 0.12 |
| HSL | 25.07º | 0.91% | 0.46% | - |
| HSV(B) | 25.07º | 0.95% | 0.88% | - |
| XYZ | 35.36 | 24.99 | 3.28 | - |
| YUV | 126.93 | 62.58 | 197.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 100 | 11 | 0 | 0.55 | 0.95 | 0.12 | 25.07 | 0.91 | 0.46 |
| Hex | E0 | 64 | B | 0 | 37 | 5F | C | 19 | 5B | 2E |
| Octal | 340 | 144 | 13 | 0 | 67 | 137 | 14 | 31 | 133 | 56 |
| Binary | 11100000 | 1100100 | 1011 | 0 | 110111 | 1011111 | 1100 | 11001 | 1011011 | 101110 |
Color Harmonies of #E0640B
Complementary color
Monochromatic Colors of #E0640B
Black with #E0640B
Text Example
Text Example
White with #E0640B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0640B; }
p { color: rgb(224,100,11); }
H1.HeaderClassName
{
color: #E0640B;
}
.AnyTagClassName
{
color: #E0640B;
}
</style>
background-color css
<style>
a { background-color: #E0640B; }
a { background-color: rgb(224,100,11); }
div.DivClassName
{
background-color: #E0640B;
}
.BgClassName
{
background-color: #E0640B;
}
</style>
border-color css
<style>
span { border-color: #E0640B; }
span { border-color: rgb(224,100,11); }
td.TdClassName
{
border-color: #E0640B;
}
.TagClassName
{
border-color: #E0640B;
}
</style>