Shades of Mango Tango #E6740B
Tints of Mango Tango #E6740B
RGB
CMYK
RGB Variations
Color information
#E6740B (or 0xE6740B) is known color: Mango Tango. HEX triplet: E6, 74 and 0B. RGB value is (230,116,11). Sum of RGB (Red+Green+Blue) = 230+116+11=357 (47% of max value = 765). Red value is 230 (90.23% from 255 or 64.43% from 357); Green value is 116 (45.70% from 255 or 32.49% from 357); Blue value is 11 (4.69% from 255 or 3.08% from 357); Max value from RGB is 230 - color contains mainly: red. Hex color #E6740B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E6740B is #198BF4. Grayscale: #8A8A8A. Windows color (decimal): -1674229 or 750822. OLE color: 750822.
HSL color Cylindrical-coordinate representation of color #E6740B: hue angle of 28.77º degrees, saturation: 0.91, 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 #E6740B is Cyan = 0, Magento = 0.50, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 116 | 11 | - |
| CMYK | 0 | 0.50 | 0.95 | 0.10 |
| HSL | 28.77º | 0.91% | 0.47% | - |
| HSV(B) | 28.77º | 0.95% | 0.9% | - |
| XYZ | 38.94 | 29.34 | 3.93 | - |
| YUV | 138.12 | 56.27 | 193.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 116 | 11 | 0 | 0.50 | 0.95 | 0.10 | 28.77 | 0.91 | 0.47 |
| Hex | E6 | 74 | B | 0 | 32 | 5F | A | 1D | 5B | 2F |
| Octal | 346 | 164 | 13 | 0 | 62 | 137 | 12 | 35 | 133 | 57 |
| Binary | 11100110 | 1110100 | 1011 | 0 | 110010 | 1011111 | 1010 | 11101 | 1011011 | 101111 |
Color Harmonies of #E6740B
Complementary color
Monochromatic Colors of #E6740B
Black with #E6740B
Text Example
Text Example
White with #E6740B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6740B; }
p { color: rgb(230,116,11); }
H1.HeaderClassName
{
color: #E6740B;
}
.AnyTagClassName
{
color: #E6740B;
}
</style>
background-color css
<style>
a { background-color: #E6740B; }
a { background-color: rgb(230,116,11); }
div.DivClassName
{
background-color: #E6740B;
}
.BgClassName
{
background-color: #E6740B;
}
</style>
border-color css
<style>
span { border-color: #E6740B; }
span { border-color: rgb(230,116,11); }
td.TdClassName
{
border-color: #E6740B;
}
.TagClassName
{
border-color: #E6740B;
}
</style>