Shades of Tangerine #E38211
Tints of Tangerine #E38211
RGB
CMYK
RGB Variations
Color information
#E38211 (or 0xE38211) is known color: Tangerine. HEX triplet: E3, 82 and 11. RGB value is (227,130,17). Sum of RGB (Red+Green+Blue) = 227+130+17=374 (49% of max value = 765). Red value is 227 (89.06% from 255 or 60.70% from 374); Green value is 130 (51.17% from 255 or 34.76% from 374); Blue value is 17 (7.03% from 255 or 4.55% from 374); Max value from RGB is 227 - color contains mainly: red. Hex color #E38211 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E38211 is #1C7DEE. Grayscale: #929292. Windows color (decimal): -1867247 or 1147619. OLE color: 1147619.
HSL color Cylindrical-coordinate representation of color #E38211: hue angle of 32.29º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E38211 is Cyan = 0, Magento = 0.43, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 130 | 17 | - |
| CMYK | 0 | 0.43 | 0.93 | 0.11 |
| HSL | 32.29º | 0.86% | 0.48% | - |
| HSV(B) | 32.29º | 0.93% | 0.89% | - |
| XYZ | 39.76 | 32.34 | 4.68 | - |
| YUV | 146.12 | 55.14 | 185.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 130 | 17 | 0 | 0.43 | 0.93 | 0.11 | 32.29 | 0.86 | 0.48 |
| Hex | E3 | 82 | 11 | 0 | 2B | 5D | B | 20 | 56 | 30 |
| Octal | 343 | 202 | 21 | 0 | 53 | 135 | 13 | 40 | 126 | 60 |
| Binary | 11100011 | 10000010 | 10001 | 0 | 101011 | 1011101 | 1011 | 100000 | 1010110 | 110000 |
Color Harmonies of #E38211
Complementary color
Monochromatic Colors of #E38211
Black with #E38211
Text Example
Text Example
White with #E38211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E38211; }
p { color: rgb(227,130,17); }
H1.HeaderClassName
{
color: #E38211;
}
.AnyTagClassName
{
color: #E38211;
}
</style>
background-color css
<style>
a { background-color: #E38211; }
a { background-color: rgb(227,130,17); }
div.DivClassName
{
background-color: #E38211;
}
.BgClassName
{
background-color: #E38211;
}
</style>
border-color css
<style>
span { border-color: #E38211; }
span { border-color: rgb(227,130,17); }
td.TdClassName
{
border-color: #E38211;
}
.TagClassName
{
border-color: #E38211;
}
</style>