Shades of Tangerine #EB8211
Tints of Tangerine #EB8211
RGB
CMYK
RGB Variations
Color information
#EB8211 (or 0xEB8211) is known color: Tangerine. HEX triplet: EB, 82 and 11. RGB value is (235,130,17). Sum of RGB (Red+Green+Blue) = 235+130+17=382 (50% of max value = 765). Red value is 235 (92.19% from 255 or 61.52% from 382); Green value is 130 (51.17% from 255 or 34.03% from 382); Blue value is 17 (7.03% from 255 or 4.45% from 382); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8211 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EB8211 is #147DEE. Grayscale: #959595. Windows color (decimal): -1342959 or 1147627. OLE color: 1147627.
HSL color Cylindrical-coordinate representation of color #EB8211: hue angle of 31.1º 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 #EB8211 is Cyan = 0, Magento = 0.45, Yellow = 0.93 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 130 | 17 | - |
| CMYK | 0 | 0.45 | 0.93 | 0.08 |
| HSL | 31.1º | 0.87% | 0.49% | - |
| HSV(B) | 31.1º | 0.93% | 0.92% | - |
| XYZ | 42.34 | 33.67 | 4.8 | - |
| YUV | 148.51 | 53.79 | 189.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 130 | 17 | 0 | 0.45 | 0.93 | 0.08 | 31.1 | 0.87 | 0.49 |
| Hex | EB | 82 | 11 | 0 | 2D | 5D | 8 | 1F | 57 | 31 |
| Octal | 353 | 202 | 21 | 0 | 55 | 135 | 10 | 37 | 127 | 61 |
| Binary | 11101011 | 10000010 | 10001 | 0 | 101101 | 1011101 | 1000 | 11111 | 1010111 | 110001 |
Color Harmonies of #EB8211
Complementary color
Monochromatic Colors of #EB8211
Black with #EB8211
Text Example
Text Example
White with #EB8211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB8211; }
p { color: rgb(235,130,17); }
H1.HeaderClassName
{
color: #EB8211;
}
.AnyTagClassName
{
color: #EB8211;
}
</style>
background-color css
<style>
a { background-color: #EB8211; }
a { background-color: rgb(235,130,17); }
div.DivClassName
{
background-color: #EB8211;
}
.BgClassName
{
background-color: #EB8211;
}
</style>
border-color css
<style>
span { border-color: #EB8211; }
span { border-color: rgb(235,130,17); }
td.TdClassName
{
border-color: #EB8211;
}
.TagClassName
{
border-color: #EB8211;
}
</style>