Shades of Tangerine #ED9500
Tints of Tangerine #ED9500
RGB
CMYK
RGB Variations
Color information
#ED9500 (or 0xED9500) is known color: Tangerine. HEX triplet: ED, 95 and 00. RGB value is (237,149,0). Sum of RGB (Red+Green+Blue) = 237+149+0=386 (51% of max value = 765). Red value is 237 (92.97% from 255 or 61.40% from 386); Green value is 149 (58.59% from 255 or 38.60% from 386); Blue value is 0 (0.39% from 255 or 0% from 386); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9500 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED9500 is #126AFF. Grayscale: #9F9F9F. Windows color (decimal): -1207040 or 38381. OLE color: 38381.
HSL color Cylindrical-coordinate representation of color #ED9500: hue angle of 37.72º 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 #ED9500 is Cyan = 0, Magento = 0.37, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 149 | 0 | - |
| CMYK | 0 | 0.37 | 1 | 0.07 |
| HSL | 37.72º | 1% | 0.46% | - |
| HSV(B) | 37.72º | 1% | 0.93% | - |
| XYZ | 45.67 | 39.5 | 5.22 | - |
| YUV | 158.33 | 38.65 | 184.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 149 | 0 | 0 | 0.37 | 1 | 0.07 | 37.72 | 1 | 0.46 |
| Hex | ED | 95 | 0 | 0 | 25 | 64 | 7 | 26 | 64 | 2E |
| Octal | 355 | 225 | 0 | 0 | 45 | 144 | 7 | 46 | 144 | 56 |
| Binary | 11101101 | 10010101 | 0 | 0 | 100101 | 1100100 | 111 | 100110 | 1100100 | 101110 |
Color Harmonies of #ED9500
Complementary color
Monochromatic Colors of #ED9500
Black with #ED9500
Text Example
Text Example
White with #ED9500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9500; }
p { color: rgb(237,149,0); }
H1.HeaderClassName
{
color: #ED9500;
}
.AnyTagClassName
{
color: #ED9500;
}
</style>
background-color css
<style>
a { background-color: #ED9500; }
a { background-color: rgb(237,149,0); }
div.DivClassName
{
background-color: #ED9500;
}
.BgClassName
{
background-color: #ED9500;
}
</style>
border-color css
<style>
span { border-color: #ED9500; }
span { border-color: rgb(237,149,0); }
td.TdClassName
{
border-color: #ED9500;
}
.TagClassName
{
border-color: #ED9500;
}
</style>