Shades of Tangerine #ED8212
Tints of Tangerine #ED8212
RGB
CMYK
RGB Variations
Color information
#ED8212 (or 0xED8212) is known color: Tangerine. HEX triplet: ED, 82 and 12. RGB value is (237,130,18). Sum of RGB (Red+Green+Blue) = 237+130+18=385 (50% of max value = 765). Red value is 237 (92.97% from 255 or 61.56% from 385); Green value is 130 (51.17% from 255 or 33.77% from 385); Blue value is 18 (7.42% from 255 or 4.68% from 385); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8212 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED8212 is #127DED. Grayscale: #959595. Windows color (decimal): -1211886 or 1213165. OLE color: 1213165.
HSL color Cylindrical-coordinate representation of color #ED8212: hue angle of 30.68º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ED8212 is Cyan = 0, Magento = 0.45, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 130 | 18 | - |
| CMYK | 0 | 0.45 | 0.92 | 0.07 |
| HSL | 30.68º | 0.86% | 0.5% | - |
| HSV(B) | 30.68º | 0.92% | 0.93% | - |
| XYZ | 43.02 | 34.01 | 4.87 | - |
| YUV | 149.23 | 53.95 | 190.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 130 | 18 | 0 | 0.45 | 0.92 | 0.07 | 30.68 | 0.86 | 0.5 |
| Hex | ED | 82 | 12 | 0 | 2D | 5C | 7 | 1F | 56 | 32 |
| Octal | 355 | 202 | 22 | 0 | 55 | 134 | 7 | 37 | 126 | 62 |
| Binary | 11101101 | 10000010 | 10010 | 0 | 101101 | 1011100 | 111 | 11111 | 1010110 | 110010 |
Color Harmonies of #ED8212
Complementary color
Monochromatic Colors of #ED8212
Black with #ED8212
Text Example
Text Example
White with #ED8212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8212; }
p { color: rgb(237,130,18); }
H1.HeaderClassName
{
color: #ED8212;
}
.AnyTagClassName
{
color: #ED8212;
}
</style>
background-color css
<style>
a { background-color: #ED8212; }
a { background-color: rgb(237,130,18); }
div.DivClassName
{
background-color: #ED8212;
}
.BgClassName
{
background-color: #ED8212;
}
</style>
border-color css
<style>
span { border-color: #ED8212; }
span { border-color: rgb(237,130,18); }
td.TdClassName
{
border-color: #ED8212;
}
.TagClassName
{
border-color: #ED8212;
}
</style>