Shades of Mango Tango #ED7B01
Tints of Mango Tango #ED7B01
RGB
CMYK
RGB Variations
Color information
#ED7B01 (or 0xED7B01) is known color: Mango Tango. HEX triplet: ED, 7B and 01. RGB value is (237,123,1). Sum of RGB (Red+Green+Blue) = 237+123+1=361 (47% of max value = 765). Red value is 237 (92.97% from 255 or 65.65% from 361); Green value is 123 (48.44% from 255 or 34.07% from 361); Blue value is 1 (0.78% from 255 or 0.28% from 361); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7B01 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED7B01 is #1284FE. Grayscale: #8F8F8F. Windows color (decimal): -1213695 or 97261. OLE color: 97261.
HSL color Cylindrical-coordinate representation of color #ED7B01: hue angle of 31.02º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ED7B01 is Cyan = 0, Magento = 0.48, Yellow = 1.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 123 | 1 | - |
| CMYK | 0 | 0.48 | 1.00 | 0.07 |
| HSL | 31.02º | 0.99% | 0.47% | - |
| HSV(B) | 31.02º | 1% | 0.93% | - |
| XYZ | 42.01 | 32.17 | 4.02 | - |
| YUV | 143.18 | 47.77 | 194.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 123 | 1 | 0 | 0.48 | 1.00 | 0.07 | 31.02 | 0.99 | 0.47 |
| Hex | ED | 7B | 1 | 0 | 30 | 64 | 7 | 1F | 63 | 2F |
| Octal | 355 | 173 | 1 | 0 | 60 | 144 | 7 | 37 | 143 | 57 |
| Binary | 11101101 | 1111011 | 1 | 0 | 110000 | 1100100 | 111 | 11111 | 1100011 | 101111 |
Color Harmonies of #ED7B01
Complementary color
Monochromatic Colors of #ED7B01
Black with #ED7B01
Text Example
Text Example
White with #ED7B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7B01; }
p { color: rgb(237,123,1); }
H1.HeaderClassName
{
color: #ED7B01;
}
.AnyTagClassName
{
color: #ED7B01;
}
</style>
background-color css
<style>
a { background-color: #ED7B01; }
a { background-color: rgb(237,123,1); }
div.DivClassName
{
background-color: #ED7B01;
}
.BgClassName
{
background-color: #ED7B01;
}
</style>
border-color css
<style>
span { border-color: #ED7B01; }
span { border-color: rgb(237,123,1); }
td.TdClassName
{
border-color: #ED7B01;
}
.TagClassName
{
border-color: #ED7B01;
}
</style>