Shades of Tangerine #E18211
Tints of Tangerine #E18211
RGB
CMYK
RGB Variations
Color information
#E18211 (or 0xE18211) is known color: Tangerine. HEX triplet: E1, 82 and 11. RGB value is (225,130,17). Sum of RGB (Red+Green+Blue) = 225+130+17=372 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.48% from 372); Green value is 130 (51.17% from 255 or 34.95% from 372); Blue value is 17 (7.03% from 255 or 4.57% from 372); Max value from RGB is 225 - color contains mainly: red. Hex color #E18211 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E18211 is #1E7DEE. Grayscale: #929292. Windows color (decimal): -1998319 or 1147617. OLE color: 1147617.
HSL color Cylindrical-coordinate representation of color #E18211: hue angle of 32.6º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E18211 is Cyan = 0, Magento = 0.42, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 130 | 17 | - |
| CMYK | 0 | 0.42 | 0.92 | 0.12 |
| HSL | 32.6º | 0.86% | 0.47% | - |
| HSV(B) | 32.6º | 0.92% | 0.88% | - |
| XYZ | 39.14 | 32.01 | 4.65 | - |
| YUV | 145.52 | 55.47 | 184.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 130 | 17 | 0 | 0.42 | 0.92 | 0.12 | 32.6 | 0.86 | 0.47 |
| Hex | E1 | 82 | 11 | 0 | 2A | 5C | C | 21 | 56 | 2F |
| Octal | 341 | 202 | 21 | 0 | 52 | 134 | 14 | 41 | 126 | 57 |
| Binary | 11100001 | 10000010 | 10001 | 0 | 101010 | 1011100 | 1100 | 100001 | 1010110 | 101111 |
Color Harmonies of #E18211
Complementary color
Monochromatic Colors of #E18211
Black with #E18211
Text Example
Text Example
White with #E18211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18211; }
p { color: rgb(225,130,17); }
H1.HeaderClassName
{
color: #E18211;
}
.AnyTagClassName
{
color: #E18211;
}
</style>
background-color css
<style>
a { background-color: #E18211; }
a { background-color: rgb(225,130,17); }
div.DivClassName
{
background-color: #E18211;
}
.BgClassName
{
background-color: #E18211;
}
</style>
border-color css
<style>
span { border-color: #E18211; }
span { border-color: rgb(225,130,17); }
td.TdClassName
{
border-color: #E18211;
}
.TagClassName
{
border-color: #E18211;
}
</style>