Shades of Mango Tango #E6710F
Tints of Mango Tango #E6710F
RGB
CMYK
RGB Variations
Color information
#E6710F (or 0xE6710F) is known color: Mango Tango. HEX triplet: E6, 71 and 0F. RGB value is (230,113,15). Sum of RGB (Red+Green+Blue) = 230+113+15=358 (47% of max value = 765). Red value is 230 (90.23% from 255 or 64.25% from 358); Green value is 113 (44.53% from 255 or 31.56% from 358); Blue value is 15 (6.25% from 255 or 4.19% from 358); Max value from RGB is 230 - color contains mainly: red. Hex color #E6710F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E6710F is #198EF0. Grayscale: #898989. Windows color (decimal): -1674993 or 1012198. OLE color: 1012198.
HSL color Cylindrical-coordinate representation of color #E6710F: hue angle of 27.35º 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 #E6710F is Cyan = 0, Magento = 0.51, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 113 | 15 | - |
| CMYK | 0 | 0.51 | 0.93 | 0.10 |
| HSL | 27.35º | 0.88% | 0.48% | - |
| HSV(B) | 27.35º | 0.93% | 0.9% | - |
| XYZ | 38.62 | 28.67 | 3.95 | - |
| YUV | 136.81 | 59.26 | 194.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 113 | 15 | 0 | 0.51 | 0.93 | 0.10 | 27.35 | 0.88 | 0.48 |
| Hex | E6 | 71 | F | 0 | 33 | 5D | A | 1B | 58 | 30 |
| Octal | 346 | 161 | 17 | 0 | 63 | 135 | 12 | 33 | 130 | 60 |
| Binary | 11100110 | 1110001 | 1111 | 0 | 110011 | 1011101 | 1010 | 11011 | 1011000 | 110000 |
Color Harmonies of #E6710F
Complementary color
Monochromatic Colors of #E6710F
Black with #E6710F
Text Example
Text Example
White with #E6710F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6710F; }
p { color: rgb(230,113,15); }
H1.HeaderClassName
{
color: #E6710F;
}
.AnyTagClassName
{
color: #E6710F;
}
</style>
background-color css
<style>
a { background-color: #E6710F; }
a { background-color: rgb(230,113,15); }
div.DivClassName
{
background-color: #E6710F;
}
.BgClassName
{
background-color: #E6710F;
}
</style>
border-color css
<style>
span { border-color: #E6710F; }
span { border-color: rgb(230,113,15); }
td.TdClassName
{
border-color: #E6710F;
}
.TagClassName
{
border-color: #E6710F;
}
</style>