Shades of Tangerine #E1860A
Tints of Tangerine #E1860A
RGB
CMYK
RGB Variations
Color information
#E1860A (or 0xE1860A) is known color: Tangerine. HEX triplet: E1, 86 and 0A. RGB value is (225,134,10). Sum of RGB (Red+Green+Blue) = 225+134+10=369 (48% of max value = 765). Red value is 225 (88.28% from 255 or 60.98% from 369); Green value is 134 (52.73% from 255 or 36.31% from 369); Blue value is 10 (4.30% from 255 or 2.71% from 369); Max value from RGB is 225 - color contains mainly: red. Hex color #E1860A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E1860A is #1E79F5. Grayscale: #939393. Windows color (decimal): -1997302 or 689889. OLE color: 689889.
HSL color Cylindrical-coordinate representation of color #E1860A: hue angle of 34.6º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E1860A is Cyan = 0, Magento = 0.40, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 134 | 10 | - |
| CMYK | 0 | 0.40 | 0.96 | 0.12 |
| HSL | 34.6º | 0.91% | 0.46% | - |
| HSV(B) | 34.6º | 0.96% | 0.88% | - |
| XYZ | 39.63 | 33.08 | 4.58 | - |
| YUV | 147.07 | 50.65 | 183.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 134 | 10 | 0 | 0.40 | 0.96 | 0.12 | 34.6 | 0.91 | 0.46 |
| Hex | E1 | 86 | A | 0 | 28 | 60 | C | 23 | 5B | 2E |
| Octal | 341 | 206 | 12 | 0 | 50 | 140 | 14 | 43 | 133 | 56 |
| Binary | 11100001 | 10000110 | 1010 | 0 | 101000 | 1100000 | 1100 | 100011 | 1011011 | 101110 |
Color Harmonies of #E1860A
Complementary color
Monochromatic Colors of #E1860A
Black with #E1860A
Text Example
Text Example
White with #E1860A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1860A; }
p { color: rgb(225,134,10); }
H1.HeaderClassName
{
color: #E1860A;
}
.AnyTagClassName
{
color: #E1860A;
}
</style>
background-color css
<style>
a { background-color: #E1860A; }
a { background-color: rgb(225,134,10); }
div.DivClassName
{
background-color: #E1860A;
}
.BgClassName
{
background-color: #E1860A;
}
</style>
border-color css
<style>
span { border-color: #E1860A; }
span { border-color: rgb(225,134,10); }
td.TdClassName
{
border-color: #E1860A;
}
.TagClassName
{
border-color: #E1860A;
}
</style>