Shades of Tangerine #E28211
Tints of Tangerine #E28211
RGB
CMYK
RGB Variations
Color information
#E28211 (or 0xE28211) is known color: Tangerine. HEX triplet: E2, 82 and 11. RGB value is (226,130,17). Sum of RGB (Red+Green+Blue) = 226+130+17=373 (49% of max value = 765). Red value is 226 (88.67% from 255 or 60.59% from 373); Green value is 130 (51.17% from 255 or 34.85% from 373); Blue value is 17 (7.03% from 255 or 4.56% from 373); Max value from RGB is 226 - color contains mainly: red. Hex color #E28211 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E28211 is #1D7DEE. Grayscale: #929292. Windows color (decimal): -1932783 or 1147618. OLE color: 1147618.
HSL color Cylindrical-coordinate representation of color #E28211: hue angle of 32.44º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E28211 is Cyan = 0, Magento = 0.42, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 130 | 17 | - |
| CMYK | 0 | 0.42 | 0.92 | 0.11 |
| HSL | 32.44º | 0.86% | 0.48% | - |
| HSV(B) | 32.44º | 0.92% | 0.89% | - |
| XYZ | 39.45 | 32.17 | 4.66 | - |
| YUV | 145.82 | 55.3 | 185.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 130 | 17 | 0 | 0.42 | 0.92 | 0.11 | 32.44 | 0.86 | 0.48 |
| Hex | E2 | 82 | 11 | 0 | 2A | 5C | B | 20 | 56 | 30 |
| Octal | 342 | 202 | 21 | 0 | 52 | 134 | 13 | 40 | 126 | 60 |
| Binary | 11100010 | 10000010 | 10001 | 0 | 101010 | 1011100 | 1011 | 100000 | 1010110 | 110000 |
Color Harmonies of #E28211
Complementary color
Monochromatic Colors of #E28211
Black with #E28211
Text Example
Text Example
White with #E28211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28211; }
p { color: rgb(226,130,17); }
H1.HeaderClassName
{
color: #E28211;
}
.AnyTagClassName
{
color: #E28211;
}
</style>
background-color css
<style>
a { background-color: #E28211; }
a { background-color: rgb(226,130,17); }
div.DivClassName
{
background-color: #E28211;
}
.BgClassName
{
background-color: #E28211;
}
</style>
border-color css
<style>
span { border-color: #E28211; }
span { border-color: rgb(226,130,17); }
td.TdClassName
{
border-color: #E28211;
}
.TagClassName
{
border-color: #E28211;
}
</style>