Shades of Tangerine #ED8211
Tints of Tangerine #ED8211
RGB
CMYK
RGB Variations
Color information
#ED8211 (or 0xED8211) is known color: Tangerine. HEX triplet: ED, 82 and 11. RGB value is (237,130,17). Sum of RGB (Red+Green+Blue) = 237+130+17=384 (50% of max value = 765). Red value is 237 (92.97% from 255 or 61.72% from 384); Green value is 130 (51.17% from 255 or 33.85% from 384); Blue value is 17 (7.03% from 255 or 4.43% from 384); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8211 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED8211 is #127DEE. Grayscale: #959595. Windows color (decimal): -1211887 or 1147629. OLE color: 1147629.
HSL color Cylindrical-coordinate representation of color #ED8211: hue angle of 30.82º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ED8211 is Cyan = 0, Magento = 0.45, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 130 | 17 | - |
| CMYK | 0 | 0.45 | 0.93 | 0.07 |
| HSL | 30.82º | 0.87% | 0.5% | - |
| HSV(B) | 30.82º | 0.93% | 0.93% | - |
| XYZ | 43.01 | 34.01 | 4.83 | - |
| YUV | 149.11 | 53.45 | 190.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 130 | 17 | 0 | 0.45 | 0.93 | 0.07 | 30.82 | 0.87 | 0.5 |
| Hex | ED | 82 | 11 | 0 | 2D | 5D | 7 | 1F | 57 | 32 |
| Octal | 355 | 202 | 21 | 0 | 55 | 135 | 7 | 37 | 127 | 62 |
| Binary | 11101101 | 10000010 | 10001 | 0 | 101101 | 1011101 | 111 | 11111 | 1010111 | 110010 |
Color Harmonies of #ED8211
Complementary color
Monochromatic Colors of #ED8211
Black with #ED8211
Text Example
Text Example
White with #ED8211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8211; }
p { color: rgb(237,130,17); }
H1.HeaderClassName
{
color: #ED8211;
}
.AnyTagClassName
{
color: #ED8211;
}
</style>
background-color css
<style>
a { background-color: #ED8211; }
a { background-color: rgb(237,130,17); }
div.DivClassName
{
background-color: #ED8211;
}
.BgClassName
{
background-color: #ED8211;
}
</style>
border-color css
<style>
span { border-color: #ED8211; }
span { border-color: rgb(237,130,17); }
td.TdClassName
{
border-color: #ED8211;
}
.TagClassName
{
border-color: #ED8211;
}
</style>