Shades of Mango Tango #ED6A0C
Tints of Mango Tango #ED6A0C
RGB
CMYK
RGB Variations
Color information
#ED6A0C (or 0xED6A0C) is known color: Mango Tango. HEX triplet: ED, 6A and 0C. RGB value is (237,106,12). Sum of RGB (Red+Green+Blue) = 237+106+12=355 (47% of max value = 765). Red value is 237 (92.97% from 255 or 66.76% from 355); Green value is 106 (41.80% from 255 or 29.86% from 355); Blue value is 12 (5.08% from 255 or 3.38% from 355); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6A0C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED6A0C is #1295F3. Grayscale: #868686. Windows color (decimal): -1218036 or 813805. OLE color: 813805.
HSL color Cylindrical-coordinate representation of color #ED6A0C: hue angle of 25.07º 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 #ED6A0C is Cyan = 0, Magento = 0.55, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 106 | 12 | - |
| CMYK | 0 | 0.55 | 0.95 | 0.07 |
| HSL | 25.07º | 0.9% | 0.49% | - |
| HSV(B) | 25.07º | 0.95% | 0.93% | - |
| XYZ | 40.15 | 28.34 | 3.7 | - |
| YUV | 134.45 | 58.9 | 201.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 106 | 12 | 0 | 0.55 | 0.95 | 0.07 | 25.07 | 0.9 | 0.49 |
| Hex | ED | 6A | C | 0 | 37 | 5F | 7 | 19 | 5A | 31 |
| Octal | 355 | 152 | 14 | 0 | 67 | 137 | 7 | 31 | 132 | 61 |
| Binary | 11101101 | 1101010 | 1100 | 0 | 110111 | 1011111 | 111 | 11001 | 1011010 | 110001 |
Color Harmonies of #ED6A0C
Complementary color
Monochromatic Colors of #ED6A0C
Black with #ED6A0C
Text Example
Text Example
White with #ED6A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6A0C; }
p { color: rgb(237,106,12); }
H1.HeaderClassName
{
color: #ED6A0C;
}
.AnyTagClassName
{
color: #ED6A0C;
}
</style>
background-color css
<style>
a { background-color: #ED6A0C; }
a { background-color: rgb(237,106,12); }
div.DivClassName
{
background-color: #ED6A0C;
}
.BgClassName
{
background-color: #ED6A0C;
}
</style>
border-color css
<style>
span { border-color: #ED6A0C; }
span { border-color: rgb(237,106,12); }
td.TdClassName
{
border-color: #ED6A0C;
}
.TagClassName
{
border-color: #ED6A0C;
}
</style>