Shades of Tangerine #E1850D
Tints of Tangerine #E1850D
RGB
CMYK
RGB Variations
Color information
#E1850D (or 0xE1850D) is known color: Tangerine. HEX triplet: E1, 85 and 0D. RGB value is (225,133,13). Sum of RGB (Red+Green+Blue) = 225+133+13=371 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.65% from 371); Green value is 133 (52.34% from 255 or 35.85% from 371); Blue value is 13 (5.47% from 255 or 3.50% from 371); Max value from RGB is 225 - color contains mainly: red. Hex color #E1850D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E1850D is #1E7AF2. Grayscale: #939393. Windows color (decimal): -1997555 or 886241. OLE color: 886241.
HSL color Cylindrical-coordinate representation of color #E1850D: hue angle of 33.96º degrees, saturation: 0.89, 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 #E1850D is Cyan = 0, Magento = 0.41, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 133 | 13 | - |
| CMYK | 0 | 0.41 | 0.94 | 0.12 |
| HSL | 33.96º | 0.89% | 0.47% | - |
| HSV(B) | 33.96º | 0.94% | 0.88% | - |
| XYZ | 39.51 | 32.81 | 4.63 | - |
| YUV | 146.83 | 52.48 | 183.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 133 | 13 | 0 | 0.41 | 0.94 | 0.12 | 33.96 | 0.89 | 0.47 |
| Hex | E1 | 85 | D | 0 | 29 | 5E | C | 22 | 59 | 2F |
| Octal | 341 | 205 | 15 | 0 | 51 | 136 | 14 | 42 | 131 | 57 |
| Binary | 11100001 | 10000101 | 1101 | 0 | 101001 | 1011110 | 1100 | 100010 | 1011001 | 101111 |
Color Harmonies of #E1850D
Complementary color
Monochromatic Colors of #E1850D
Black with #E1850D
Text Example
Text Example
White with #E1850D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1850D; }
p { color: rgb(225,133,13); }
H1.HeaderClassName
{
color: #E1850D;
}
.AnyTagClassName
{
color: #E1850D;
}
</style>
background-color css
<style>
a { background-color: #E1850D; }
a { background-color: rgb(225,133,13); }
div.DivClassName
{
background-color: #E1850D;
}
.BgClassName
{
background-color: #E1850D;
}
</style>
border-color css
<style>
span { border-color: #E1850D; }
span { border-color: rgb(225,133,13); }
td.TdClassName
{
border-color: #E1850D;
}
.TagClassName
{
border-color: #E1850D;
}
</style>