Shades of Mango Tango #E16B0D
Tints of Mango Tango #E16B0D
RGB
CMYK
RGB Variations
Color information
#E16B0D (or 0xE16B0D) is known color: Mango Tango. HEX triplet: E1, 6B and 0D. RGB value is (225,107,13). Sum of RGB (Red+Green+Blue) = 225+107+13=345 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.22% from 345); Green value is 107 (42.19% from 255 or 31.01% from 345); Blue value is 13 (5.47% from 255 or 3.77% from 345); Max value from RGB is 225 - color contains mainly: red. Hex color #E16B0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E16B0D is #1E94F2. Grayscale: #848484. Windows color (decimal): -2004211 or 879585. OLE color: 879585.
HSL color Cylindrical-coordinate representation of color #E16B0D: hue angle of 26.6º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E16B0D is Cyan = 0, Magento = 0.52, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 107 | 13 | - |
| CMYK | 0 | 0.52 | 0.94 | 0.12 |
| HSL | 26.6º | 0.89% | 0.47% | - |
| HSV(B) | 26.6º | 0.94% | 0.88% | - |
| XYZ | 36.38 | 26.55 | 3.59 | - |
| YUV | 131.57 | 61.09 | 194.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 107 | 13 | 0 | 0.52 | 0.94 | 0.12 | 26.6 | 0.89 | 0.47 |
| Hex | E1 | 6B | D | 0 | 34 | 5E | C | 1B | 59 | 2F |
| Octal | 341 | 153 | 15 | 0 | 64 | 136 | 14 | 33 | 131 | 57 |
| Binary | 11100001 | 1101011 | 1101 | 0 | 110100 | 1011110 | 1100 | 11011 | 1011001 | 101111 |
Color Harmonies of #E16B0D
Complementary color
Monochromatic Colors of #E16B0D
Black with #E16B0D
Text Example
Text Example
White with #E16B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16B0D; }
p { color: rgb(225,107,13); }
H1.HeaderClassName
{
color: #E16B0D;
}
.AnyTagClassName
{
color: #E16B0D;
}
</style>
background-color css
<style>
a { background-color: #E16B0D; }
a { background-color: rgb(225,107,13); }
div.DivClassName
{
background-color: #E16B0D;
}
.BgClassName
{
background-color: #E16B0D;
}
</style>
border-color css
<style>
span { border-color: #E16B0D; }
span { border-color: rgb(225,107,13); }
td.TdClassName
{
border-color: #E16B0D;
}
.TagClassName
{
border-color: #E16B0D;
}
</style>