Shades of Tangerine #E3860E
Tints of Tangerine #E3860E
RGB
CMYK
RGB Variations
Color information
#E3860E (or 0xE3860E) is known color: Tangerine. HEX triplet: E3, 86 and 0E. RGB value is (227,134,14). Sum of RGB (Red+Green+Blue) = 227+134+14=375 (49% of max value = 765). Red value is 227 (89.06% from 255 or 60.53% from 375); Green value is 134 (52.73% from 255 or 35.73% from 375); Blue value is 14 (5.86% from 255 or 3.73% from 375); Max value from RGB is 227 - color contains mainly: red. Hex color #E3860E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E3860E is #1C79F1. Grayscale: #949494. Windows color (decimal): -1866226 or 952035. OLE color: 952035.
HSL color Cylindrical-coordinate representation of color #E3860E: hue angle of 33.8º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E3860E is Cyan = 0, Magento = 0.41, Yellow = 0.94 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 134 | 14 | - |
| CMYK | 0 | 0.41 | 0.94 | 0.11 |
| HSL | 33.8º | 0.88% | 0.47% | - |
| HSV(B) | 33.8º | 0.94% | 0.89% | - |
| XYZ | 40.28 | 33.41 | 4.74 | - |
| YUV | 148.13 | 52.31 | 184.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 134 | 14 | 0 | 0.41 | 0.94 | 0.11 | 33.8 | 0.88 | 0.47 |
| Hex | E3 | 86 | E | 0 | 29 | 5E | B | 22 | 58 | 2F |
| Octal | 343 | 206 | 16 | 0 | 51 | 136 | 13 | 42 | 130 | 57 |
| Binary | 11100011 | 10000110 | 1110 | 0 | 101001 | 1011110 | 1011 | 100010 | 1011000 | 101111 |
Color Harmonies of #E3860E
Complementary color
Monochromatic Colors of #E3860E
Black with #E3860E
Text Example
Text Example
White with #E3860E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3860E; }
p { color: rgb(227,134,14); }
H1.HeaderClassName
{
color: #E3860E;
}
.AnyTagClassName
{
color: #E3860E;
}
</style>
background-color css
<style>
a { background-color: #E3860E; }
a { background-color: rgb(227,134,14); }
div.DivClassName
{
background-color: #E3860E;
}
.BgClassName
{
background-color: #E3860E;
}
</style>
border-color css
<style>
span { border-color: #E3860E; }
span { border-color: rgb(227,134,14); }
td.TdClassName
{
border-color: #E3860E;
}
.TagClassName
{
border-color: #E3860E;
}
</style>