Shades of Tangerine #EB8F00
Tints of Tangerine #EB8F00
RGB
CMYK
RGB Variations
Color information
#EB8F00 (or 0xEB8F00) is known color: Tangerine. HEX triplet: EB, 8F and 00. RGB value is (235,143,0). Sum of RGB (Red+Green+Blue) = 235+143+0=378 (50% of max value = 765). Red value is 235 (92.19% from 255 or 62.17% from 378); Green value is 143 (56.25% from 255 or 37.83% from 378); Blue value is 0 (0.39% from 255 or 0% from 378); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8F00 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EB8F00 is #1470FF. Grayscale: #9A9A9A. Windows color (decimal): -1339648 or 36843. OLE color: 36843.
HSL color Cylindrical-coordinate representation of color #EB8F00: hue angle of 36.51º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EB8F00 is Cyan = 0, Magento = 0.39, Yellow = 1 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 143 | 0 | - |
| CMYK | 0 | 0.39 | 1 | 0.08 |
| HSL | 36.51º | 1% | 0.46% | - |
| HSV(B) | 36.51º | 1% | 0.92% | - |
| XYZ | 44.08 | 37.31 | 4.88 | - |
| YUV | 154.21 | 40.98 | 185.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 143 | 0 | 0 | 0.39 | 1 | 0.08 | 36.51 | 1 | 0.46 |
| Hex | EB | 8F | 0 | 0 | 27 | 64 | 8 | 25 | 64 | 2E |
| Octal | 353 | 217 | 0 | 0 | 47 | 144 | 10 | 45 | 144 | 56 |
| Binary | 11101011 | 10001111 | 0 | 0 | 100111 | 1100100 | 1000 | 100101 | 1100100 | 101110 |
Color Harmonies of #EB8F00
Complementary color
Monochromatic Colors of #EB8F00
Black with #EB8F00
Text Example
Text Example
White with #EB8F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB8F00; }
p { color: rgb(235,143,0); }
H1.HeaderClassName
{
color: #EB8F00;
}
.AnyTagClassName
{
color: #EB8F00;
}
</style>
background-color css
<style>
a { background-color: #EB8F00; }
a { background-color: rgb(235,143,0); }
div.DivClassName
{
background-color: #EB8F00;
}
.BgClassName
{
background-color: #EB8F00;
}
</style>
border-color css
<style>
span { border-color: #EB8F00; }
span { border-color: rgb(235,143,0); }
td.TdClassName
{
border-color: #EB8F00;
}
.TagClassName
{
border-color: #EB8F00;
}
</style>