Shades of Mango Tango #E67A0C
Tints of Mango Tango #E67A0C
RGB
CMYK
RGB Variations
Color information
#E67A0C (or 0xE67A0C) is known color: Mango Tango. HEX triplet: E6, 7A and 0C. RGB value is (230,122,12). Sum of RGB (Red+Green+Blue) = 230+122+12=364 (48% of max value = 765). Red value is 230 (90.23% from 255 or 63.19% from 364); Green value is 122 (48.05% from 255 or 33.52% from 364); Blue value is 12 (5.08% from 255 or 3.30% from 364); Max value from RGB is 230 - color contains mainly: red. Hex color #E67A0C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E67A0C is #1985F3. Grayscale: #8E8E8E. Windows color (decimal): -1672692 or 817894. OLE color: 817894.
HSL color Cylindrical-coordinate representation of color #E67A0C: hue angle of 30.28º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E67A0C is Cyan = 0, Magento = 0.47, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 122 | 12 | - |
| CMYK | 0 | 0.47 | 0.95 | 0.10 |
| HSL | 30.28º | 0.9% | 0.47% | - |
| HSV(B) | 30.28º | 0.95% | 0.9% | - |
| XYZ | 39.66 | 30.77 | 4.2 | - |
| YUV | 141.75 | 54.78 | 190.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 122 | 12 | 0 | 0.47 | 0.95 | 0.10 | 30.28 | 0.9 | 0.47 |
| Hex | E6 | 7A | C | 0 | 2F | 5F | A | 1E | 5A | 2F |
| Octal | 346 | 172 | 14 | 0 | 57 | 137 | 12 | 36 | 132 | 57 |
| Binary | 11100110 | 1111010 | 1100 | 0 | 101111 | 1011111 | 1010 | 11110 | 1011010 | 101111 |
Color Harmonies of #E67A0C
Complementary color
Monochromatic Colors of #E67A0C
Black with #E67A0C
Text Example
Text Example
White with #E67A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E67A0C; }
p { color: rgb(230,122,12); }
H1.HeaderClassName
{
color: #E67A0C;
}
.AnyTagClassName
{
color: #E67A0C;
}
</style>
background-color css
<style>
a { background-color: #E67A0C; }
a { background-color: rgb(230,122,12); }
div.DivClassName
{
background-color: #E67A0C;
}
.BgClassName
{
background-color: #E67A0C;
}
</style>
border-color css
<style>
span { border-color: #E67A0C; }
span { border-color: rgb(230,122,12); }
td.TdClassName
{
border-color: #E67A0C;
}
.TagClassName
{
border-color: #E67A0C;
}
</style>