Shades of Mango Tango #E8680C
Tints of Mango Tango #E8680C
RGB
CMYK
RGB Variations
Color information
#E8680C (or 0xE8680C) is known color: Mango Tango. HEX triplet: E8, 68 and 0C. RGB value is (232,104,12). Sum of RGB (Red+Green+Blue) = 232+104+12=348 (46% of max value = 765). Red value is 232 (91.02% from 255 or 66.67% from 348); Green value is 104 (41.02% from 255 or 29.89% from 348); Blue value is 12 (5.08% from 255 or 3.45% from 348); Max value from RGB is 232 - color contains mainly: red. Hex color #E8680C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E8680C is #1797F3. Grayscale: #848484. Windows color (decimal): -1546228 or 813288. OLE color: 813288.
HSL color Cylindrical-coordinate representation of color #E8680C: hue angle of 25.09º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E8680C is Cyan = 0, Magento = 0.55, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 104 | 12 | - |
| CMYK | 0 | 0.55 | 0.95 | 0.09 |
| HSL | 25.09º | 0.9% | 0.48% | - |
| HSV(B) | 25.09º | 0.95% | 0.91% | - |
| XYZ | 38.3 | 27.08 | 3.56 | - |
| YUV | 131.78 | 60.41 | 199.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 104 | 12 | 0 | 0.55 | 0.95 | 0.09 | 25.09 | 0.9 | 0.48 |
| Hex | E8 | 68 | C | 0 | 37 | 5F | 9 | 19 | 5A | 30 |
| Octal | 350 | 150 | 14 | 0 | 67 | 137 | 11 | 31 | 132 | 60 |
| Binary | 11101000 | 1101000 | 1100 | 0 | 110111 | 1011111 | 1001 | 11001 | 1011010 | 110000 |
Color Harmonies of #E8680C
Complementary color
Monochromatic Colors of #E8680C
Black with #E8680C
Text Example
Text Example
White with #E8680C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8680C; }
p { color: rgb(232,104,12); }
H1.HeaderClassName
{
color: #E8680C;
}
.AnyTagClassName
{
color: #E8680C;
}
</style>
background-color css
<style>
a { background-color: #E8680C; }
a { background-color: rgb(232,104,12); }
div.DivClassName
{
background-color: #E8680C;
}
.BgClassName
{
background-color: #E8680C;
}
</style>
border-color css
<style>
span { border-color: #E8680C; }
span { border-color: rgb(232,104,12); }
td.TdClassName
{
border-color: #E8680C;
}
.TagClassName
{
border-color: #E8680C;
}
</style>