Shades of Mango Tango #E1650C
Tints of Mango Tango #E1650C
RGB
CMYK
RGB Variations
Color information
#E1650C (or 0xE1650C) is known color: Mango Tango. HEX triplet: E1, 65 and 0C. RGB value is (225,101,12). Sum of RGB (Red+Green+Blue) = 225+101+12=338 (44% of max value = 765). Red value is 225 (88.28% from 255 or 66.57% from 338); Green value is 101 (39.84% from 255 or 29.88% from 338); Blue value is 12 (5.08% from 255 or 3.55% from 338); Max value from RGB is 225 - color contains mainly: red. Hex color #E1650C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E1650C is #1E9AF3. Grayscale: #808080. Windows color (decimal): -2005748 or 812513. OLE color: 812513.
HSL color Cylindrical-coordinate representation of color #E1650C: hue angle of 25.07º degrees, saturation: 0.9, 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 #E1650C is Cyan = 0, Magento = 0.55, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 101 | 12 | - |
| CMYK | 0 | 0.55 | 0.95 | 0.12 |
| HSL | 25.07º | 0.9% | 0.46% | - |
| HSV(B) | 25.07º | 0.95% | 0.88% | - |
| XYZ | 35.77 | 25.34 | 3.35 | - |
| YUV | 127.93 | 62.58 | 197.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 101 | 12 | 0 | 0.55 | 0.95 | 0.12 | 25.07 | 0.9 | 0.46 |
| Hex | E1 | 65 | C | 0 | 37 | 5F | C | 19 | 5A | 2E |
| Octal | 341 | 145 | 14 | 0 | 67 | 137 | 14 | 31 | 132 | 56 |
| Binary | 11100001 | 1100101 | 1100 | 0 | 110111 | 1011111 | 1100 | 11001 | 1011010 | 101110 |
Color Harmonies of #E1650C
Complementary color
Monochromatic Colors of #E1650C
Black with #E1650C
Text Example
Text Example
White with #E1650C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1650C; }
p { color: rgb(225,101,12); }
H1.HeaderClassName
{
color: #E1650C;
}
.AnyTagClassName
{
color: #E1650C;
}
</style>
background-color css
<style>
a { background-color: #E1650C; }
a { background-color: rgb(225,101,12); }
div.DivClassName
{
background-color: #E1650C;
}
.BgClassName
{
background-color: #E1650C;
}
</style>
border-color css
<style>
span { border-color: #E1650C; }
span { border-color: rgb(225,101,12); }
td.TdClassName
{
border-color: #E1650C;
}
.TagClassName
{
border-color: #E1650C;
}
</style>