Shades of Tangerine #ED8904
Tints of Tangerine #ED8904
RGB
CMYK
RGB Variations
Color information
#ED8904 (or 0xED8904) is known color: Tangerine. HEX triplet: ED, 89 and 04. RGB value is (237,137,4). Sum of RGB (Red+Green+Blue) = 237+137+4=378 (50% of max value = 765). Red value is 237 (92.97% from 255 or 62.70% from 378); Green value is 137 (53.91% from 255 or 36.24% from 378); Blue value is 4 (1.95% from 255 or 1.06% from 378); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8904 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED8904 is #1276FB. Grayscale: #989898. Windows color (decimal): -1210108 or 297453. OLE color: 297453.
HSL color Cylindrical-coordinate representation of color #ED8904: hue angle of 34.25º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ED8904 is Cyan = 0, Magento = 0.42, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 137 | 4 | - |
| CMYK | 0 | 0.42 | 0.98 | 0.07 |
| HSL | 34.25º | 0.97% | 0.47% | - |
| HSV(B) | 34.25º | 0.98% | 0.93% | - |
| XYZ | 43.89 | 35.9 | 4.73 | - |
| YUV | 151.74 | 44.63 | 188.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 137 | 4 | 0 | 0.42 | 0.98 | 0.07 | 34.25 | 0.97 | 0.47 |
| Hex | ED | 89 | 4 | 0 | 2A | 62 | 7 | 22 | 61 | 2F |
| Octal | 355 | 211 | 4 | 0 | 52 | 142 | 7 | 42 | 141 | 57 |
| Binary | 11101101 | 10001001 | 100 | 0 | 101010 | 1100010 | 111 | 100010 | 1100001 | 101111 |
Color Harmonies of #ED8904
Complementary color
Monochromatic Colors of #ED8904
Black with #ED8904
Text Example
Text Example
White with #ED8904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8904; }
p { color: rgb(237,137,4); }
H1.HeaderClassName
{
color: #ED8904;
}
.AnyTagClassName
{
color: #ED8904;
}
</style>
background-color css
<style>
a { background-color: #ED8904; }
a { background-color: rgb(237,137,4); }
div.DivClassName
{
background-color: #ED8904;
}
.BgClassName
{
background-color: #ED8904;
}
</style>
border-color css
<style>
span { border-color: #ED8904; }
span { border-color: rgb(237,137,4); }
td.TdClassName
{
border-color: #ED8904;
}
.TagClassName
{
border-color: #ED8904;
}
</style>