Shades of Tangerine #E1840D
Tints of Tangerine #E1840D
RGB
CMYK
RGB Variations
Color information
#E1840D (or 0xE1840D) is known color: Tangerine. HEX triplet: E1, 84 and 0D. RGB value is (225,132,13). Sum of RGB (Red+Green+Blue) = 225+132+13=370 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.81% from 370); Green value is 132 (51.95% from 255 or 35.68% from 370); Blue value is 13 (5.47% from 255 or 3.51% from 370); Max value from RGB is 225 - color contains mainly: red. Hex color #E1840D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E1840D is #1E7BF2. Grayscale: #929292. Windows color (decimal): -1997811 or 885985. OLE color: 885985.
HSL color Cylindrical-coordinate representation of color #E1840D: hue angle of 33.68º 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 #E1840D is Cyan = 0, Magento = 0.41, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 132 | 13 | - |
| CMYK | 0 | 0.41 | 0.94 | 0.12 |
| HSL | 33.68º | 0.89% | 0.47% | - |
| HSV(B) | 33.68º | 0.94% | 0.88% | - |
| XYZ | 39.38 | 32.54 | 4.59 | - |
| YUV | 146.24 | 52.81 | 184.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 132 | 13 | 0 | 0.41 | 0.94 | 0.12 | 33.68 | 0.89 | 0.47 |
| Hex | E1 | 84 | D | 0 | 29 | 5E | C | 22 | 59 | 2F |
| Octal | 341 | 204 | 15 | 0 | 51 | 136 | 14 | 42 | 131 | 57 |
| Binary | 11100001 | 10000100 | 1101 | 0 | 101001 | 1011110 | 1100 | 100010 | 1011001 | 101111 |
Color Harmonies of #E1840D
Complementary color
Monochromatic Colors of #E1840D
Black with #E1840D
Text Example
Text Example
White with #E1840D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1840D; }
p { color: rgb(225,132,13); }
H1.HeaderClassName
{
color: #E1840D;
}
.AnyTagClassName
{
color: #E1840D;
}
</style>
background-color css
<style>
a { background-color: #E1840D; }
a { background-color: rgb(225,132,13); }
div.DivClassName
{
background-color: #E1840D;
}
.BgClassName
{
background-color: #E1840D;
}
</style>
border-color css
<style>
span { border-color: #E1840D; }
span { border-color: rgb(225,132,13); }
td.TdClassName
{
border-color: #E1840D;
}
.TagClassName
{
border-color: #E1840D;
}
</style>