Shades of Tangerine #EB8210
Tints of Tangerine #EB8210
RGB
CMYK
RGB Variations
Color information
#EB8210 (or 0xEB8210) is known color: Tangerine. HEX triplet: EB, 82 and 10. RGB value is (235,130,16). Sum of RGB (Red+Green+Blue) = 235+130+16=381 (50% of max value = 765). Red value is 235 (92.19% from 255 or 61.68% from 381); Green value is 130 (51.17% from 255 or 34.12% from 381); Blue value is 16 (6.64% from 255 or 4.20% from 381); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8210 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EB8210 is #147DEF. Grayscale: #949494. Windows color (decimal): -1342960 or 1082091. OLE color: 1082091.
HSL color Cylindrical-coordinate representation of color #EB8210: hue angle of 31.23º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EB8210 is Cyan = 0, Magento = 0.45, Yellow = 0.93 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 130 | 16 | - |
| CMYK | 0 | 0.45 | 0.93 | 0.08 |
| HSL | 31.23º | 0.87% | 0.49% | - |
| HSV(B) | 31.23º | 0.93% | 0.92% | - |
| XYZ | 42.34 | 33.66 | 4.76 | - |
| YUV | 148.4 | 53.29 | 189.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 130 | 16 | 0 | 0.45 | 0.93 | 0.08 | 31.23 | 0.87 | 0.49 |
| Hex | EB | 82 | 10 | 0 | 2D | 5D | 8 | 1F | 57 | 31 |
| Octal | 353 | 202 | 20 | 0 | 55 | 135 | 10 | 37 | 127 | 61 |
| Binary | 11101011 | 10000010 | 10000 | 0 | 101101 | 1011101 | 1000 | 11111 | 1010111 | 110001 |
Color Harmonies of #EB8210
Complementary color
Monochromatic Colors of #EB8210
Black with #EB8210
Text Example
Text Example
White with #EB8210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB8210; }
p { color: rgb(235,130,16); }
H1.HeaderClassName
{
color: #EB8210;
}
.AnyTagClassName
{
color: #EB8210;
}
</style>
background-color css
<style>
a { background-color: #EB8210; }
a { background-color: rgb(235,130,16); }
div.DivClassName
{
background-color: #EB8210;
}
.BgClassName
{
background-color: #EB8210;
}
</style>
border-color css
<style>
span { border-color: #EB8210; }
span { border-color: rgb(235,130,16); }
td.TdClassName
{
border-color: #EB8210;
}
.TagClassName
{
border-color: #EB8210;
}
</style>