Shades of Mango Tango #E7740B
Tints of Mango Tango #E7740B
RGB
CMYK
RGB Variations
Color information
#E7740B (or 0xE7740B) is known color: Mango Tango. HEX triplet: E7, 74 and 0B. RGB value is (231,116,11). Sum of RGB (Red+Green+Blue) = 231+116+11=358 (47% of max value = 765). Red value is 231 (90.62% from 255 or 64.53% from 358); Green value is 116 (45.70% from 255 or 32.40% from 358); Blue value is 11 (4.69% from 255 or 3.07% from 358); Max value from RGB is 231 - color contains mainly: red. Hex color #E7740B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E7740B is #188BF4. Grayscale: #8A8A8A. Windows color (decimal): -1608693 or 750823. OLE color: 750823.
HSL color Cylindrical-coordinate representation of color #E7740B: hue angle of 28.64º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E7740B is Cyan = 0, Magento = 0.50, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 116 | 11 | - |
| CMYK | 0 | 0.50 | 0.95 | 0.09 |
| HSL | 28.64º | 0.91% | 0.47% | - |
| HSV(B) | 28.64º | 0.95% | 0.91% | - |
| XYZ | 39.26 | 29.5 | 3.94 | - |
| YUV | 138.42 | 56.1 | 194.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 116 | 11 | 0 | 0.50 | 0.95 | 0.09 | 28.64 | 0.91 | 0.47 |
| Hex | E7 | 74 | B | 0 | 32 | 5F | 9 | 1D | 5B | 2F |
| Octal | 347 | 164 | 13 | 0 | 62 | 137 | 11 | 35 | 133 | 57 |
| Binary | 11100111 | 1110100 | 1011 | 0 | 110010 | 1011111 | 1001 | 11101 | 1011011 | 101111 |
Color Harmonies of #E7740B
Complementary color
Monochromatic Colors of #E7740B
Black with #E7740B
Text Example
Text Example
White with #E7740B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7740B; }
p { color: rgb(231,116,11); }
H1.HeaderClassName
{
color: #E7740B;
}
.AnyTagClassName
{
color: #E7740B;
}
</style>
background-color css
<style>
a { background-color: #E7740B; }
a { background-color: rgb(231,116,11); }
div.DivClassName
{
background-color: #E7740B;
}
.BgClassName
{
background-color: #E7740B;
}
</style>
border-color css
<style>
span { border-color: #E7740B; }
span { border-color: rgb(231,116,11); }
td.TdClassName
{
border-color: #E7740B;
}
.TagClassName
{
border-color: #E7740B;
}
</style>