Shades of Mango Tango #E7750F
Tints of Mango Tango #E7750F
RGB
CMYK
RGB Variations
Color information
#E7750F (or 0xE7750F) is known color: Mango Tango. HEX triplet: E7, 75 and 0F. RGB value is (231,117,15). Sum of RGB (Red+Green+Blue) = 231+117+15=363 (48% of max value = 765). Red value is 231 (90.62% from 255 or 63.64% from 363); Green value is 117 (46.09% from 255 or 32.23% from 363); Blue value is 15 (6.25% from 255 or 4.13% from 363); Max value from RGB is 231 - color contains mainly: red. Hex color #E7750F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E7750F is #188AF0. Grayscale: #8B8B8B. Windows color (decimal): -1608433 or 1013223. OLE color: 1013223.
HSL color Cylindrical-coordinate representation of color #E7750F: hue angle of 28.33º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E7750F is Cyan = 0, Magento = 0.49, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 117 | 15 | - |
| CMYK | 0 | 0.49 | 0.94 | 0.09 |
| HSL | 28.33º | 0.88% | 0.48% | - |
| HSV(B) | 28.33º | 0.94% | 0.91% | - |
| XYZ | 39.4 | 29.75 | 4.12 | - |
| YUV | 139.46 | 57.77 | 193.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 117 | 15 | 0 | 0.49 | 0.94 | 0.09 | 28.33 | 0.88 | 0.48 |
| Hex | E7 | 75 | F | 0 | 31 | 5E | 9 | 1C | 58 | 30 |
| Octal | 347 | 165 | 17 | 0 | 61 | 136 | 11 | 34 | 130 | 60 |
| Binary | 11100111 | 1110101 | 1111 | 0 | 110001 | 1011110 | 1001 | 11100 | 1011000 | 110000 |
Color Harmonies of #E7750F
Complementary color
Monochromatic Colors of #E7750F
Black with #E7750F
Text Example
Text Example
White with #E7750F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7750F; }
p { color: rgb(231,117,15); }
H1.HeaderClassName
{
color: #E7750F;
}
.AnyTagClassName
{
color: #E7750F;
}
</style>
background-color css
<style>
a { background-color: #E7750F; }
a { background-color: rgb(231,117,15); }
div.DivClassName
{
background-color: #E7750F;
}
.BgClassName
{
background-color: #E7750F;
}
</style>
border-color css
<style>
span { border-color: #E7750F; }
span { border-color: rgb(231,117,15); }
td.TdClassName
{
border-color: #E7750F;
}
.TagClassName
{
border-color: #E7750F;
}
</style>