Shades of Tangerine #ED9400
Tints of Tangerine #ED9400
RGB
CMYK
RGB Variations
Color information
#ED9400 (or 0xED9400) is known color: Tangerine. HEX triplet: ED, 94 and 00. RGB value is (237,148,0). Sum of RGB (Red+Green+Blue) = 237+148+0=385 (50% of max value = 765). Red value is 237 (92.97% from 255 or 61.56% from 385); Green value is 148 (58.20% from 255 or 38.44% from 385); Blue value is 0 (0.39% from 255 or 0% from 385); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9400 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED9400 is #126BFF. Grayscale: #9E9E9E. Windows color (decimal): -1207296 or 38125. OLE color: 38125.
HSL color Cylindrical-coordinate representation of color #ED9400: hue angle of 37.47º 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 #ED9400 is Cyan = 0, Magento = 0.38, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 148 | 0 | - |
| CMYK | 0 | 0.38 | 1 | 0.07 |
| HSL | 37.47º | 1% | 0.46% | - |
| HSV(B) | 37.47º | 1% | 0.93% | - |
| XYZ | 45.51 | 39.18 | 5.16 | - |
| YUV | 157.74 | 38.99 | 184.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 148 | 0 | 0 | 0.38 | 1 | 0.07 | 37.47 | 1 | 0.46 |
| Hex | ED | 94 | 0 | 0 | 26 | 64 | 7 | 25 | 64 | 2E |
| Octal | 355 | 224 | 0 | 0 | 46 | 144 | 7 | 45 | 144 | 56 |
| Binary | 11101101 | 10010100 | 0 | 0 | 100110 | 1100100 | 111 | 100101 | 1100100 | 101110 |
Color Harmonies of #ED9400
Complementary color
Monochromatic Colors of #ED9400
Black with #ED9400
Text Example
Text Example
White with #ED9400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9400; }
p { color: rgb(237,148,0); }
H1.HeaderClassName
{
color: #ED9400;
}
.AnyTagClassName
{
color: #ED9400;
}
</style>
background-color css
<style>
a { background-color: #ED9400; }
a { background-color: rgb(237,148,0); }
div.DivClassName
{
background-color: #ED9400;
}
.BgClassName
{
background-color: #ED9400;
}
</style>
border-color css
<style>
span { border-color: #ED9400; }
span { border-color: rgb(237,148,0); }
td.TdClassName
{
border-color: #ED9400;
}
.TagClassName
{
border-color: #ED9400;
}
</style>