Shades of Tangerine #E58211
Tints of Tangerine #E58211
RGB
CMYK
RGB Variations
Color information
#E58211 (or 0xE58211) is known color: Tangerine. HEX triplet: E5, 82 and 11. RGB value is (229,130,17). Sum of RGB (Red+Green+Blue) = 229+130+17=376 (49% of max value = 765). Red value is 229 (89.84% from 255 or 60.90% from 376); Green value is 130 (51.17% from 255 or 34.57% from 376); Blue value is 17 (7.03% from 255 or 4.52% from 376); Max value from RGB is 229 - color contains mainly: red. Hex color #E58211 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E58211 is #1A7DEE. Grayscale: #939393. Windows color (decimal): -1736175 or 1147621. OLE color: 1147621.
HSL color Cylindrical-coordinate representation of color #E58211: hue angle of 31.98º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E58211 is Cyan = 0, Magento = 0.43, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 130 | 17 | - |
| CMYK | 0 | 0.43 | 0.93 | 0.10 |
| HSL | 31.98º | 0.86% | 0.48% | - |
| HSV(B) | 31.98º | 0.93% | 0.9% | - |
| XYZ | 40.4 | 32.66 | 4.71 | - |
| YUV | 146.72 | 54.8 | 186.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 130 | 17 | 0 | 0.43 | 0.93 | 0.10 | 31.98 | 0.86 | 0.48 |
| Hex | E5 | 82 | 11 | 0 | 2B | 5D | A | 20 | 56 | 30 |
| Octal | 345 | 202 | 21 | 0 | 53 | 135 | 12 | 40 | 126 | 60 |
| Binary | 11100101 | 10000010 | 10001 | 0 | 101011 | 1011101 | 1010 | 100000 | 1010110 | 110000 |
Color Harmonies of #E58211
Complementary color
Monochromatic Colors of #E58211
Black with #E58211
Text Example
Text Example
White with #E58211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58211; }
p { color: rgb(229,130,17); }
H1.HeaderClassName
{
color: #E58211;
}
.AnyTagClassName
{
color: #E58211;
}
</style>
background-color css
<style>
a { background-color: #E58211; }
a { background-color: rgb(229,130,17); }
div.DivClassName
{
background-color: #E58211;
}
.BgClassName
{
background-color: #E58211;
}
</style>
border-color css
<style>
span { border-color: #E58211; }
span { border-color: rgb(229,130,17); }
td.TdClassName
{
border-color: #E58211;
}
.TagClassName
{
border-color: #E58211;
}
</style>