Shades of Mango Tango #ED680C
Tints of Mango Tango #ED680C
RGB
CMYK
RGB Variations
Color information
#ED680C (or 0xED680C) is known color: Mango Tango. HEX triplet: ED, 68 and 0C. RGB value is (237,104,12). Sum of RGB (Red+Green+Blue) = 237+104+12=353 (46% of max value = 765). Red value is 237 (92.97% from 255 or 67.14% from 353); Green value is 104 (41.02% from 255 or 29.46% from 353); Blue value is 12 (5.08% from 255 or 3.40% from 353); Max value from RGB is 237 - color contains mainly: red. Hex color #ED680C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED680C is #1297F3. Grayscale: #858585. Windows color (decimal): -1218548 or 813293. OLE color: 813293.
HSL color Cylindrical-coordinate representation of color #ED680C: hue angle of 24.53º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ED680C is Cyan = 0, Magento = 0.56, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 104 | 12 | - |
| CMYK | 0 | 0.56 | 0.95 | 0.07 |
| HSL | 24.53º | 0.9% | 0.49% | - |
| HSV(B) | 24.53º | 0.95% | 0.93% | - |
| XYZ | 39.94 | 27.93 | 3.63 | - |
| YUV | 133.28 | 59.56 | 201.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 104 | 12 | 0 | 0.56 | 0.95 | 0.07 | 24.53 | 0.9 | 0.49 |
| Hex | ED | 68 | C | 0 | 38 | 5F | 7 | 19 | 5A | 31 |
| Octal | 355 | 150 | 14 | 0 | 70 | 137 | 7 | 31 | 132 | 61 |
| Binary | 11101101 | 1101000 | 1100 | 0 | 111000 | 1011111 | 111 | 11001 | 1011010 | 110001 |
Color Harmonies of #ED680C
Complementary color
Monochromatic Colors of #ED680C
Black with #ED680C
Text Example
Text Example
White with #ED680C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED680C; }
p { color: rgb(237,104,12); }
H1.HeaderClassName
{
color: #ED680C;
}
.AnyTagClassName
{
color: #ED680C;
}
</style>
background-color css
<style>
a { background-color: #ED680C; }
a { background-color: rgb(237,104,12); }
div.DivClassName
{
background-color: #ED680C;
}
.BgClassName
{
background-color: #ED680C;
}
</style>
border-color css
<style>
span { border-color: #ED680C; }
span { border-color: rgb(237,104,12); }
td.TdClassName
{
border-color: #ED680C;
}
.TagClassName
{
border-color: #ED680C;
}
</style>