Shades of Mango Tango #E37D15
Tints of Mango Tango #E37D15
RGB
CMYK
RGB Variations
Color information
#E37D15 (or 0xE37D15) is known color: Mango Tango. HEX triplet: E3, 7D and 15. RGB value is (227,125,21). Sum of RGB (Red+Green+Blue) = 227+125+21=373 (49% of max value = 765). Red value is 227 (89.06% from 255 or 60.86% from 373); Green value is 125 (49.22% from 255 or 33.51% from 373); Blue value is 21 (8.59% from 255 or 5.63% from 373); Max value from RGB is 227 - color contains mainly: red. Hex color #E37D15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E37D15 is #1C82EA. Grayscale: #909090. Windows color (decimal): -1868523 or 1408483. OLE color: 1408483.
HSL color Cylindrical-coordinate representation of color #E37D15: hue angle of 30.29º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E37D15 is Cyan = 0, Magento = 0.45, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 125 | 21 | - |
| CMYK | 0 | 0.45 | 0.91 | 0.11 |
| HSL | 30.29º | 0.83% | 0.49% | - |
| HSV(B) | 30.29º | 0.91% | 0.89% | - |
| XYZ | 39.15 | 31.05 | 4.64 | - |
| YUV | 143.64 | 58.79 | 187.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 125 | 21 | 0 | 0.45 | 0.91 | 0.11 | 30.29 | 0.83 | 0.49 |
| Hex | E3 | 7D | 15 | 0 | 2D | 5B | B | 1E | 53 | 31 |
| Octal | 343 | 175 | 25 | 0 | 55 | 133 | 13 | 36 | 123 | 61 |
| Binary | 11100011 | 1111101 | 10101 | 0 | 101101 | 1011011 | 1011 | 11110 | 1010011 | 110001 |
Color Harmonies of #E37D15
Complementary color
Monochromatic Colors of #E37D15
Black with #E37D15
Text Example
Text Example
White with #E37D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E37D15; }
p { color: rgb(227,125,21); }
H1.HeaderClassName
{
color: #E37D15;
}
.AnyTagClassName
{
color: #E37D15;
}
</style>
background-color css
<style>
a { background-color: #E37D15; }
a { background-color: rgb(227,125,21); }
div.DivClassName
{
background-color: #E37D15;
}
.BgClassName
{
background-color: #E37D15;
}
</style>
border-color css
<style>
span { border-color: #E37D15; }
span { border-color: rgb(227,125,21); }
td.TdClassName
{
border-color: #E37D15;
}
.TagClassName
{
border-color: #E37D15;
}
</style>