Shades of Tangerine #E68211
Tints of Tangerine #E68211
RGB
CMYK
RGB Variations
Color information
#E68211 (or 0xE68211) is known color: Tangerine. HEX triplet: E6, 82 and 11. RGB value is (230,130,17). Sum of RGB (Red+Green+Blue) = 230+130+17=377 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.01% from 377); Green value is 130 (51.17% from 255 or 34.48% from 377); Blue value is 17 (7.03% from 255 or 4.51% from 377); Max value from RGB is 230 - color contains mainly: red. Hex color #E68211 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E68211 is #197DEE. Grayscale: #939393. Windows color (decimal): -1670639 or 1147622. OLE color: 1147622.
HSL color Cylindrical-coordinate representation of color #E68211: hue angle of 31.83º 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 #E68211 is Cyan = 0, Magento = 0.43, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 130 | 17 | - |
| CMYK | 0 | 0.43 | 0.93 | 0.10 |
| HSL | 31.83º | 0.86% | 0.48% | - |
| HSV(B) | 31.83º | 0.93% | 0.9% | - |
| XYZ | 40.72 | 32.83 | 4.72 | - |
| YUV | 147.02 | 54.63 | 187.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 130 | 17 | 0 | 0.43 | 0.93 | 0.10 | 31.83 | 0.86 | 0.48 |
| Hex | E6 | 82 | 11 | 0 | 2B | 5D | A | 20 | 56 | 30 |
| Octal | 346 | 202 | 21 | 0 | 53 | 135 | 12 | 40 | 126 | 60 |
| Binary | 11100110 | 10000010 | 10001 | 0 | 101011 | 1011101 | 1010 | 100000 | 1010110 | 110000 |
Color Harmonies of #E68211
Complementary color
Monochromatic Colors of #E68211
Black with #E68211
Text Example
Text Example
White with #E68211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68211; }
p { color: rgb(230,130,17); }
H1.HeaderClassName
{
color: #E68211;
}
.AnyTagClassName
{
color: #E68211;
}
</style>
background-color css
<style>
a { background-color: #E68211; }
a { background-color: rgb(230,130,17); }
div.DivClassName
{
background-color: #E68211;
}
.BgClassName
{
background-color: #E68211;
}
</style>
border-color css
<style>
span { border-color: #E68211; }
span { border-color: rgb(230,130,17); }
td.TdClassName
{
border-color: #E68211;
}
.TagClassName
{
border-color: #E68211;
}
</style>