Shades of Tangerine #EB8C0D
Tints of Tangerine #EB8C0D
RGB
CMYK
RGB Variations
Color information
#EB8C0D (or 0xEB8C0D) is known color: Tangerine. HEX triplet: EB, 8C and 0D. RGB value is (235,140,13). Sum of RGB (Red+Green+Blue) = 235+140+13=388 (51% of max value = 765). Red value is 235 (92.19% from 255 or 60.57% from 388); Green value is 140 (55.08% from 255 or 36.08% from 388); Blue value is 13 (5.47% from 255 or 3.35% from 388); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8C0D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EB8C0D is #1473F2. Grayscale: #9A9A9A. Windows color (decimal): -1340403 or 888043. OLE color: 888043.
HSL color Cylindrical-coordinate representation of color #EB8C0D: hue angle of 34.32º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EB8C0D is Cyan = 0, Magento = 0.40, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 140 | 13 | - |
| CMYK | 0 | 0.40 | 0.94 | 0.08 |
| HSL | 34.32º | 0.9% | 0.49% | - |
| HSV(B) | 34.32º | 0.94% | 0.92% | - |
| XYZ | 43.71 | 36.45 | 5.11 | - |
| YUV | 153.93 | 48.47 | 185.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 140 | 13 | 0 | 0.40 | 0.94 | 0.08 | 34.32 | 0.9 | 0.49 |
| Hex | EB | 8C | D | 0 | 28 | 5E | 8 | 22 | 5A | 31 |
| Octal | 353 | 214 | 15 | 0 | 50 | 136 | 10 | 42 | 132 | 61 |
| Binary | 11101011 | 10001100 | 1101 | 0 | 101000 | 1011110 | 1000 | 100010 | 1011010 | 110001 |
Color Harmonies of #EB8C0D
Complementary color
Monochromatic Colors of #EB8C0D
Black with #EB8C0D
Text Example
Text Example
White with #EB8C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB8C0D; }
p { color: rgb(235,140,13); }
H1.HeaderClassName
{
color: #EB8C0D;
}
.AnyTagClassName
{
color: #EB8C0D;
}
</style>
background-color css
<style>
a { background-color: #EB8C0D; }
a { background-color: rgb(235,140,13); }
div.DivClassName
{
background-color: #EB8C0D;
}
.BgClassName
{
background-color: #EB8C0D;
}
</style>
border-color css
<style>
span { border-color: #EB8C0D; }
span { border-color: rgb(235,140,13); }
td.TdClassName
{
border-color: #EB8C0D;
}
.TagClassName
{
border-color: #EB8C0D;
}
</style>