Shades of Mango Tango #ED690A
Tints of Mango Tango #ED690A
RGB
CMYK
RGB Variations
Color information
#ED690A (or 0xED690A) is known color: Mango Tango. HEX triplet: ED, 69 and 0A. RGB value is (237,105,10). Sum of RGB (Red+Green+Blue) = 237+105+10=352 (46% of max value = 765). Red value is 237 (92.97% from 255 or 67.33% from 352); Green value is 105 (41.41% from 255 or 29.83% from 352); Blue value is 10 (4.30% from 255 or 2.84% from 352); Max value from RGB is 237 - color contains mainly: red. Hex color #ED690A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED690A is #1296F5. Grayscale: #868686. Windows color (decimal): -1218294 or 682477. OLE color: 682477.
HSL color Cylindrical-coordinate representation of color #ED690A: hue angle of 25.11º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ED690A is Cyan = 0, Magento = 0.56, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 105 | 10 | - |
| CMYK | 0 | 0.56 | 0.96 | 0.07 |
| HSL | 25.11º | 0.92% | 0.48% | - |
| HSV(B) | 25.11º | 0.96% | 0.93% | - |
| XYZ | 40.03 | 28.13 | 3.61 | - |
| YUV | 133.64 | 58.23 | 201.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 105 | 10 | 0 | 0.56 | 0.96 | 0.07 | 25.11 | 0.92 | 0.48 |
| Hex | ED | 69 | A | 0 | 38 | 60 | 7 | 19 | 5C | 30 |
| Octal | 355 | 151 | 12 | 0 | 70 | 140 | 7 | 31 | 134 | 60 |
| Binary | 11101101 | 1101001 | 1010 | 0 | 111000 | 1100000 | 111 | 11001 | 1011100 | 110000 |
Color Harmonies of #ED690A
Complementary color
Monochromatic Colors of #ED690A
Black with #ED690A
Text Example
Text Example
White with #ED690A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED690A; }
p { color: rgb(237,105,10); }
H1.HeaderClassName
{
color: #ED690A;
}
.AnyTagClassName
{
color: #ED690A;
}
</style>
background-color css
<style>
a { background-color: #ED690A; }
a { background-color: rgb(237,105,10); }
div.DivClassName
{
background-color: #ED690A;
}
.BgClassName
{
background-color: #ED690A;
}
</style>
border-color css
<style>
span { border-color: #ED690A; }
span { border-color: rgb(237,105,10); }
td.TdClassName
{
border-color: #ED690A;
}
.TagClassName
{
border-color: #ED690A;
}
</style>