Shades of Tangerine #E5860D
Tints of Tangerine #E5860D
RGB
CMYK
RGB Variations
Color information
#E5860D (or 0xE5860D) is known color: Tangerine. HEX triplet: E5, 86 and 0D. RGB value is (229,134,13). Sum of RGB (Red+Green+Blue) = 229+134+13=376 (49% of max value = 765). Red value is 229 (89.84% from 255 or 60.90% from 376); Green value is 134 (52.73% from 255 or 35.64% from 376); Blue value is 13 (5.47% from 255 or 3.46% from 376); Max value from RGB is 229 - color contains mainly: red. Hex color #E5860D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E5860D is #1A79F2. Grayscale: #959595. Windows color (decimal): -1735155 or 886501. OLE color: 886501.
HSL color Cylindrical-coordinate representation of color #E5860D: hue angle of 33.61º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E5860D is Cyan = 0, Magento = 0.41, Yellow = 0.94 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 134 | 13 | - |
| CMYK | 0 | 0.41 | 0.94 | 0.10 |
| HSL | 33.61º | 0.89% | 0.47% | - |
| HSV(B) | 33.61º | 0.94% | 0.9% | - |
| XYZ | 40.91 | 33.74 | 4.74 | - |
| YUV | 148.61 | 51.47 | 185.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 134 | 13 | 0 | 0.41 | 0.94 | 0.10 | 33.61 | 0.89 | 0.47 |
| Hex | E5 | 86 | D | 0 | 29 | 5E | A | 22 | 59 | 2F |
| Octal | 345 | 206 | 15 | 0 | 51 | 136 | 12 | 42 | 131 | 57 |
| Binary | 11100101 | 10000110 | 1101 | 0 | 101001 | 1011110 | 1010 | 100010 | 1011001 | 101111 |
Color Harmonies of #E5860D
Complementary color
Monochromatic Colors of #E5860D
Black with #E5860D
Text Example
Text Example
White with #E5860D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5860D; }
p { color: rgb(229,134,13); }
H1.HeaderClassName
{
color: #E5860D;
}
.AnyTagClassName
{
color: #E5860D;
}
</style>
background-color css
<style>
a { background-color: #E5860D; }
a { background-color: rgb(229,134,13); }
div.DivClassName
{
background-color: #E5860D;
}
.BgClassName
{
background-color: #E5860D;
}
</style>
border-color css
<style>
span { border-color: #E5860D; }
span { border-color: rgb(229,134,13); }
td.TdClassName
{
border-color: #E5860D;
}
.TagClassName
{
border-color: #E5860D;
}
</style>