Shades of Mango Tango #ED780C
Tints of Mango Tango #ED780C
RGB
CMYK
RGB Variations
Color information
#ED780C (or 0xED780C) is known color: Mango Tango. HEX triplet: ED, 78 and 0C. RGB value is (237,120,12). Sum of RGB (Red+Green+Blue) = 237+120+12=369 (48% of max value = 765). Red value is 237 (92.97% from 255 or 64.23% from 369); Green value is 120 (47.27% from 255 or 32.52% from 369); Blue value is 12 (5.08% from 255 or 3.25% from 369); Max value from RGB is 237 - color contains mainly: red. Hex color #ED780C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED780C is #1287F3. Grayscale: #8F8F8F. Windows color (decimal): -1214452 or 817389. OLE color: 817389.
HSL color Cylindrical-coordinate representation of color #ED780C: hue angle of 28.8º 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 #ED780C is Cyan = 0, Magento = 0.49, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 120 | 12 | - |
| CMYK | 0 | 0.49 | 0.95 | 0.07 |
| HSL | 28.8º | 0.9% | 0.49% | - |
| HSV(B) | 28.8º | 0.95% | 0.93% | - |
| XYZ | 41.71 | 31.46 | 4.22 | - |
| YUV | 142.67 | 54.26 | 195.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 120 | 12 | 0 | 0.49 | 0.95 | 0.07 | 28.8 | 0.9 | 0.49 |
| Hex | ED | 78 | C | 0 | 31 | 5F | 7 | 1D | 5A | 31 |
| Octal | 355 | 170 | 14 | 0 | 61 | 137 | 7 | 35 | 132 | 61 |
| Binary | 11101101 | 1111000 | 1100 | 0 | 110001 | 1011111 | 111 | 11101 | 1011010 | 110001 |
Color Harmonies of #ED780C
Complementary color
Monochromatic Colors of #ED780C
Black with #ED780C
Text Example
Text Example
White with #ED780C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED780C; }
p { color: rgb(237,120,12); }
H1.HeaderClassName
{
color: #ED780C;
}
.AnyTagClassName
{
color: #ED780C;
}
</style>
background-color css
<style>
a { background-color: #ED780C; }
a { background-color: rgb(237,120,12); }
div.DivClassName
{
background-color: #ED780C;
}
.BgClassName
{
background-color: #ED780C;
}
</style>
border-color css
<style>
span { border-color: #ED780C; }
span { border-color: rgb(237,120,12); }
td.TdClassName
{
border-color: #ED780C;
}
.TagClassName
{
border-color: #ED780C;
}
</style>