Shades of Tangerine #E68205
Tints of Tangerine #E68205
RGB
CMYK
RGB Variations
Color information
#E68205 (or 0xE68205) is known color: Tangerine. HEX triplet: E6, 82 and 05. RGB value is (230,130,5). Sum of RGB (Red+Green+Blue) = 230+130+5=365 (48% of max value = 765). Red value is 230 (90.23% from 255 or 63.01% from 365); Green value is 130 (51.17% from 255 or 35.62% from 365); Blue value is 5 (2.34% from 255 or 1.37% from 365); Max value from RGB is 230 - color contains mainly: red. Hex color #E68205 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E68205 is #197DFA. Grayscale: #929292. Windows color (decimal): -1670651 or 361190. OLE color: 361190.
HSL color Cylindrical-coordinate representation of color #E68205: hue angle of 33.33º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E68205 is Cyan = 0, Magento = 0.43, Yellow = 0.98 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 130 | 5 | - |
| CMYK | 0 | 0.43 | 0.98 | 0.10 |
| HSL | 33.33º | 0.96% | 0.46% | - |
| HSV(B) | 33.33º | 0.98% | 0.9% | - |
| XYZ | 40.64 | 32.8 | 4.33 | - |
| YUV | 145.65 | 48.63 | 188.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 130 | 5 | 0 | 0.43 | 0.98 | 0.10 | 33.33 | 0.96 | 0.46 |
| Hex | E6 | 82 | 5 | 0 | 2B | 62 | A | 21 | 60 | 2E |
| Octal | 346 | 202 | 5 | 0 | 53 | 142 | 12 | 41 | 140 | 56 |
| Binary | 11100110 | 10000010 | 101 | 0 | 101011 | 1100010 | 1010 | 100001 | 1100000 | 101110 |
Color Harmonies of #E68205
Complementary color
Monochromatic Colors of #E68205
Black with #E68205
Text Example
Text Example
White with #E68205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68205; }
p { color: rgb(230,130,5); }
H1.HeaderClassName
{
color: #E68205;
}
.AnyTagClassName
{
color: #E68205;
}
</style>
background-color css
<style>
a { background-color: #E68205; }
a { background-color: rgb(230,130,5); }
div.DivClassName
{
background-color: #E68205;
}
.BgClassName
{
background-color: #E68205;
}
</style>
border-color css
<style>
span { border-color: #E68205; }
span { border-color: rgb(230,130,5); }
td.TdClassName
{
border-color: #E68205;
}
.TagClassName
{
border-color: #E68205;
}
</style>