Shades of Mango Tango #E46B0E
Tints of Mango Tango #E46B0E
RGB
CMYK
RGB Variations
Color information
#E46B0E (or 0xE46B0E) is known color: Mango Tango. HEX triplet: E4, 6B and 0E. RGB value is (228,107,14). Sum of RGB (Red+Green+Blue) = 228+107+14=349 (46% of max value = 765). Red value is 228 (89.45% from 255 or 65.33% from 349); Green value is 107 (42.19% from 255 or 30.66% from 349); Blue value is 14 (5.86% from 255 or 4.01% from 349); Max value from RGB is 228 - color contains mainly: red. Hex color #E46B0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E46B0E is #1B94F1. Grayscale: #858585. Windows color (decimal): -1807602 or 945124. OLE color: 945124.
HSL color Cylindrical-coordinate representation of color #E46B0E: hue angle of 26.07º degrees, saturation: 0.88, 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 #E46B0E is Cyan = 0, Magento = 0.53, Yellow = 0.94 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 107 | 14 | - |
| CMYK | 0 | 0.53 | 0.94 | 0.11 |
| HSL | 26.07º | 0.88% | 0.47% | - |
| HSV(B) | 26.07º | 0.94% | 0.89% | - |
| XYZ | 37.33 | 27.04 | 3.67 | - |
| YUV | 132.58 | 61.09 | 196.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 107 | 14 | 0 | 0.53 | 0.94 | 0.11 | 26.07 | 0.88 | 0.47 |
| Hex | E4 | 6B | E | 0 | 35 | 5E | B | 1A | 58 | 2F |
| Octal | 344 | 153 | 16 | 0 | 65 | 136 | 13 | 32 | 130 | 57 |
| Binary | 11100100 | 1101011 | 1110 | 0 | 110101 | 1011110 | 1011 | 11010 | 1011000 | 101111 |
Color Harmonies of #E46B0E
Complementary color
Monochromatic Colors of #E46B0E
Black with #E46B0E
Text Example
Text Example
White with #E46B0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E46B0E; }
p { color: rgb(228,107,14); }
H1.HeaderClassName
{
color: #E46B0E;
}
.AnyTagClassName
{
color: #E46B0E;
}
</style>
background-color css
<style>
a { background-color: #E46B0E; }
a { background-color: rgb(228,107,14); }
div.DivClassName
{
background-color: #E46B0E;
}
.BgClassName
{
background-color: #E46B0E;
}
</style>
border-color css
<style>
span { border-color: #E46B0E; }
span { border-color: rgb(228,107,14); }
td.TdClassName
{
border-color: #E46B0E;
}
.TagClassName
{
border-color: #E46B0E;
}
</style>