Shades of Mango Tango #ED6D0B
Tints of Mango Tango #ED6D0B
RGB
CMYK
RGB Variations
Color information
#ED6D0B (or 0xED6D0B) is known color: Mango Tango. HEX triplet: ED, 6D and 0B. RGB value is (237,109,11). Sum of RGB (Red+Green+Blue) = 237+109+11=357 (47% of max value = 765). Red value is 237 (92.97% from 255 or 66.39% from 357); Green value is 109 (42.97% from 255 or 30.53% from 357); Blue value is 11 (4.69% from 255 or 3.08% from 357); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6D0B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED6D0B is #1292F4. Grayscale: #888888. Windows color (decimal): -1217269 or 749037. OLE color: 749037.
HSL color Cylindrical-coordinate representation of color #ED6D0B: hue angle of 26.02º degrees, saturation: 0.91, 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 #ED6D0B is Cyan = 0, Magento = 0.54, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 109 | 11 | - |
| CMYK | 0 | 0.54 | 0.95 | 0.07 |
| HSL | 26.02º | 0.91% | 0.49% | - |
| HSV(B) | 26.02º | 0.95% | 0.93% | - |
| XYZ | 40.45 | 28.97 | 3.78 | - |
| YUV | 136.1 | 57.41 | 199.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 109 | 11 | 0 | 0.54 | 0.95 | 0.07 | 26.02 | 0.91 | 0.49 |
| Hex | ED | 6D | B | 0 | 36 | 5F | 7 | 1A | 5B | 31 |
| Octal | 355 | 155 | 13 | 0 | 66 | 137 | 7 | 32 | 133 | 61 |
| Binary | 11101101 | 1101101 | 1011 | 0 | 110110 | 1011111 | 111 | 11010 | 1011011 | 110001 |
Color Harmonies of #ED6D0B
Complementary color
Monochromatic Colors of #ED6D0B
Black with #ED6D0B
Text Example
Text Example
White with #ED6D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6D0B; }
p { color: rgb(237,109,11); }
H1.HeaderClassName
{
color: #ED6D0B;
}
.AnyTagClassName
{
color: #ED6D0B;
}
</style>
background-color css
<style>
a { background-color: #ED6D0B; }
a { background-color: rgb(237,109,11); }
div.DivClassName
{
background-color: #ED6D0B;
}
.BgClassName
{
background-color: #ED6D0B;
}
</style>
border-color css
<style>
span { border-color: #ED6D0B; }
span { border-color: rgb(237,109,11); }
td.TdClassName
{
border-color: #ED6D0B;
}
.TagClassName
{
border-color: #ED6D0B;
}
</style>