Shades of Tangerine #E1850E
Tints of Tangerine #E1850E
RGB
CMYK
RGB Variations
Color information
#E1850E (or 0xE1850E) is known color: Tangerine. HEX triplet: E1, 85 and 0E. RGB value is (225,133,14). Sum of RGB (Red+Green+Blue) = 225+133+14=372 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.48% from 372); Green value is 133 (52.34% from 255 or 35.75% from 372); Blue value is 14 (5.86% from 255 or 3.76% from 372); Max value from RGB is 225 - color contains mainly: red. Hex color #E1850E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E1850E is #1E7AF1. Grayscale: #939393. Windows color (decimal): -1997554 or 951777. OLE color: 951777.
HSL color Cylindrical-coordinate representation of color #E1850E: hue angle of 33.84º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E1850E is Cyan = 0, Magento = 0.41, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 133 | 14 | - |
| CMYK | 0 | 0.41 | 0.94 | 0.12 |
| HSL | 33.84º | 0.88% | 0.47% | - |
| HSV(B) | 33.84º | 0.94% | 0.88% | - |
| XYZ | 39.52 | 32.81 | 4.67 | - |
| YUV | 146.94 | 52.98 | 183.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 133 | 14 | 0 | 0.41 | 0.94 | 0.12 | 33.84 | 0.88 | 0.47 |
| Hex | E1 | 85 | E | 0 | 29 | 5E | C | 22 | 58 | 2F |
| Octal | 341 | 205 | 16 | 0 | 51 | 136 | 14 | 42 | 130 | 57 |
| Binary | 11100001 | 10000101 | 1110 | 0 | 101001 | 1011110 | 1100 | 100010 | 1011000 | 101111 |
Color Harmonies of #E1850E
Complementary color
Monochromatic Colors of #E1850E
Black with #E1850E
Text Example
Text Example
White with #E1850E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1850E; }
p { color: rgb(225,133,14); }
H1.HeaderClassName
{
color: #E1850E;
}
.AnyTagClassName
{
color: #E1850E;
}
</style>
background-color css
<style>
a { background-color: #E1850E; }
a { background-color: rgb(225,133,14); }
div.DivClassName
{
background-color: #E1850E;
}
.BgClassName
{
background-color: #E1850E;
}
</style>
border-color css
<style>
span { border-color: #E1850E; }
span { border-color: rgb(225,133,14); }
td.TdClassName
{
border-color: #E1850E;
}
.TagClassName
{
border-color: #E1850E;
}
</style>