Shades of Mango Tango #ED6904
Tints of Mango Tango #ED6904
RGB
CMYK
RGB Variations
Color information
#ED6904 (or 0xED6904) is known color: Mango Tango. HEX triplet: ED, 69 and 04. RGB value is (237,105,4). Sum of RGB (Red+Green+Blue) = 237+105+4=346 (45% of max value = 765). Red value is 237 (92.97% from 255 or 68.50% from 346); Green value is 105 (41.41% from 255 or 30.35% from 346); Blue value is 4 (1.95% from 255 or 1.16% from 346); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6904 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED6904 is #1296FB. Grayscale: #858585. Windows color (decimal): -1218300 or 289261. OLE color: 289261.
HSL color Cylindrical-coordinate representation of color #ED6904: hue angle of 26.01º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ED6904 is Cyan = 0, Magento = 0.56, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 105 | 4 | - |
| CMYK | 0 | 0.56 | 0.98 | 0.07 |
| HSL | 26.01º | 0.97% | 0.47% | - |
| HSV(B) | 26.01º | 0.98% | 0.93% | - |
| XYZ | 40 | 28.12 | 3.43 | - |
| YUV | 132.95 | 55.23 | 202.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 105 | 4 | 0 | 0.56 | 0.98 | 0.07 | 26.01 | 0.97 | 0.47 |
| Hex | ED | 69 | 4 | 0 | 38 | 62 | 7 | 1A | 61 | 2F |
| Octal | 355 | 151 | 4 | 0 | 70 | 142 | 7 | 32 | 141 | 57 |
| Binary | 11101101 | 1101001 | 100 | 0 | 111000 | 1100010 | 111 | 11010 | 1100001 | 101111 |
Color Harmonies of #ED6904
Complementary color
Monochromatic Colors of #ED6904
Black with #ED6904
Text Example
Text Example
White with #ED6904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6904; }
p { color: rgb(237,105,4); }
H1.HeaderClassName
{
color: #ED6904;
}
.AnyTagClassName
{
color: #ED6904;
}
</style>
background-color css
<style>
a { background-color: #ED6904; }
a { background-color: rgb(237,105,4); }
div.DivClassName
{
background-color: #ED6904;
}
.BgClassName
{
background-color: #ED6904;
}
</style>
border-color css
<style>
span { border-color: #ED6904; }
span { border-color: rgb(237,105,4); }
td.TdClassName
{
border-color: #ED6904;
}
.TagClassName
{
border-color: #ED6904;
}
</style>