Shades of Mango Tango #E6740F
Tints of Mango Tango #E6740F
RGB
CMYK
RGB Variations
Color information
#E6740F (or 0xE6740F) is known color: Mango Tango. HEX triplet: E6, 74 and 0F. RGB value is (230,116,15). Sum of RGB (Red+Green+Blue) = 230+116+15=361 (47% of max value = 765). Red value is 230 (90.23% from 255 or 63.71% from 361); Green value is 116 (45.70% from 255 or 32.13% from 361); Blue value is 15 (6.25% from 255 or 4.16% from 361); Max value from RGB is 230 - color contains mainly: red. Hex color #E6740F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E6740F is #198BF0. Grayscale: #8B8B8B. Windows color (decimal): -1674225 or 1012966. OLE color: 1012966.
HSL color Cylindrical-coordinate representation of color #E6740F: hue angle of 28.19º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E6740F is Cyan = 0, Magento = 0.50, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 116 | 15 | - |
| CMYK | 0 | 0.50 | 0.93 | 0.10 |
| HSL | 28.19º | 0.88% | 0.48% | - |
| HSV(B) | 28.19º | 0.93% | 0.9% | - |
| XYZ | 38.96 | 29.35 | 4.06 | - |
| YUV | 138.57 | 58.27 | 193.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 116 | 15 | 0 | 0.50 | 0.93 | 0.10 | 28.19 | 0.88 | 0.48 |
| Hex | E6 | 74 | F | 0 | 32 | 5D | A | 1C | 58 | 30 |
| Octal | 346 | 164 | 17 | 0 | 62 | 135 | 12 | 34 | 130 | 60 |
| Binary | 11100110 | 1110100 | 1111 | 0 | 110010 | 1011101 | 1010 | 11100 | 1011000 | 110000 |
Color Harmonies of #E6740F
Complementary color
Monochromatic Colors of #E6740F
Black with #E6740F
Text Example
Text Example
White with #E6740F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6740F; }
p { color: rgb(230,116,15); }
H1.HeaderClassName
{
color: #E6740F;
}
.AnyTagClassName
{
color: #E6740F;
}
</style>
background-color css
<style>
a { background-color: #E6740F; }
a { background-color: rgb(230,116,15); }
div.DivClassName
{
background-color: #E6740F;
}
.BgClassName
{
background-color: #E6740F;
}
</style>
border-color css
<style>
span { border-color: #E6740F; }
span { border-color: rgb(230,116,15); }
td.TdClassName
{
border-color: #E6740F;
}
.TagClassName
{
border-color: #E6740F;
}
</style>