Shades of Mango Tango #ED740F
Tints of Mango Tango #ED740F
RGB
CMYK
RGB Variations
Color information
#ED740F (or 0xED740F) is known color: Mango Tango. HEX triplet: ED, 74 and 0F. RGB value is (237,116,15). Sum of RGB (Red+Green+Blue) = 237+116+15=368 (48% of max value = 765). Red value is 237 (92.97% from 255 or 64.40% from 368); Green value is 116 (45.70% from 255 or 31.52% from 368); Blue value is 15 (6.25% from 255 or 4.08% from 368); Max value from RGB is 237 - color contains mainly: red. Hex color #ED740F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED740F is #128BF0. Grayscale: #8D8D8D. Windows color (decimal): -1215473 or 1012973. OLE color: 1012973.
HSL color Cylindrical-coordinate representation of color #ED740F: hue angle of 27.3º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ED740F is Cyan = 0, Magento = 0.51, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 116 | 15 | - |
| CMYK | 0 | 0.51 | 0.94 | 0.07 |
| HSL | 27.3º | 0.88% | 0.49% | - |
| HSV(B) | 27.3º | 0.94% | 0.93% | - |
| XYZ | 41.26 | 30.53 | 4.17 | - |
| YUV | 140.67 | 57.09 | 196.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 116 | 15 | 0 | 0.51 | 0.94 | 0.07 | 27.3 | 0.88 | 0.49 |
| Hex | ED | 74 | F | 0 | 33 | 5E | 7 | 1B | 58 | 31 |
| Octal | 355 | 164 | 17 | 0 | 63 | 136 | 7 | 33 | 130 | 61 |
| Binary | 11101101 | 1110100 | 1111 | 0 | 110011 | 1011110 | 111 | 11011 | 1011000 | 110001 |
Color Harmonies of #ED740F
Complementary color
Monochromatic Colors of #ED740F
Black with #ED740F
Text Example
Text Example
White with #ED740F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED740F; }
p { color: rgb(237,116,15); }
H1.HeaderClassName
{
color: #ED740F;
}
.AnyTagClassName
{
color: #ED740F;
}
</style>
background-color css
<style>
a { background-color: #ED740F; }
a { background-color: rgb(237,116,15); }
div.DivClassName
{
background-color: #ED740F;
}
.BgClassName
{
background-color: #ED740F;
}
</style>
border-color css
<style>
span { border-color: #ED740F; }
span { border-color: rgb(237,116,15); }
td.TdClassName
{
border-color: #ED740F;
}
.TagClassName
{
border-color: #ED740F;
}
</style>