Shades of Mango Tango #E67115
Tints of Mango Tango #E67115
RGB
CMYK
RGB Variations
Color information
#E67115 (or 0xE67115) is known color: Mango Tango. HEX triplet: E6, 71 and 15. RGB value is (230,113,21). Sum of RGB (Red+Green+Blue) = 230+113+21=364 (48% of max value = 765). Red value is 230 (90.23% from 255 or 63.19% from 364); Green value is 113 (44.53% from 255 or 31.04% from 364); Blue value is 21 (8.59% from 255 or 5.77% from 364); Max value from RGB is 230 - color contains mainly: red. Hex color #E67115 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E67115 is #198EEA. Grayscale: #898989. Windows color (decimal): -1674987 or 1405414. OLE color: 1405414.
HSL color Cylindrical-coordinate representation of color #E67115: hue angle of 26.41º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E67115 is Cyan = 0, Magento = 0.51, Yellow = 0.91 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 113 | 21 | - |
| CMYK | 0 | 0.51 | 0.91 | 0.10 |
| HSL | 26.41º | 0.83% | 0.49% | - |
| HSV(B) | 26.41º | 0.91% | 0.9% | - |
| XYZ | 38.67 | 28.69 | 4.21 | - |
| YUV | 137.5 | 62.26 | 193.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 113 | 21 | 0 | 0.51 | 0.91 | 0.10 | 26.41 | 0.83 | 0.49 |
| Hex | E6 | 71 | 15 | 0 | 33 | 5B | A | 1A | 53 | 31 |
| Octal | 346 | 161 | 25 | 0 | 63 | 133 | 12 | 32 | 123 | 61 |
| Binary | 11100110 | 1110001 | 10101 | 0 | 110011 | 1011011 | 1010 | 11010 | 1010011 | 110001 |
Color Harmonies of #E67115
Complementary color
Monochromatic Colors of #E67115
Black with #E67115
Text Example
Text Example
White with #E67115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E67115; }
p { color: rgb(230,113,21); }
H1.HeaderClassName
{
color: #E67115;
}
.AnyTagClassName
{
color: #E67115;
}
</style>
background-color css
<style>
a { background-color: #E67115; }
a { background-color: rgb(230,113,21); }
div.DivClassName
{
background-color: #E67115;
}
.BgClassName
{
background-color: #E67115;
}
</style>
border-color css
<style>
span { border-color: #E67115; }
span { border-color: rgb(230,113,21); }
td.TdClassName
{
border-color: #E67115;
}
.TagClassName
{
border-color: #E67115;
}
</style>