Shades of Tangerine #E18210
Tints of Tangerine #E18210
RGB
CMYK
RGB Variations
Color information
#E18210 (or 0xE18210) is known color: Tangerine. HEX triplet: E1, 82 and 10. RGB value is (225,130,16). Sum of RGB (Red+Green+Blue) = 225+130+16=371 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.65% from 371); Green value is 130 (51.17% from 255 or 35.04% from 371); Blue value is 16 (6.64% from 255 or 4.31% from 371); Max value from RGB is 225 - color contains mainly: red. Hex color #E18210 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E18210 is #1E7DEF. Grayscale: #919191. Windows color (decimal): -1998320 or 1082081. OLE color: 1082081.
HSL color Cylindrical-coordinate representation of color #E18210: hue angle of 32.73º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E18210 is Cyan = 0, Magento = 0.42, Yellow = 0.93 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 130 | 16 | - |
| CMYK | 0 | 0.42 | 0.93 | 0.12 |
| HSL | 32.73º | 0.87% | 0.47% | - |
| HSV(B) | 32.73º | 0.93% | 0.88% | - |
| XYZ | 39.13 | 32.01 | 4.61 | - |
| YUV | 145.41 | 54.97 | 184.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 130 | 16 | 0 | 0.42 | 0.93 | 0.12 | 32.73 | 0.87 | 0.47 |
| Hex | E1 | 82 | 10 | 0 | 2A | 5D | C | 21 | 57 | 2F |
| Octal | 341 | 202 | 20 | 0 | 52 | 135 | 14 | 41 | 127 | 57 |
| Binary | 11100001 | 10000010 | 10000 | 0 | 101010 | 1011101 | 1100 | 100001 | 1010111 | 101111 |
Color Harmonies of #E18210
Complementary color
Monochromatic Colors of #E18210
Black with #E18210
Text Example
Text Example
White with #E18210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18210; }
p { color: rgb(225,130,16); }
H1.HeaderClassName
{
color: #E18210;
}
.AnyTagClassName
{
color: #E18210;
}
</style>
background-color css
<style>
a { background-color: #E18210; }
a { background-color: rgb(225,130,16); }
div.DivClassName
{
background-color: #E18210;
}
.BgClassName
{
background-color: #E18210;
}
</style>
border-color css
<style>
span { border-color: #E18210; }
span { border-color: rgb(225,130,16); }
td.TdClassName
{
border-color: #E18210;
}
.TagClassName
{
border-color: #E18210;
}
</style>