Shades of Tangerine #ED8213
Tints of Tangerine #ED8213
RGB
CMYK
RGB Variations
Color information
#ED8213 (or 0xED8213) is known color: Tangerine. HEX triplet: ED, 82 and 13. RGB value is (237,130,19). Sum of RGB (Red+Green+Blue) = 237+130+19=386 (51% of max value = 765). Red value is 237 (92.97% from 255 or 61.40% from 386); Green value is 130 (51.17% from 255 or 33.68% from 386); Blue value is 19 (7.81% from 255 or 4.92% from 386); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8213 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED8213 is #127DEC. Grayscale: #959595. Windows color (decimal): -1211885 or 1278701. OLE color: 1278701.
HSL color Cylindrical-coordinate representation of color #ED8213: hue angle of 30.55º 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 #ED8213 is Cyan = 0, Magento = 0.45, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 130 | 19 | - |
| CMYK | 0 | 0.45 | 0.92 | 0.07 |
| HSL | 30.55º | 0.86% | 0.5% | - |
| HSV(B) | 30.55º | 0.92% | 0.93% | - |
| XYZ | 43.03 | 34.02 | 4.91 | - |
| YUV | 149.34 | 54.45 | 190.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 130 | 19 | 0 | 0.45 | 0.92 | 0.07 | 30.55 | 0.86 | 0.5 |
| Hex | ED | 82 | 13 | 0 | 2D | 5C | 7 | 1F | 56 | 32 |
| Octal | 355 | 202 | 23 | 0 | 55 | 134 | 7 | 37 | 126 | 62 |
| Binary | 11101101 | 10000010 | 10011 | 0 | 101101 | 1011100 | 111 | 11111 | 1010110 | 110010 |
Color Harmonies of #ED8213
Complementary color
Monochromatic Colors of #ED8213
Black with #ED8213
Text Example
Text Example
White with #ED8213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8213; }
p { color: rgb(237,130,19); }
H1.HeaderClassName
{
color: #ED8213;
}
.AnyTagClassName
{
color: #ED8213;
}
</style>
background-color css
<style>
a { background-color: #ED8213; }
a { background-color: rgb(237,130,19); }
div.DivClassName
{
background-color: #ED8213;
}
.BgClassName
{
background-color: #ED8213;
}
</style>
border-color css
<style>
span { border-color: #ED8213; }
span { border-color: rgb(237,130,19); }
td.TdClassName
{
border-color: #ED8213;
}
.TagClassName
{
border-color: #ED8213;
}
</style>