Shades of Mango Tango #E0670B
Tints of Mango Tango #E0670B
RGB
CMYK
RGB Variations
Color information
#E0670B (or 0xE0670B) is known color: Mango Tango. HEX triplet: E0, 67 and 0B. RGB value is (224,103,11). Sum of RGB (Red+Green+Blue) = 224+103+11=338 (44% of max value = 765). Red value is 224 (87.89% from 255 or 66.27% from 338); Green value is 103 (40.62% from 255 or 30.47% from 338); Blue value is 11 (4.69% from 255 or 3.25% from 338); Max value from RGB is 224 - color contains mainly: red. Hex color #E0670B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E0670B is #1F98F4. Grayscale: #818181. Windows color (decimal): -2070773 or 747488. OLE color: 747488.
HSL color Cylindrical-coordinate representation of color #E0670B: hue angle of 25.92º 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 #E0670B is Cyan = 0, Magento = 0.54, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 103 | 11 | - |
| CMYK | 0 | 0.54 | 0.95 | 0.12 |
| HSL | 25.92º | 0.91% | 0.46% | - |
| HSV(B) | 25.92º | 0.95% | 0.88% | - |
| XYZ | 35.65 | 25.57 | 3.37 | - |
| YUV | 128.69 | 61.59 | 195.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 103 | 11 | 0 | 0.54 | 0.95 | 0.12 | 25.92 | 0.91 | 0.46 |
| Hex | E0 | 67 | B | 0 | 36 | 5F | C | 1A | 5B | 2E |
| Octal | 340 | 147 | 13 | 0 | 66 | 137 | 14 | 32 | 133 | 56 |
| Binary | 11100000 | 1100111 | 1011 | 0 | 110110 | 1011111 | 1100 | 11010 | 1011011 | 101110 |
Color Harmonies of #E0670B
Complementary color
Monochromatic Colors of #E0670B
Black with #E0670B
Text Example
Text Example
White with #E0670B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0670B; }
p { color: rgb(224,103,11); }
H1.HeaderClassName
{
color: #E0670B;
}
.AnyTagClassName
{
color: #E0670B;
}
</style>
background-color css
<style>
a { background-color: #E0670B; }
a { background-color: rgb(224,103,11); }
div.DivClassName
{
background-color: #E0670B;
}
.BgClassName
{
background-color: #E0670B;
}
</style>
border-color css
<style>
span { border-color: #E0670B; }
span { border-color: rgb(224,103,11); }
td.TdClassName
{
border-color: #E0670B;
}
.TagClassName
{
border-color: #E0670B;
}
</style>