Shades of Mango Tango #ED6A0B
Tints of Mango Tango #ED6A0B
RGB
CMYK
RGB Variations
Color information
#ED6A0B (or 0xED6A0B) is known color: Mango Tango. HEX triplet: ED, 6A and 0B. RGB value is (237,106,11). Sum of RGB (Red+Green+Blue) = 237+106+11=354 (46% of max value = 765). Red value is 237 (92.97% from 255 or 66.95% from 354); Green value is 106 (41.80% from 255 or 29.94% from 354); Blue value is 11 (4.69% from 255 or 3.11% from 354); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6A0B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED6A0B is #1295F4. Grayscale: #868686. Windows color (decimal): -1218037 or 748269. OLE color: 748269.
HSL color Cylindrical-coordinate representation of color #ED6A0B: hue angle of 25.22º 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 #ED6A0B is Cyan = 0, Magento = 0.55, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 106 | 11 | - |
| CMYK | 0 | 0.55 | 0.95 | 0.07 |
| HSL | 25.22º | 0.91% | 0.49% | - |
| HSV(B) | 25.22º | 0.95% | 0.93% | - |
| XYZ | 40.14 | 28.34 | 3.67 | - |
| YUV | 134.34 | 58.4 | 201.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 106 | 11 | 0 | 0.55 | 0.95 | 0.07 | 25.22 | 0.91 | 0.49 |
| Hex | ED | 6A | B | 0 | 37 | 5F | 7 | 19 | 5B | 31 |
| Octal | 355 | 152 | 13 | 0 | 67 | 137 | 7 | 31 | 133 | 61 |
| Binary | 11101101 | 1101010 | 1011 | 0 | 110111 | 1011111 | 111 | 11001 | 1011011 | 110001 |
Color Harmonies of #ED6A0B
Complementary color
Monochromatic Colors of #ED6A0B
Black with #ED6A0B
Text Example
Text Example
White with #ED6A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6A0B; }
p { color: rgb(237,106,11); }
H1.HeaderClassName
{
color: #ED6A0B;
}
.AnyTagClassName
{
color: #ED6A0B;
}
</style>
background-color css
<style>
a { background-color: #ED6A0B; }
a { background-color: rgb(237,106,11); }
div.DivClassName
{
background-color: #ED6A0B;
}
.BgClassName
{
background-color: #ED6A0B;
}
</style>
border-color css
<style>
span { border-color: #ED6A0B; }
span { border-color: rgb(237,106,11); }
td.TdClassName
{
border-color: #ED6A0B;
}
.TagClassName
{
border-color: #ED6A0B;
}
</style>