Shades of Mango Tango #ED6705
Tints of Mango Tango #ED6705
RGB
CMYK
RGB Variations
Color information
#ED6705 (or 0xED6705) is known color: Mango Tango. HEX triplet: ED, 67 and 05. RGB value is (237,103,5). Sum of RGB (Red+Green+Blue) = 237+103+5=345 (45% of max value = 765). Red value is 237 (92.97% from 255 or 68.70% from 345); Green value is 103 (40.62% from 255 or 29.86% from 345); Blue value is 5 (2.34% from 255 or 1.45% from 345); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6705 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED6705 is #1298FA. Grayscale: #848484. Windows color (decimal): -1218811 or 354285. OLE color: 354285.
HSL color Cylindrical-coordinate representation of color #ED6705: hue angle of 25.34º degrees, saturation: 0.96, 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 #ED6705 is Cyan = 0, Magento = 0.57, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 103 | 5 | - |
| CMYK | 0 | 0.57 | 0.98 | 0.07 |
| HSL | 25.34º | 0.96% | 0.47% | - |
| HSV(B) | 25.34º | 0.98% | 0.93% | - |
| XYZ | 39.8 | 27.72 | 3.4 | - |
| YUV | 131.89 | 56.39 | 202.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 103 | 5 | 0 | 0.57 | 0.98 | 0.07 | 25.34 | 0.96 | 0.47 |
| Hex | ED | 67 | 5 | 0 | 39 | 62 | 7 | 19 | 60 | 2F |
| Octal | 355 | 147 | 5 | 0 | 71 | 142 | 7 | 31 | 140 | 57 |
| Binary | 11101101 | 1100111 | 101 | 0 | 111001 | 1100010 | 111 | 11001 | 1100000 | 101111 |
Color Harmonies of #ED6705
Complementary color
Monochromatic Colors of #ED6705
Black with #ED6705
Text Example
Text Example
White with #ED6705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6705; }
p { color: rgb(237,103,5); }
H1.HeaderClassName
{
color: #ED6705;
}
.AnyTagClassName
{
color: #ED6705;
}
</style>
background-color css
<style>
a { background-color: #ED6705; }
a { background-color: rgb(237,103,5); }
div.DivClassName
{
background-color: #ED6705;
}
.BgClassName
{
background-color: #ED6705;
}
</style>
border-color css
<style>
span { border-color: #ED6705; }
span { border-color: rgb(237,103,5); }
td.TdClassName
{
border-color: #ED6705;
}
.TagClassName
{
border-color: #ED6705;
}
</style>