Shades of Mango Tango #E67A00
Tints of Mango Tango #E67A00
RGB
CMYK
RGB Variations
Color information
#E67A00 (or 0xE67A00) is known color: Mango Tango. HEX triplet: E6, 7A and 00. RGB value is (230,122,0). Sum of RGB (Red+Green+Blue) = 230+122+0=352 (46% of max value = 765). Red value is 230 (90.23% from 255 or 65.34% from 352); Green value is 122 (48.05% from 255 or 34.66% from 352); Blue value is 0 (0.39% from 255 or 0% from 352); Max value from RGB is 230 - color contains mainly: red. Hex color #E67A00 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E67A00 is #1985FF. Grayscale: #8C8C8C. Windows color (decimal): -1672704 or 31462. OLE color: 31462.
HSL color Cylindrical-coordinate representation of color #E67A00: hue angle of 31.83º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E67A00 is Cyan = 0, Magento = 0.47, Yellow = 1 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 122 | 0 | - |
| CMYK | 0 | 0.47 | 1 | 0.10 |
| HSL | 31.83º | 1% | 0.45% | - |
| HSV(B) | 31.83º | 1% | 0.9% | - |
| XYZ | 39.59 | 30.74 | 3.85 | - |
| YUV | 140.38 | 48.78 | 191.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 122 | 0 | 0 | 0.47 | 1 | 0.10 | 31.83 | 1 | 0.45 |
| Hex | E6 | 7A | 0 | 0 | 2F | 64 | A | 20 | 64 | 2D |
| Octal | 346 | 172 | 0 | 0 | 57 | 144 | 12 | 40 | 144 | 55 |
| Binary | 11100110 | 1111010 | 0 | 0 | 101111 | 1100100 | 1010 | 100000 | 1100100 | 101101 |
Color Harmonies of #E67A00
Complementary color
Monochromatic Colors of #E67A00
Black with #E67A00
Text Example
Text Example
White with #E67A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E67A00; }
p { color: rgb(230,122,0); }
H1.HeaderClassName
{
color: #E67A00;
}
.AnyTagClassName
{
color: #E67A00;
}
</style>
background-color css
<style>
a { background-color: #E67A00; }
a { background-color: rgb(230,122,0); }
div.DivClassName
{
background-color: #E67A00;
}
.BgClassName
{
background-color: #E67A00;
}
</style>
border-color css
<style>
span { border-color: #E67A00; }
span { border-color: rgb(230,122,0); }
td.TdClassName
{
border-color: #E67A00;
}
.TagClassName
{
border-color: #E67A00;
}
</style>