Shades of Mango Tango #E16D0B
Tints of Mango Tango #E16D0B
RGB
CMYK
RGB Variations
Color information
#E16D0B (or 0xE16D0B) is known color: Mango Tango. HEX triplet: E1, 6D and 0B. RGB value is (225,109,11). Sum of RGB (Red+Green+Blue) = 225+109+11=345 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.22% from 345); Green value is 109 (42.97% from 255 or 31.59% from 345); Blue value is 11 (4.69% from 255 or 3.19% from 345); Max value from RGB is 225 - color contains mainly: red. Hex color #E16D0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E16D0B is #1E92F4. Grayscale: #858585. Windows color (decimal): -2003701 or 749025. OLE color: 749025.
HSL color Cylindrical-coordinate representation of color #E16D0B: hue angle of 27.48º 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 #E16D0B is Cyan = 0, Magento = 0.52, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 109 | 11 | - |
| CMYK | 0 | 0.52 | 0.95 | 0.12 |
| HSL | 27.48º | 0.91% | 0.46% | - |
| HSV(B) | 27.48º | 0.95% | 0.88% | - |
| XYZ | 36.58 | 26.97 | 3.59 | - |
| YUV | 132.51 | 59.43 | 193.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 109 | 11 | 0 | 0.52 | 0.95 | 0.12 | 27.48 | 0.91 | 0.46 |
| Hex | E1 | 6D | B | 0 | 34 | 5F | C | 1B | 5B | 2E |
| Octal | 341 | 155 | 13 | 0 | 64 | 137 | 14 | 33 | 133 | 56 |
| Binary | 11100001 | 1101101 | 1011 | 0 | 110100 | 1011111 | 1100 | 11011 | 1011011 | 101110 |
Color Harmonies of #E16D0B
Complementary color
Monochromatic Colors of #E16D0B
Black with #E16D0B
Text Example
Text Example
White with #E16D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16D0B; }
p { color: rgb(225,109,11); }
H1.HeaderClassName
{
color: #E16D0B;
}
.AnyTagClassName
{
color: #E16D0B;
}
</style>
background-color css
<style>
a { background-color: #E16D0B; }
a { background-color: rgb(225,109,11); }
div.DivClassName
{
background-color: #E16D0B;
}
.BgClassName
{
background-color: #E16D0B;
}
</style>
border-color css
<style>
span { border-color: #E16D0B; }
span { border-color: rgb(225,109,11); }
td.TdClassName
{
border-color: #E16D0B;
}
.TagClassName
{
border-color: #E16D0B;
}
</style>