Shades of Mango Tango #E46400
Tints of Mango Tango #E46400
RGB
CMYK
RGB Variations
Color information
#E46400 (or 0xE46400) is known color: Mango Tango. HEX triplet: E4, 64 and 00. RGB value is (228,100,0). Sum of RGB (Red+Green+Blue) = 228+100+0=328 (43% of max value = 765). Red value is 228 (89.45% from 255 or 69.51% from 328); Green value is 100 (39.45% from 255 or 30.49% from 328); Blue value is 0 (0.39% from 255 or 0% from 328); Max value from RGB is 228 - color contains mainly: red. Hex color #E46400 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E46400 is #1B9BFF. Grayscale: #7F7F7F. Windows color (decimal): -1809408 or 25828. OLE color: 25828.
HSL color Cylindrical-coordinate representation of color #E46400: hue angle of 26.32º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E46400 is Cyan = 0, Magento = 0.56, Yellow = 1 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 100 | 0 | - |
| CMYK | 0 | 0.56 | 1 | 0.11 |
| HSL | 26.32º | 1% | 0.45% | - |
| HSV(B) | 26.32º | 1% | 0.89% | - |
| XYZ | 36.55 | 25.61 | 3.02 | - |
| YUV | 126.87 | 56.41 | 200.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 100 | 0 | 0 | 0.56 | 1 | 0.11 | 26.32 | 1 | 0.45 |
| Hex | E4 | 64 | 0 | 0 | 38 | 64 | B | 1A | 64 | 2D |
| Octal | 344 | 144 | 0 | 0 | 70 | 144 | 13 | 32 | 144 | 55 |
| Binary | 11100100 | 1100100 | 0 | 0 | 111000 | 1100100 | 1011 | 11010 | 1100100 | 101101 |
Color Harmonies of #E46400
Complementary color
Monochromatic Colors of #E46400
Black with #E46400
Text Example
Text Example
White with #E46400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E46400; }
p { color: rgb(228,100,0); }
H1.HeaderClassName
{
color: #E46400;
}
.AnyTagClassName
{
color: #E46400;
}
</style>
background-color css
<style>
a { background-color: #E46400; }
a { background-color: rgb(228,100,0); }
div.DivClassName
{
background-color: #E46400;
}
.BgClassName
{
background-color: #E46400;
}
</style>
border-color css
<style>
span { border-color: #E46400; }
span { border-color: rgb(228,100,0); }
td.TdClassName
{
border-color: #E46400;
}
.TagClassName
{
border-color: #E46400;
}
</style>