Shades of Mango Tango #E7750C
Tints of Mango Tango #E7750C
RGB
CMYK
RGB Variations
Color information
#E7750C (or 0xE7750C) is known color: Mango Tango. HEX triplet: E7, 75 and 0C. RGB value is (231,117,12). Sum of RGB (Red+Green+Blue) = 231+117+12=360 (47% of max value = 765). Red value is 231 (90.62% from 255 or 64.17% from 360); Green value is 117 (46.09% from 255 or 32.5% from 360); Blue value is 12 (5.08% from 255 or 3.33% from 360); Max value from RGB is 231 - color contains mainly: red. Hex color #E7750C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E7750C is #188AF3. Grayscale: #8B8B8B. Windows color (decimal): -1608436 or 816615. OLE color: 816615.
HSL color Cylindrical-coordinate representation of color #E7750C: hue angle of 28.77º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E7750C is Cyan = 0, Magento = 0.49, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 117 | 12 | - |
| CMYK | 0 | 0.49 | 0.95 | 0.09 |
| HSL | 28.77º | 0.9% | 0.48% | - |
| HSV(B) | 28.77º | 0.95% | 0.91% | - |
| XYZ | 39.38 | 29.74 | 4.01 | - |
| YUV | 139.12 | 56.27 | 193.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 117 | 12 | 0 | 0.49 | 0.95 | 0.09 | 28.77 | 0.9 | 0.48 |
| Hex | E7 | 75 | C | 0 | 31 | 5F | 9 | 1D | 5A | 30 |
| Octal | 347 | 165 | 14 | 0 | 61 | 137 | 11 | 35 | 132 | 60 |
| Binary | 11100111 | 1110101 | 1100 | 0 | 110001 | 1011111 | 1001 | 11101 | 1011010 | 110000 |
Color Harmonies of #E7750C
Complementary color
Monochromatic Colors of #E7750C
Black with #E7750C
Text Example
Text Example
White with #E7750C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7750C; }
p { color: rgb(231,117,12); }
H1.HeaderClassName
{
color: #E7750C;
}
.AnyTagClassName
{
color: #E7750C;
}
</style>
background-color css
<style>
a { background-color: #E7750C; }
a { background-color: rgb(231,117,12); }
div.DivClassName
{
background-color: #E7750C;
}
.BgClassName
{
background-color: #E7750C;
}
</style>
border-color css
<style>
span { border-color: #E7750C; }
span { border-color: rgb(231,117,12); }
td.TdClassName
{
border-color: #E7750C;
}
.TagClassName
{
border-color: #E7750C;
}
</style>