Shades of Mango Tango #E67C0C
Tints of Mango Tango #E67C0C
RGB
CMYK
RGB Variations
Color information
#E67C0C (or 0xE67C0C) is known color: Mango Tango. HEX triplet: E6, 7C and 0C. RGB value is (230,124,12). Sum of RGB (Red+Green+Blue) = 230+124+12=366 (48% of max value = 765). Red value is 230 (90.23% from 255 or 62.84% from 366); Green value is 124 (48.83% from 255 or 33.88% from 366); Blue value is 12 (5.08% from 255 or 3.28% from 366); Max value from RGB is 230 - color contains mainly: red. Hex color #E67C0C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E67C0C is #1983F3. Grayscale: #8F8F8F. Windows color (decimal): -1672180 or 818406. OLE color: 818406.
HSL color Cylindrical-coordinate representation of color #E67C0C: hue angle of 30.83º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E67C0C is Cyan = 0, Magento = 0.46, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 124 | 12 | - |
| CMYK | 0 | 0.46 | 0.95 | 0.10 |
| HSL | 30.83º | 0.9% | 0.47% | - |
| HSV(B) | 30.83º | 0.95% | 0.9% | - |
| XYZ | 39.91 | 31.26 | 4.28 | - |
| YUV | 142.93 | 54.12 | 190.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 124 | 12 | 0 | 0.46 | 0.95 | 0.10 | 30.83 | 0.9 | 0.47 |
| Hex | E6 | 7C | C | 0 | 2E | 5F | A | 1F | 5A | 2F |
| Octal | 346 | 174 | 14 | 0 | 56 | 137 | 12 | 37 | 132 | 57 |
| Binary | 11100110 | 1111100 | 1100 | 0 | 101110 | 1011111 | 1010 | 11111 | 1011010 | 101111 |
Color Harmonies of #E67C0C
Complementary color
Monochromatic Colors of #E67C0C
Black with #E67C0C
Text Example
Text Example
White with #E67C0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E67C0C; }
p { color: rgb(230,124,12); }
H1.HeaderClassName
{
color: #E67C0C;
}
.AnyTagClassName
{
color: #E67C0C;
}
</style>
background-color css
<style>
a { background-color: #E67C0C; }
a { background-color: rgb(230,124,12); }
div.DivClassName
{
background-color: #E67C0C;
}
.BgClassName
{
background-color: #E67C0C;
}
</style>
border-color css
<style>
span { border-color: #E67C0C; }
span { border-color: rgb(230,124,12); }
td.TdClassName
{
border-color: #E67C0C;
}
.TagClassName
{
border-color: #E67C0C;
}
</style>