Shades of Mango Tango #E6750F
Tints of Mango Tango #E6750F
RGB
CMYK
RGB Variations
Color information
#E6750F (or 0xE6750F) is known color: Mango Tango. HEX triplet: E6, 75 and 0F. RGB value is (230,117,15). Sum of RGB (Red+Green+Blue) = 230+117+15=362 (47% of max value = 765). Red value is 230 (90.23% from 255 or 63.54% from 362); Green value is 117 (46.09% from 255 or 32.32% from 362); Blue value is 15 (6.25% from 255 or 4.14% from 362); Max value from RGB is 230 - color contains mainly: red. Hex color #E6750F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E6750F is #198AF0. Grayscale: #8B8B8B. Windows color (decimal): -1673969 or 1013222. OLE color: 1013222.
HSL color Cylindrical-coordinate representation of color #E6750F: hue angle of 28.47º 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 #E6750F is Cyan = 0, Magento = 0.49, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 117 | 15 | - |
| CMYK | 0 | 0.49 | 0.93 | 0.10 |
| HSL | 28.47º | 0.88% | 0.48% | - |
| HSV(B) | 28.47º | 0.93% | 0.9% | - |
| XYZ | 39.08 | 29.58 | 4.1 | - |
| YUV | 139.16 | 57.94 | 192.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 117 | 15 | 0 | 0.49 | 0.93 | 0.10 | 28.47 | 0.88 | 0.48 |
| Hex | E6 | 75 | F | 0 | 31 | 5D | A | 1C | 58 | 30 |
| Octal | 346 | 165 | 17 | 0 | 61 | 135 | 12 | 34 | 130 | 60 |
| Binary | 11100110 | 1110101 | 1111 | 0 | 110001 | 1011101 | 1010 | 11100 | 1011000 | 110000 |
Color Harmonies of #E6750F
Complementary color
Monochromatic Colors of #E6750F
Black with #E6750F
Text Example
Text Example
White with #E6750F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6750F; }
p { color: rgb(230,117,15); }
H1.HeaderClassName
{
color: #E6750F;
}
.AnyTagClassName
{
color: #E6750F;
}
</style>
background-color css
<style>
a { background-color: #E6750F; }
a { background-color: rgb(230,117,15); }
div.DivClassName
{
background-color: #E6750F;
}
.BgClassName
{
background-color: #E6750F;
}
</style>
border-color css
<style>
span { border-color: #E6750F; }
span { border-color: rgb(230,117,15); }
td.TdClassName
{
border-color: #E6750F;
}
.TagClassName
{
border-color: #E6750F;
}
</style>