Shades of Mango Tango #EE680E
Tints of Mango Tango #EE680E
RGB
CMYK
RGB Variations
Color information
#EE680E (or 0xEE680E) is known color: Mango Tango. HEX triplet: EE, 68 and 0E. RGB value is (238,104,14). Sum of RGB (Red+Green+Blue) = 238+104+14=356 (47% of max value = 765). Red value is 238 (93.36% from 255 or 66.85% from 356); Green value is 104 (41.02% from 255 or 29.21% from 356); Blue value is 14 (5.86% from 255 or 3.93% from 356); Max value from RGB is 238 - color contains mainly: red. Hex color #EE680E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE680E is #1197F1. Grayscale: #868686. Windows color (decimal): -1153010 or 944366. OLE color: 944366.
HSL color Cylindrical-coordinate representation of color #EE680E: hue angle of 24.11º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EE680E is Cyan = 0, Magento = 0.56, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 104 | 14 | - |
| CMYK | 0 | 0.56 | 0.94 | 0.07 |
| HSL | 24.11º | 0.89% | 0.49% | - |
| HSV(B) | 24.11º | 0.94% | 0.93% | - |
| XYZ | 40.29 | 28.11 | 3.72 | - |
| YUV | 133.81 | 60.39 | 202.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 104 | 14 | 0 | 0.56 | 0.94 | 0.07 | 24.11 | 0.89 | 0.49 |
| Hex | EE | 68 | E | 0 | 38 | 5E | 7 | 18 | 59 | 31 |
| Octal | 356 | 150 | 16 | 0 | 70 | 136 | 7 | 30 | 131 | 61 |
| Binary | 11101110 | 1101000 | 1110 | 0 | 111000 | 1011110 | 111 | 11000 | 1011001 | 110001 |
Color Harmonies of #EE680E
Complementary color
Monochromatic Colors of #EE680E
Black with #EE680E
Text Example
Text Example
White with #EE680E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE680E; }
p { color: rgb(238,104,14); }
H1.HeaderClassName
{
color: #EE680E;
}
.AnyTagClassName
{
color: #EE680E;
}
</style>
background-color css
<style>
a { background-color: #EE680E; }
a { background-color: rgb(238,104,14); }
div.DivClassName
{
background-color: #EE680E;
}
.BgClassName
{
background-color: #EE680E;
}
</style>
border-color css
<style>
span { border-color: #EE680E; }
span { border-color: rgb(238,104,14); }
td.TdClassName
{
border-color: #EE680E;
}
.TagClassName
{
border-color: #EE680E;
}
</style>