Shades of Tangerine #EB8C00
Tints of Tangerine #EB8C00
RGB
CMYK
RGB Variations
Color information
#EB8C00 (or 0xEB8C00) is known color: Tangerine. HEX triplet: EB, 8C and 00. RGB value is (235,140,0). Sum of RGB (Red+Green+Blue) = 235+140+0=375 (49% of max value = 765). Red value is 235 (92.19% from 255 or 62.67% from 375); Green value is 140 (55.08% from 255 or 37.33% from 375); Blue value is 0 (0.39% from 255 or 0% from 375); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8C00 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EB8C00 is #1473FF. Grayscale: #999999. Windows color (decimal): -1340416 or 36075. OLE color: 36075.
HSL color Cylindrical-coordinate representation of color #EB8C00: hue angle of 35.74º 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 #EB8C00 is Cyan = 0, Magento = 0.40, Yellow = 1 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 140 | 0 | - |
| CMYK | 0 | 0.40 | 1 | 0.08 |
| HSL | 35.74º | 1% | 0.46% | - |
| HSV(B) | 35.74º | 1% | 0.92% | - |
| XYZ | 43.64 | 36.42 | 4.73 | - |
| YUV | 152.45 | 41.97 | 186.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 140 | 0 | 0 | 0.40 | 1 | 0.08 | 35.74 | 1 | 0.46 |
| Hex | EB | 8C | 0 | 0 | 28 | 64 | 8 | 24 | 64 | 2E |
| Octal | 353 | 214 | 0 | 0 | 50 | 144 | 10 | 44 | 144 | 56 |
| Binary | 11101011 | 10001100 | 0 | 0 | 101000 | 1100100 | 1000 | 100100 | 1100100 | 101110 |
Color Harmonies of #EB8C00
Complementary color
Monochromatic Colors of #EB8C00
Black with #EB8C00
Text Example
Text Example
White with #EB8C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB8C00; }
p { color: rgb(235,140,0); }
H1.HeaderClassName
{
color: #EB8C00;
}
.AnyTagClassName
{
color: #EB8C00;
}
</style>
background-color css
<style>
a { background-color: #EB8C00; }
a { background-color: rgb(235,140,0); }
div.DivClassName
{
background-color: #EB8C00;
}
.BgClassName
{
background-color: #EB8C00;
}
</style>
border-color css
<style>
span { border-color: #EB8C00; }
span { border-color: rgb(235,140,0); }
td.TdClassName
{
border-color: #EB8C00;
}
.TagClassName
{
border-color: #EB8C00;
}
</style>