Shades of Mango Tango #E1700B
Tints of Mango Tango #E1700B
RGB
CMYK
RGB Variations
Color information
#E1700B (or 0xE1700B) is known color: Mango Tango. HEX triplet: E1, 70 and 0B. RGB value is (225,112,11). Sum of RGB (Red+Green+Blue) = 225+112+11=348 (46% of max value = 765). Red value is 225 (88.28% from 255 or 64.66% from 348); Green value is 112 (44.14% from 255 or 32.18% from 348); Blue value is 11 (4.69% from 255 or 3.16% from 348); Max value from RGB is 225 - color contains mainly: red. Hex color #E1700B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E1700B is #1E8FF4. Grayscale: #868686. Windows color (decimal): -2002933 or 749793. OLE color: 749793.
HSL color Cylindrical-coordinate representation of color #E1700B: hue angle of 28.32º 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 #E1700B is Cyan = 0, Magento = 0.50, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 112 | 11 | - |
| CMYK | 0 | 0.50 | 0.95 | 0.12 |
| HSL | 28.32º | 0.91% | 0.46% | - |
| HSV(B) | 28.32º | 0.95% | 0.88% | - |
| XYZ | 36.91 | 27.62 | 3.7 | - |
| YUV | 134.27 | 58.44 | 192.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 112 | 11 | 0 | 0.50 | 0.95 | 0.12 | 28.32 | 0.91 | 0.46 |
| Hex | E1 | 70 | B | 0 | 32 | 5F | C | 1C | 5B | 2E |
| Octal | 341 | 160 | 13 | 0 | 62 | 137 | 14 | 34 | 133 | 56 |
| Binary | 11100001 | 1110000 | 1011 | 0 | 110010 | 1011111 | 1100 | 11100 | 1011011 | 101110 |
Color Harmonies of #E1700B
Complementary color
Monochromatic Colors of #E1700B
Black with #E1700B
Text Example
Text Example
White with #E1700B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1700B; }
p { color: rgb(225,112,11); }
H1.HeaderClassName
{
color: #E1700B;
}
.AnyTagClassName
{
color: #E1700B;
}
</style>
background-color css
<style>
a { background-color: #E1700B; }
a { background-color: rgb(225,112,11); }
div.DivClassName
{
background-color: #E1700B;
}
.BgClassName
{
background-color: #E1700B;
}
</style>
border-color css
<style>
span { border-color: #E1700B; }
span { border-color: rgb(225,112,11); }
td.TdClassName
{
border-color: #E1700B;
}
.TagClassName
{
border-color: #E1700B;
}
</style>