Shades of Mango Tango #E1690A
Tints of Mango Tango #E1690A
RGB
CMYK
RGB Variations
Color information
#E1690A (or 0xE1690A) is known color: Mango Tango. HEX triplet: E1, 69 and 0A. RGB value is (225,105,10). Sum of RGB (Red+Green+Blue) = 225+105+10=340 (45% of max value = 765). Red value is 225 (88.28% from 255 or 66.18% from 340); Green value is 105 (41.41% from 255 or 30.88% from 340); Blue value is 10 (4.30% from 255 or 2.94% from 340); Max value from RGB is 225 - color contains mainly: red. Hex color #E1690A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E1690A is #1E96F5. Grayscale: #828282. Windows color (decimal): -2004726 or 682465. OLE color: 682465.
HSL color Cylindrical-coordinate representation of color #E1690A: hue angle of 26.51º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E1690A is Cyan = 0, Magento = 0.53, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 105 | 10 | - |
| CMYK | 0 | 0.53 | 0.96 | 0.12 |
| HSL | 26.51º | 0.91% | 0.46% | - |
| HSV(B) | 26.51º | 0.96% | 0.88% | - |
| XYZ | 36.16 | 26.13 | 3.43 | - |
| YUV | 130.05 | 60.26 | 195.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 105 | 10 | 0 | 0.53 | 0.96 | 0.12 | 26.51 | 0.91 | 0.46 |
| Hex | E1 | 69 | A | 0 | 35 | 60 | C | 1B | 5B | 2E |
| Octal | 341 | 151 | 12 | 0 | 65 | 140 | 14 | 33 | 133 | 56 |
| Binary | 11100001 | 1101001 | 1010 | 0 | 110101 | 1100000 | 1100 | 11011 | 1011011 | 101110 |
Color Harmonies of #E1690A
Complementary color
Monochromatic Colors of #E1690A
Black with #E1690A
Text Example
Text Example
White with #E1690A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1690A; }
p { color: rgb(225,105,10); }
H1.HeaderClassName
{
color: #E1690A;
}
.AnyTagClassName
{
color: #E1690A;
}
</style>
background-color css
<style>
a { background-color: #E1690A; }
a { background-color: rgb(225,105,10); }
div.DivClassName
{
background-color: #E1690A;
}
.BgClassName
{
background-color: #E1690A;
}
</style>
border-color css
<style>
span { border-color: #E1690A; }
span { border-color: rgb(225,105,10); }
td.TdClassName
{
border-color: #E1690A;
}
.TagClassName
{
border-color: #E1690A;
}
</style>