Shades of Mango Tango #E46B0C
Tints of Mango Tango #E46B0C
RGB
CMYK
RGB Variations
Color information
#E46B0C (or 0xE46B0C) is known color: Mango Tango. HEX triplet: E4, 6B and 0C. RGB value is (228,107,12). Sum of RGB (Red+Green+Blue) = 228+107+12=347 (45% of max value = 765). Red value is 228 (89.45% from 255 or 65.71% from 347); Green value is 107 (42.19% from 255 or 30.84% from 347); Blue value is 12 (5.08% from 255 or 3.46% from 347); Max value from RGB is 228 - color contains mainly: red. Hex color #E46B0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E46B0C is #1B94F3. Grayscale: #848484. Windows color (decimal): -1807604 or 814052. OLE color: 814052.
HSL color Cylindrical-coordinate representation of color #E46B0C: hue angle of 26.39º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E46B0C is Cyan = 0, Magento = 0.53, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 107 | 12 | - |
| CMYK | 0 | 0.53 | 0.95 | 0.11 |
| HSL | 26.39º | 0.9% | 0.47% | - |
| HSV(B) | 26.39º | 0.95% | 0.89% | - |
| XYZ | 37.32 | 27.04 | 3.6 | - |
| YUV | 132.35 | 60.09 | 196.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 107 | 12 | 0 | 0.53 | 0.95 | 0.11 | 26.39 | 0.9 | 0.47 |
| Hex | E4 | 6B | C | 0 | 35 | 5F | B | 1A | 5A | 2F |
| Octal | 344 | 153 | 14 | 0 | 65 | 137 | 13 | 32 | 132 | 57 |
| Binary | 11100100 | 1101011 | 1100 | 0 | 110101 | 1011111 | 1011 | 11010 | 1011010 | 101111 |
Color Harmonies of #E46B0C
Complementary color
Monochromatic Colors of #E46B0C
Black with #E46B0C
Text Example
Text Example
White with #E46B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E46B0C; }
p { color: rgb(228,107,12); }
H1.HeaderClassName
{
color: #E46B0C;
}
.AnyTagClassName
{
color: #E46B0C;
}
</style>
background-color css
<style>
a { background-color: #E46B0C; }
a { background-color: rgb(228,107,12); }
div.DivClassName
{
background-color: #E46B0C;
}
.BgClassName
{
background-color: #E46B0C;
}
</style>
border-color css
<style>
span { border-color: #E46B0C; }
span { border-color: rgb(228,107,12); }
td.TdClassName
{
border-color: #E46B0C;
}
.TagClassName
{
border-color: #E46B0C;
}
</style>