Shades of Tangerine #EB8101
Tints of Tangerine #EB8101
RGB
CMYK
RGB Variations
Color information
#EB8101 (or 0xEB8101) is known color: Tangerine. HEX triplet: EB, 81 and 01. RGB value is (235,129,1). Sum of RGB (Red+Green+Blue) = 235+129+1=365 (48% of max value = 765). Red value is 235 (92.19% from 255 or 64.38% from 365); Green value is 129 (50.78% from 255 or 35.34% from 365); Blue value is 1 (0.78% from 255 or 0.27% from 365); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8101 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EB8101 is #147EFE. Grayscale: #929292. Windows color (decimal): -1343231 or 98795. OLE color: 98795.
HSL color Cylindrical-coordinate representation of color #EB8101: hue angle of 32.82º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EB8101 is Cyan = 0, Magento = 0.45, Yellow = 1.00 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 129 | 1 | - |
| CMYK | 0 | 0.45 | 1.00 | 0.08 |
| HSL | 32.82º | 0.99% | 0.46% | - |
| HSV(B) | 32.82º | 1% | 0.92% | - |
| XYZ | 42.12 | 33.36 | 4.25 | - |
| YUV | 146.1 | 46.12 | 191.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 129 | 1 | 0 | 0.45 | 1.00 | 0.08 | 32.82 | 0.99 | 0.46 |
| Hex | EB | 81 | 1 | 0 | 2D | 64 | 8 | 21 | 63 | 2E |
| Octal | 353 | 201 | 1 | 0 | 55 | 144 | 10 | 41 | 143 | 56 |
| Binary | 11101011 | 10000001 | 1 | 0 | 101101 | 1100100 | 1000 | 100001 | 1100011 | 101110 |
Color Harmonies of #EB8101
Complementary color
Monochromatic Colors of #EB8101
Black with #EB8101
Text Example
Text Example
White with #EB8101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB8101; }
p { color: rgb(235,129,1); }
H1.HeaderClassName
{
color: #EB8101;
}
.AnyTagClassName
{
color: #EB8101;
}
</style>
background-color css
<style>
a { background-color: #EB8101; }
a { background-color: rgb(235,129,1); }
div.DivClassName
{
background-color: #EB8101;
}
.BgClassName
{
background-color: #EB8101;
}
</style>
border-color css
<style>
span { border-color: #EB8101; }
span { border-color: rgb(235,129,1); }
td.TdClassName
{
border-color: #EB8101;
}
.TagClassName
{
border-color: #EB8101;
}
</style>