Shades of Tangerine #E68510
Tints of Tangerine #E68510
RGB
CMYK
RGB Variations
Color information
#E68510 (or 0xE68510) is known color: Tangerine. HEX triplet: E6, 85 and 10. RGB value is (230,133,16). Sum of RGB (Red+Green+Blue) = 230+133+16=379 (50% of max value = 765). Red value is 230 (90.23% from 255 or 60.69% from 379); Green value is 133 (52.34% from 255 or 35.09% from 379); Blue value is 16 (6.64% from 255 or 4.22% from 379); Max value from RGB is 230 - color contains mainly: red. Hex color #E68510 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E68510 is #197AEF. Grayscale: #959595. Windows color (decimal): -1669872 or 1082854. OLE color: 1082854.
HSL color Cylindrical-coordinate representation of color #E68510: hue angle of 32.8º degrees, saturation: 0.87, 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 #E68510 is Cyan = 0, Magento = 0.42, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 133 | 16 | - |
| CMYK | 0 | 0.42 | 0.93 | 0.10 |
| HSL | 32.8º | 0.87% | 0.48% | - |
| HSV(B) | 32.8º | 0.93% | 0.9% | - |
| XYZ | 41.11 | 33.64 | 4.82 | - |
| YUV | 148.67 | 53.14 | 186.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 133 | 16 | 0 | 0.42 | 0.93 | 0.10 | 32.8 | 0.87 | 0.48 |
| Hex | E6 | 85 | 10 | 0 | 2A | 5D | A | 21 | 57 | 30 |
| Octal | 346 | 205 | 20 | 0 | 52 | 135 | 12 | 41 | 127 | 60 |
| Binary | 11100110 | 10000101 | 10000 | 0 | 101010 | 1011101 | 1010 | 100001 | 1010111 | 110000 |
Color Harmonies of #E68510
Complementary color
Monochromatic Colors of #E68510
Black with #E68510
Text Example
Text Example
White with #E68510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68510; }
p { color: rgb(230,133,16); }
H1.HeaderClassName
{
color: #E68510;
}
.AnyTagClassName
{
color: #E68510;
}
</style>
background-color css
<style>
a { background-color: #E68510; }
a { background-color: rgb(230,133,16); }
div.DivClassName
{
background-color: #E68510;
}
.BgClassName
{
background-color: #E68510;
}
</style>
border-color css
<style>
span { border-color: #E68510; }
span { border-color: rgb(230,133,16); }
td.TdClassName
{
border-color: #E68510;
}
.TagClassName
{
border-color: #E68510;
}
</style>