Shades of Mango Tango #E3680C
Tints of Mango Tango #E3680C
RGB
CMYK
RGB Variations
Color information
#E3680C (or 0xE3680C) is known color: Mango Tango. HEX triplet: E3, 68 and 0C. RGB value is (227,104,12). Sum of RGB (Red+Green+Blue) = 227+104+12=343 (45% of max value = 765). Red value is 227 (89.06% from 255 or 66.18% from 343); Green value is 104 (41.02% from 255 or 30.32% from 343); Blue value is 12 (5.08% from 255 or 3.50% from 343); Max value from RGB is 227 - color contains mainly: red. Hex color #E3680C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E3680C is #1C97F3. Grayscale: #828282. Windows color (decimal): -1873908 or 813283. OLE color: 813283.
HSL color Cylindrical-coordinate representation of color #E3680C: hue angle of 25.67º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E3680C is Cyan = 0, Magento = 0.54, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 104 | 12 | - |
| CMYK | 0 | 0.54 | 0.95 | 0.11 |
| HSL | 25.67º | 0.9% | 0.47% | - |
| HSV(B) | 25.67º | 0.95% | 0.89% | - |
| XYZ | 36.7 | 26.26 | 3.48 | - |
| YUV | 130.29 | 61.25 | 196.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 104 | 12 | 0 | 0.54 | 0.95 | 0.11 | 25.67 | 0.9 | 0.47 |
| Hex | E3 | 68 | C | 0 | 36 | 5F | B | 1A | 5A | 2F |
| Octal | 343 | 150 | 14 | 0 | 66 | 137 | 13 | 32 | 132 | 57 |
| Binary | 11100011 | 1101000 | 1100 | 0 | 110110 | 1011111 | 1011 | 11010 | 1011010 | 101111 |
Color Harmonies of #E3680C
Complementary color
Monochromatic Colors of #E3680C
Black with #E3680C
Text Example
Text Example
White with #E3680C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3680C; }
p { color: rgb(227,104,12); }
H1.HeaderClassName
{
color: #E3680C;
}
.AnyTagClassName
{
color: #E3680C;
}
</style>
background-color css
<style>
a { background-color: #E3680C; }
a { background-color: rgb(227,104,12); }
div.DivClassName
{
background-color: #E3680C;
}
.BgClassName
{
background-color: #E3680C;
}
</style>
border-color css
<style>
span { border-color: #E3680C; }
span { border-color: rgb(227,104,12); }
td.TdClassName
{
border-color: #E3680C;
}
.TagClassName
{
border-color: #E3680C;
}
</style>