Shades of Mango Tango #E67F0E
Tints of Mango Tango #E67F0E
RGB
CMYK
RGB Variations
Color information
#E67F0E (or 0xE67F0E) is known color: Mango Tango. HEX triplet: E6, 7F and 0E. RGB value is (230,127,14). Sum of RGB (Red+Green+Blue) = 230+127+14=371 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.99% from 371); Green value is 127 (50% from 255 or 34.23% from 371); Blue value is 14 (5.86% from 255 or 3.77% from 371); Max value from RGB is 230 - color contains mainly: red. Hex color #E67F0E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E67F0E is #1980F1. Grayscale: #919191. Windows color (decimal): -1671410 or 950246. OLE color: 950246.
HSL color Cylindrical-coordinate representation of color #E67F0E: hue angle of 31.39º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E67F0E is Cyan = 0, Magento = 0.45, Yellow = 0.94 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 127 | 14 | - |
| CMYK | 0 | 0.45 | 0.94 | 0.10 |
| HSL | 31.39º | 0.89% | 0.48% | - |
| HSV(B) | 31.39º | 0.94% | 0.9% | - |
| XYZ | 40.3 | 32.03 | 4.47 | - |
| YUV | 144.92 | 54.12 | 188.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 127 | 14 | 0 | 0.45 | 0.94 | 0.10 | 31.39 | 0.89 | 0.48 |
| Hex | E6 | 7F | E | 0 | 2D | 5E | A | 1F | 59 | 30 |
| Octal | 346 | 177 | 16 | 0 | 55 | 136 | 12 | 37 | 131 | 60 |
| Binary | 11100110 | 1111111 | 1110 | 0 | 101101 | 1011110 | 1010 | 11111 | 1011001 | 110000 |
Color Harmonies of #E67F0E
Complementary color
Monochromatic Colors of #E67F0E
Black with #E67F0E
Text Example
Text Example
White with #E67F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E67F0E; }
p { color: rgb(230,127,14); }
H1.HeaderClassName
{
color: #E67F0E;
}
.AnyTagClassName
{
color: #E67F0E;
}
</style>
background-color css
<style>
a { background-color: #E67F0E; }
a { background-color: rgb(230,127,14); }
div.DivClassName
{
background-color: #E67F0E;
}
.BgClassName
{
background-color: #E67F0E;
}
</style>
border-color css
<style>
span { border-color: #E67F0E; }
span { border-color: rgb(230,127,14); }
td.TdClassName
{
border-color: #E67F0E;
}
.TagClassName
{
border-color: #E67F0E;
}
</style>