Shades of Mango Tango #E16A0F
Tints of Mango Tango #E16A0F
RGB
CMYK
RGB Variations
Color information
#E16A0F (or 0xE16A0F) is known color: Mango Tango. HEX triplet: E1, 6A and 0F. RGB value is (225,106,15). Sum of RGB (Red+Green+Blue) = 225+106+15=346 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.03% from 346); Green value is 106 (41.80% from 255 or 30.64% from 346); Blue value is 15 (6.25% from 255 or 4.34% from 346); Max value from RGB is 225 - color contains mainly: red. Hex color #E16A0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E16A0F is #1E95F0. Grayscale: #838383. Windows color (decimal): -2004465 or 1010401. OLE color: 1010401.
HSL color Cylindrical-coordinate representation of color #E16A0F: hue angle of 26º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E16A0F is Cyan = 0, Magento = 0.53, Yellow = 0.93 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 106 | 15 | - |
| CMYK | 0 | 0.53 | 0.93 | 0.12 |
| HSL | 26º | 0.88% | 0.47% | - |
| HSV(B) | 26º | 0.93% | 0.88% | - |
| XYZ | 36.29 | 26.35 | 3.63 | - |
| YUV | 131.21 | 62.42 | 194.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 106 | 15 | 0 | 0.53 | 0.93 | 0.12 | 26 | 0.88 | 0.47 |
| Hex | E1 | 6A | F | 0 | 35 | 5D | C | 1A | 58 | 2F |
| Octal | 341 | 152 | 17 | 0 | 65 | 135 | 14 | 32 | 130 | 57 |
| Binary | 11100001 | 1101010 | 1111 | 0 | 110101 | 1011101 | 1100 | 11010 | 1011000 | 101111 |
Color Harmonies of #E16A0F
Complementary color
Monochromatic Colors of #E16A0F
Black with #E16A0F
Text Example
Text Example
White with #E16A0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16A0F; }
p { color: rgb(225,106,15); }
H1.HeaderClassName
{
color: #E16A0F;
}
.AnyTagClassName
{
color: #E16A0F;
}
</style>
background-color css
<style>
a { background-color: #E16A0F; }
a { background-color: rgb(225,106,15); }
div.DivClassName
{
background-color: #E16A0F;
}
.BgClassName
{
background-color: #E16A0F;
}
</style>
border-color css
<style>
span { border-color: #E16A0F; }
span { border-color: rgb(225,106,15); }
td.TdClassName
{
border-color: #E16A0F;
}
.TagClassName
{
border-color: #E16A0F;
}
</style>