Shades of Mango Tango #E1690B
Tints of Mango Tango #E1690B
RGB
CMYK
RGB Variations
Color information
#E1690B (or 0xE1690B) is known color: Mango Tango. HEX triplet: E1, 69 and 0B. RGB value is (225,105,11). Sum of RGB (Red+Green+Blue) = 225+105+11=341 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.98% from 341); Green value is 105 (41.41% from 255 or 30.79% from 341); Blue value is 11 (4.69% from 255 or 3.23% from 341); Max value from RGB is 225 - color contains mainly: red. Hex color #E1690B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E1690B is #1E96F4. Grayscale: #828282. Windows color (decimal): -2004725 or 748001. OLE color: 748001.
HSL color Cylindrical-coordinate representation of color #E1690B: hue angle of 26.36º 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 #E1690B is Cyan = 0, Magento = 0.53, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 105 | 11 | - |
| CMYK | 0 | 0.53 | 0.95 | 0.12 |
| HSL | 26.36º | 0.91% | 0.46% | - |
| HSV(B) | 26.36º | 0.95% | 0.88% | - |
| XYZ | 36.16 | 26.13 | 3.46 | - |
| YUV | 130.16 | 60.76 | 195.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 105 | 11 | 0 | 0.53 | 0.95 | 0.12 | 26.36 | 0.91 | 0.46 |
| Hex | E1 | 69 | B | 0 | 35 | 5F | C | 1A | 5B | 2E |
| Octal | 341 | 151 | 13 | 0 | 65 | 137 | 14 | 32 | 133 | 56 |
| Binary | 11100001 | 1101001 | 1011 | 0 | 110101 | 1011111 | 1100 | 11010 | 1011011 | 101110 |
Color Harmonies of #E1690B
Complementary color
Monochromatic Colors of #E1690B
Black with #E1690B
Text Example
Text Example
White with #E1690B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1690B; }
p { color: rgb(225,105,11); }
H1.HeaderClassName
{
color: #E1690B;
}
.AnyTagClassName
{
color: #E1690B;
}
</style>
background-color css
<style>
a { background-color: #E1690B; }
a { background-color: rgb(225,105,11); }
div.DivClassName
{
background-color: #E1690B;
}
.BgClassName
{
background-color: #E1690B;
}
</style>
border-color css
<style>
span { border-color: #E1690B; }
span { border-color: rgb(225,105,11); }
td.TdClassName
{
border-color: #E1690B;
}
.TagClassName
{
border-color: #E1690B;
}
</style>