Shades of Tangerine #ED9300
Tints of Tangerine #ED9300
RGB
CMYK
RGB Variations
Color information
#ED9300 (or 0xED9300) is known color: Tangerine. HEX triplet: ED, 93 and 00. RGB value is (237,147,0). Sum of RGB (Red+Green+Blue) = 237+147+0=384 (50% of max value = 765). Red value is 237 (92.97% from 255 or 61.72% from 384); Green value is 147 (57.81% from 255 or 38.28% from 384); Blue value is 0 (0.39% from 255 or 0% from 384); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9300 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED9300 is #126CFF. Grayscale: #9D9D9D. Windows color (decimal): -1207552 or 37869. OLE color: 37869.
HSL color Cylindrical-coordinate representation of color #ED9300: hue angle of 37.22º 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 #ED9300 is Cyan = 0, Magento = 0.38, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 147 | 0 | - |
| CMYK | 0 | 0.38 | 1 | 0.07 |
| HSL | 37.22º | 1% | 0.46% | - |
| HSV(B) | 37.22º | 1% | 0.93% | - |
| XYZ | 45.36 | 38.87 | 5.11 | - |
| YUV | 157.15 | 39.32 | 184.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 147 | 0 | 0 | 0.38 | 1 | 0.07 | 37.22 | 1 | 0.46 |
| Hex | ED | 93 | 0 | 0 | 26 | 64 | 7 | 25 | 64 | 2E |
| Octal | 355 | 223 | 0 | 0 | 46 | 144 | 7 | 45 | 144 | 56 |
| Binary | 11101101 | 10010011 | 0 | 0 | 100110 | 1100100 | 111 | 100101 | 1100100 | 101110 |
Color Harmonies of #ED9300
Complementary color
Monochromatic Colors of #ED9300
Black with #ED9300
Text Example
Text Example
White with #ED9300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9300; }
p { color: rgb(237,147,0); }
H1.HeaderClassName
{
color: #ED9300;
}
.AnyTagClassName
{
color: #ED9300;
}
</style>
background-color css
<style>
a { background-color: #ED9300; }
a { background-color: rgb(237,147,0); }
div.DivClassName
{
background-color: #ED9300;
}
.BgClassName
{
background-color: #ED9300;
}
</style>
border-color css
<style>
span { border-color: #ED9300; }
span { border-color: rgb(237,147,0); }
td.TdClassName
{
border-color: #ED9300;
}
.TagClassName
{
border-color: #ED9300;
}
</style>