Shades of Mango Tango #ED6700
Tints of Mango Tango #ED6700
RGB
CMYK
RGB Variations
Color information
#ED6700 (or 0xED6700) is known color: Mango Tango. HEX triplet: ED, 67 and 00. RGB value is (237,103,0). Sum of RGB (Red+Green+Blue) = 237+103+0=340 (45% of max value = 765). Red value is 237 (92.97% from 255 or 69.71% from 340); Green value is 103 (40.62% from 255 or 30.29% from 340); Blue value is 0 (0.39% from 255 or 0% from 340); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6700 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED6700 is #1298FF. Grayscale: #838383. Windows color (decimal): -1218816 or 26605. OLE color: 26605.
HSL color Cylindrical-coordinate representation of color #ED6700: hue angle of 26.08º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ED6700 is Cyan = 0, Magento = 0.57, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 103 | 0 | - |
| CMYK | 0 | 0.57 | 1 | 0.07 |
| HSL | 26.08º | 1% | 0.46% | - |
| HSV(B) | 26.08º | 1% | 0.93% | - |
| XYZ | 39.78 | 27.71 | 3.25 | - |
| YUV | 131.32 | 53.89 | 203.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 103 | 0 | 0 | 0.57 | 1 | 0.07 | 26.08 | 1 | 0.46 |
| Hex | ED | 67 | 0 | 0 | 39 | 64 | 7 | 1A | 64 | 2E |
| Octal | 355 | 147 | 0 | 0 | 71 | 144 | 7 | 32 | 144 | 56 |
| Binary | 11101101 | 1100111 | 0 | 0 | 111001 | 1100100 | 111 | 11010 | 1100100 | 101110 |
Color Harmonies of #ED6700
Complementary color
Monochromatic Colors of #ED6700
Black with #ED6700
Text Example
Text Example
White with #ED6700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6700; }
p { color: rgb(237,103,0); }
H1.HeaderClassName
{
color: #ED6700;
}
.AnyTagClassName
{
color: #ED6700;
}
</style>
background-color css
<style>
a { background-color: #ED6700; }
a { background-color: rgb(237,103,0); }
div.DivClassName
{
background-color: #ED6700;
}
.BgClassName
{
background-color: #ED6700;
}
</style>
border-color css
<style>
span { border-color: #ED6700; }
span { border-color: rgb(237,103,0); }
td.TdClassName
{
border-color: #ED6700;
}
.TagClassName
{
border-color: #ED6700;
}
</style>