Shades of Mango Tango #E46C0D
Tints of Mango Tango #E46C0D
RGB
CMYK
RGB Variations
Color information
#E46C0D (or 0xE46C0D) is known color: Mango Tango. HEX triplet: E4, 6C and 0D. RGB value is (228,108,13). Sum of RGB (Red+Green+Blue) = 228+108+13=349 (46% of max value = 765). Red value is 228 (89.45% from 255 or 65.33% from 349); Green value is 108 (42.58% from 255 or 30.95% from 349); Blue value is 13 (5.47% from 255 or 3.72% from 349); Max value from RGB is 228 - color contains mainly: red. Hex color #E46C0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E46C0D is #1B93F2. Grayscale: #858585. Windows color (decimal): -1807347 or 879844. OLE color: 879844.
HSL color Cylindrical-coordinate representation of color #E46C0D: hue angle of 26.51º degrees, saturation: 0.89, 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 #E46C0D is Cyan = 0, Magento = 0.53, Yellow = 0.94 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 108 | 13 | - |
| CMYK | 0 | 0.53 | 0.94 | 0.11 |
| HSL | 26.51º | 0.89% | 0.47% | - |
| HSV(B) | 26.51º | 0.94% | 0.89% | - |
| XYZ | 37.43 | 27.25 | 3.67 | - |
| YUV | 133.05 | 60.26 | 195.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 108 | 13 | 0 | 0.53 | 0.94 | 0.11 | 26.51 | 0.89 | 0.47 |
| Hex | E4 | 6C | D | 0 | 35 | 5E | B | 1B | 59 | 2F |
| Octal | 344 | 154 | 15 | 0 | 65 | 136 | 13 | 33 | 131 | 57 |
| Binary | 11100100 | 1101100 | 1101 | 0 | 110101 | 1011110 | 1011 | 11011 | 1011001 | 101111 |
Color Harmonies of #E46C0D
Complementary color
Monochromatic Colors of #E46C0D
Black with #E46C0D
Text Example
Text Example
White with #E46C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E46C0D; }
p { color: rgb(228,108,13); }
H1.HeaderClassName
{
color: #E46C0D;
}
.AnyTagClassName
{
color: #E46C0D;
}
</style>
background-color css
<style>
a { background-color: #E46C0D; }
a { background-color: rgb(228,108,13); }
div.DivClassName
{
background-color: #E46C0D;
}
.BgClassName
{
background-color: #E46C0D;
}
</style>
border-color css
<style>
span { border-color: #E46C0D; }
span { border-color: rgb(228,108,13); }
td.TdClassName
{
border-color: #E46C0D;
}
.TagClassName
{
border-color: #E46C0D;
}
</style>