Shades of Mango Tango #E6740C
Tints of Mango Tango #E6740C
RGB
CMYK
RGB Variations
Color information
#E6740C (or 0xE6740C) is known color: Mango Tango. HEX triplet: E6, 74 and 0C. RGB value is (230,116,12). Sum of RGB (Red+Green+Blue) = 230+116+12=358 (47% of max value = 765). Red value is 230 (90.23% from 255 or 64.25% from 358); Green value is 116 (45.70% from 255 or 32.40% from 358); Blue value is 12 (5.08% from 255 or 3.35% from 358); Max value from RGB is 230 - color contains mainly: red. Hex color #E6740C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E6740C is #198BF3. Grayscale: #8A8A8A. Windows color (decimal): -1674228 or 816358. OLE color: 816358.
HSL color Cylindrical-coordinate representation of color #E6740C: hue angle of 28.62º 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 #E6740C is Cyan = 0, Magento = 0.50, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 116 | 12 | - |
| CMYK | 0 | 0.50 | 0.95 | 0.10 |
| HSL | 28.62º | 0.9% | 0.47% | - |
| HSV(B) | 28.62º | 0.95% | 0.9% | - |
| XYZ | 38.94 | 29.34 | 3.96 | - |
| YUV | 138.23 | 56.77 | 193.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 116 | 12 | 0 | 0.50 | 0.95 | 0.10 | 28.62 | 0.9 | 0.47 |
| Hex | E6 | 74 | C | 0 | 32 | 5F | A | 1D | 5A | 2F |
| Octal | 346 | 164 | 14 | 0 | 62 | 137 | 12 | 35 | 132 | 57 |
| Binary | 11100110 | 1110100 | 1100 | 0 | 110010 | 1011111 | 1010 | 11101 | 1011010 | 101111 |
Color Harmonies of #E6740C
Complementary color
Monochromatic Colors of #E6740C
Black with #E6740C
Text Example
Text Example
White with #E6740C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6740C; }
p { color: rgb(230,116,12); }
H1.HeaderClassName
{
color: #E6740C;
}
.AnyTagClassName
{
color: #E6740C;
}
</style>
background-color css
<style>
a { background-color: #E6740C; }
a { background-color: rgb(230,116,12); }
div.DivClassName
{
background-color: #E6740C;
}
.BgClassName
{
background-color: #E6740C;
}
</style>
border-color css
<style>
span { border-color: #E6740C; }
span { border-color: rgb(230,116,12); }
td.TdClassName
{
border-color: #E6740C;
}
.TagClassName
{
border-color: #E6740C;
}
</style>