Shades of Tangerine #ED890F
Tints of Tangerine #ED890F
RGB
CMYK
RGB Variations
Color information
#ED890F (or 0xED890F) is known color: Tangerine. HEX triplet: ED, 89 and 0F. RGB value is (237,137,15). Sum of RGB (Red+Green+Blue) = 237+137+15=389 (51% of max value = 765). Red value is 237 (92.97% from 255 or 60.93% from 389); Green value is 137 (53.91% from 255 or 35.22% from 389); Blue value is 15 (6.25% from 255 or 3.86% from 389); Max value from RGB is 237 - color contains mainly: red. Hex color #ED890F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED890F is #1276F0. Grayscale: #999999. Windows color (decimal): -1210097 or 1018349. OLE color: 1018349.
HSL color Cylindrical-coordinate representation of color #ED890F: hue angle of 32.97º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ED890F is Cyan = 0, Magento = 0.42, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 137 | 15 | - |
| CMYK | 0 | 0.42 | 0.94 | 0.07 |
| HSL | 32.97º | 0.88% | 0.49% | - |
| HSV(B) | 32.97º | 0.94% | 0.93% | - |
| XYZ | 43.96 | 35.93 | 5.07 | - |
| YUV | 152.99 | 50.13 | 187.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 137 | 15 | 0 | 0.42 | 0.94 | 0.07 | 32.97 | 0.88 | 0.49 |
| Hex | ED | 89 | F | 0 | 2A | 5E | 7 | 21 | 58 | 31 |
| Octal | 355 | 211 | 17 | 0 | 52 | 136 | 7 | 41 | 130 | 61 |
| Binary | 11101101 | 10001001 | 1111 | 0 | 101010 | 1011110 | 111 | 100001 | 1011000 | 110001 |
Color Harmonies of #ED890F
Complementary color
Monochromatic Colors of #ED890F
Black with #ED890F
Text Example
Text Example
White with #ED890F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED890F; }
p { color: rgb(237,137,15); }
H1.HeaderClassName
{
color: #ED890F;
}
.AnyTagClassName
{
color: #ED890F;
}
</style>
background-color css
<style>
a { background-color: #ED890F; }
a { background-color: rgb(237,137,15); }
div.DivClassName
{
background-color: #ED890F;
}
.BgClassName
{
background-color: #ED890F;
}
</style>
border-color css
<style>
span { border-color: #ED890F; }
span { border-color: rgb(237,137,15); }
td.TdClassName
{
border-color: #ED890F;
}
.TagClassName
{
border-color: #ED890F;
}
</style>