Shades of Mango Tango #E46501
Tints of Mango Tango #E46501
RGB
CMYK
RGB Variations
Color information
#E46501 (or 0xE46501) is known color: Mango Tango. HEX triplet: E4, 65 and 01. RGB value is (228,101,1). Sum of RGB (Red+Green+Blue) = 228+101+1=330 (43% of max value = 765). Red value is 228 (89.45% from 255 or 69.09% from 330); Green value is 101 (39.84% from 255 or 30.61% from 330); Blue value is 1 (0.78% from 255 or 0.30% from 330); Max value from RGB is 228 - color contains mainly: red. Hex color #E46501 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E46501 is #1B9AFE. Grayscale: #808080. Windows color (decimal): -1809151 or 91620. OLE color: 91620.
HSL color Cylindrical-coordinate representation of color #E46501: hue angle of 26.43º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E46501 is Cyan = 0, Magento = 0.56, Yellow = 1.00 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 101 | 1 | - |
| CMYK | 0 | 0.56 | 1.00 | 0.11 |
| HSL | 26.43º | 0.99% | 0.45% | - |
| HSV(B) | 26.43º | 1% | 0.89% | - |
| XYZ | 36.65 | 25.8 | 3.08 | - |
| YUV | 127.57 | 56.58 | 199.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 101 | 1 | 0 | 0.56 | 1.00 | 0.11 | 26.43 | 0.99 | 0.45 |
| Hex | E4 | 65 | 1 | 0 | 38 | 64 | B | 1A | 63 | 2D |
| Octal | 344 | 145 | 1 | 0 | 70 | 144 | 13 | 32 | 143 | 55 |
| Binary | 11100100 | 1100101 | 1 | 0 | 111000 | 1100100 | 1011 | 11010 | 1100011 | 101101 |
Color Harmonies of #E46501
Complementary color
Monochromatic Colors of #E46501
Black with #E46501
Text Example
Text Example
White with #E46501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E46501; }
p { color: rgb(228,101,1); }
H1.HeaderClassName
{
color: #E46501;
}
.AnyTagClassName
{
color: #E46501;
}
</style>
background-color css
<style>
a { background-color: #E46501; }
a { background-color: rgb(228,101,1); }
div.DivClassName
{
background-color: #E46501;
}
.BgClassName
{
background-color: #E46501;
}
</style>
border-color css
<style>
span { border-color: #E46501; }
span { border-color: rgb(228,101,1); }
td.TdClassName
{
border-color: #E46501;
}
.TagClassName
{
border-color: #E46501;
}
</style>