Shades of Mango Tango #E3750D
Tints of Mango Tango #E3750D
RGB
CMYK
RGB Variations
Color information
#E3750D (or 0xE3750D) is known color: Mango Tango. HEX triplet: E3, 75 and 0D. RGB value is (227,117,13). Sum of RGB (Red+Green+Blue) = 227+117+13=357 (47% of max value = 765). Red value is 227 (89.06% from 255 or 63.59% from 357); Green value is 117 (46.09% from 255 or 32.77% from 357); Blue value is 13 (5.47% from 255 or 3.64% from 357); Max value from RGB is 227 - color contains mainly: red. Hex color #E3750D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E3750D is #1C8AF2. Grayscale: #8A8A8A. Windows color (decimal): -1870579 or 882147. OLE color: 882147.
HSL color Cylindrical-coordinate representation of color #E3750D: hue angle of 29.16º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E3750D is Cyan = 0, Magento = 0.48, Yellow = 0.94 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 117 | 13 | - |
| CMYK | 0 | 0.48 | 0.94 | 0.11 |
| HSL | 29.16º | 0.89% | 0.47% | - |
| HSV(B) | 29.16º | 0.94% | 0.89% | - |
| XYZ | 38.11 | 29.08 | 3.99 | - |
| YUV | 138.03 | 57.44 | 191.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 117 | 13 | 0 | 0.48 | 0.94 | 0.11 | 29.16 | 0.89 | 0.47 |
| Hex | E3 | 75 | D | 0 | 30 | 5E | B | 1D | 59 | 2F |
| Octal | 343 | 165 | 15 | 0 | 60 | 136 | 13 | 35 | 131 | 57 |
| Binary | 11100011 | 1110101 | 1101 | 0 | 110000 | 1011110 | 1011 | 11101 | 1011001 | 101111 |
Color Harmonies of #E3750D
Complementary color
Monochromatic Colors of #E3750D
Black with #E3750D
Text Example
Text Example
White with #E3750D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3750D; }
p { color: rgb(227,117,13); }
H1.HeaderClassName
{
color: #E3750D;
}
.AnyTagClassName
{
color: #E3750D;
}
</style>
background-color css
<style>
a { background-color: #E3750D; }
a { background-color: rgb(227,117,13); }
div.DivClassName
{
background-color: #E3750D;
}
.BgClassName
{
background-color: #E3750D;
}
</style>
border-color css
<style>
span { border-color: #E3750D; }
span { border-color: rgb(227,117,13); }
td.TdClassName
{
border-color: #E3750D;
}
.TagClassName
{
border-color: #E3750D;
}
</style>