Shades of Mango Tango #ED690C
Tints of Mango Tango #ED690C
RGB
CMYK
RGB Variations
Color information
#ED690C (or 0xED690C) is known color: Mango Tango. HEX triplet: ED, 69 and 0C. RGB value is (237,105,12). Sum of RGB (Red+Green+Blue) = 237+105+12=354 (46% of max value = 765). Red value is 237 (92.97% from 255 or 66.95% from 354); Green value is 105 (41.41% from 255 or 29.66% from 354); Blue value is 12 (5.08% from 255 or 3.39% from 354); Max value from RGB is 237 - color contains mainly: red. Hex color #ED690C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED690C is #1296F3. Grayscale: #868686. Windows color (decimal): -1218292 or 813549. OLE color: 813549.
HSL color Cylindrical-coordinate representation of color #ED690C: hue angle of 24.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 #ED690C is Cyan = 0, Magento = 0.56, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 105 | 12 | - |
| CMYK | 0 | 0.56 | 0.95 | 0.07 |
| HSL | 24.8º | 0.9% | 0.49% | - |
| HSV(B) | 24.8º | 0.95% | 0.93% | - |
| XYZ | 40.04 | 28.13 | 3.67 | - |
| YUV | 133.87 | 59.23 | 201.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 105 | 12 | 0 | 0.56 | 0.95 | 0.07 | 24.8 | 0.9 | 0.49 |
| Hex | ED | 69 | C | 0 | 38 | 5F | 7 | 19 | 5A | 31 |
| Octal | 355 | 151 | 14 | 0 | 70 | 137 | 7 | 31 | 132 | 61 |
| Binary | 11101101 | 1101001 | 1100 | 0 | 111000 | 1011111 | 111 | 11001 | 1011010 | 110001 |
Color Harmonies of #ED690C
Complementary color
Monochromatic Colors of #ED690C
Black with #ED690C
Text Example
Text Example
White with #ED690C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED690C; }
p { color: rgb(237,105,12); }
H1.HeaderClassName
{
color: #ED690C;
}
.AnyTagClassName
{
color: #ED690C;
}
</style>
background-color css
<style>
a { background-color: #ED690C; }
a { background-color: rgb(237,105,12); }
div.DivClassName
{
background-color: #ED690C;
}
.BgClassName
{
background-color: #ED690C;
}
</style>
border-color css
<style>
span { border-color: #ED690C; }
span { border-color: rgb(237,105,12); }
td.TdClassName
{
border-color: #ED690C;
}
.TagClassName
{
border-color: #ED690C;
}
</style>