Shades of Tangerine #EB8D0C
Tints of Tangerine #EB8D0C
RGB
CMYK
RGB Variations
Color information
#EB8D0C (or 0xEB8D0C) is known color: Tangerine. HEX triplet: EB, 8D and 0C. RGB value is (235,141,12). Sum of RGB (Red+Green+Blue) = 235+141+12=388 (51% of max value = 765). Red value is 235 (92.19% from 255 or 60.57% from 388); Green value is 141 (55.47% from 255 or 36.34% from 388); Blue value is 12 (5.08% from 255 or 3.09% from 388); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8D0C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EB8D0C is #1472F3. Grayscale: #9B9B9B. Windows color (decimal): -1340148 or 822763. OLE color: 822763.
HSL color Cylindrical-coordinate representation of color #EB8D0C: hue angle of 34.71º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EB8D0C is Cyan = 0, Magento = 0.4, Yellow = 0.95 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 141 | 12 | - |
| CMYK | 0 | 0.4 | 0.95 | 0.08 |
| HSL | 34.71º | 0.9% | 0.48% | - |
| HSV(B) | 34.71º | 0.95% | 0.92% | - |
| XYZ | 43.85 | 36.74 | 5.13 | - |
| YUV | 154.4 | 47.64 | 185.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 141 | 12 | 0 | 0.4 | 0.95 | 0.08 | 34.71 | 0.9 | 0.48 |
| Hex | EB | 8D | C | 0 | 28 | 5F | 8 | 23 | 5A | 30 |
| Octal | 353 | 215 | 14 | 0 | 50 | 137 | 10 | 43 | 132 | 60 |
| Binary | 11101011 | 10001101 | 1100 | 0 | 101000 | 1011111 | 1000 | 100011 | 1011010 | 110000 |
Color Harmonies of #EB8D0C
Complementary color
Monochromatic Colors of #EB8D0C
Black with #EB8D0C
Text Example
Text Example
White with #EB8D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB8D0C; }
p { color: rgb(235,141,12); }
H1.HeaderClassName
{
color: #EB8D0C;
}
.AnyTagClassName
{
color: #EB8D0C;
}
</style>
background-color css
<style>
a { background-color: #EB8D0C; }
a { background-color: rgb(235,141,12); }
div.DivClassName
{
background-color: #EB8D0C;
}
.BgClassName
{
background-color: #EB8D0C;
}
</style>
border-color css
<style>
span { border-color: #EB8D0C; }
span { border-color: rgb(235,141,12); }
td.TdClassName
{
border-color: #EB8D0C;
}
.TagClassName
{
border-color: #EB8D0C;
}
</style>