Shades of Mango Tango #E6730F
Tints of Mango Tango #E6730F
RGB
CMYK
RGB Variations
Color information
#E6730F (or 0xE6730F) is known color: Mango Tango. HEX triplet: E6, 73 and 0F. RGB value is (230,115,15). Sum of RGB (Red+Green+Blue) = 230+115+15=360 (47% of max value = 765). Red value is 230 (90.23% from 255 or 63.89% from 360); Green value is 115 (45.31% from 255 or 31.94% from 360); Blue value is 15 (6.25% from 255 or 4.17% from 360); Max value from RGB is 230 - color contains mainly: red. Hex color #E6730F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E6730F is #198CF0. Grayscale: #8A8A8A. Windows color (decimal): -1674481 or 1012710. OLE color: 1012710.
HSL color Cylindrical-coordinate representation of color #E6730F: hue angle of 27.91º 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 #E6730F is Cyan = 0, Magento = 0.5, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 115 | 15 | - |
| CMYK | 0 | 0.5 | 0.93 | 0.10 |
| HSL | 27.91º | 0.88% | 0.48% | - |
| HSV(B) | 27.91º | 0.93% | 0.9% | - |
| XYZ | 38.85 | 29.12 | 4.02 | - |
| YUV | 137.99 | 58.6 | 193.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 115 | 15 | 0 | 0.5 | 0.93 | 0.10 | 27.91 | 0.88 | 0.48 |
| Hex | E6 | 73 | F | 0 | 32 | 5D | A | 1C | 58 | 30 |
| Octal | 346 | 163 | 17 | 0 | 62 | 135 | 12 | 34 | 130 | 60 |
| Binary | 11100110 | 1110011 | 1111 | 0 | 110010 | 1011101 | 1010 | 11100 | 1011000 | 110000 |
Color Harmonies of #E6730F
Complementary color
Monochromatic Colors of #E6730F
Black with #E6730F
Text Example
Text Example
White with #E6730F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6730F; }
p { color: rgb(230,115,15); }
H1.HeaderClassName
{
color: #E6730F;
}
.AnyTagClassName
{
color: #E6730F;
}
</style>
background-color css
<style>
a { background-color: #E6730F; }
a { background-color: rgb(230,115,15); }
div.DivClassName
{
background-color: #E6730F;
}
.BgClassName
{
background-color: #E6730F;
}
</style>
border-color css
<style>
span { border-color: #E6730F; }
span { border-color: rgb(230,115,15); }
td.TdClassName
{
border-color: #E6730F;
}
.TagClassName
{
border-color: #E6730F;
}
</style>