Shades of Tangerine #E68008
Tints of Tangerine #E68008
RGB
CMYK
RGB Variations
Color information
#E68008 (or 0xE68008) is known color: Tangerine. HEX triplet: E6, 80 and 08. RGB value is (230,128,8). Sum of RGB (Red+Green+Blue) = 230+128+8=366 (48% of max value = 765). Red value is 230 (90.23% from 255 or 62.84% from 366); Green value is 128 (50.39% from 255 or 34.97% from 366); Blue value is 8 (3.52% from 255 or 2.19% from 366); Max value from RGB is 230 - color contains mainly: red. Hex color #E68008 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E68008 is #197FF7. Grayscale: #919191. Windows color (decimal): -1671160 or 557286. OLE color: 557286.
HSL color Cylindrical-coordinate representation of color #E68008: hue angle of 32.43º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E68008 is Cyan = 0, Magento = 0.44, Yellow = 0.97 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 128 | 8 | - |
| CMYK | 0 | 0.44 | 0.97 | 0.10 |
| HSL | 32.43º | 0.93% | 0.47% | - |
| HSV(B) | 32.43º | 0.97% | 0.9% | - |
| XYZ | 40.4 | 32.28 | 4.33 | - |
| YUV | 144.82 | 50.79 | 188.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 128 | 8 | 0 | 0.44 | 0.97 | 0.10 | 32.43 | 0.93 | 0.47 |
| Hex | E6 | 80 | 8 | 0 | 2C | 61 | A | 20 | 5D | 2F |
| Octal | 346 | 200 | 10 | 0 | 54 | 141 | 12 | 40 | 135 | 57 |
| Binary | 11100110 | 10000000 | 1000 | 0 | 101100 | 1100001 | 1010 | 100000 | 1011101 | 101111 |
Color Harmonies of #E68008
Complementary color
Monochromatic Colors of #E68008
Black with #E68008
Text Example
Text Example
White with #E68008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68008; }
p { color: rgb(230,128,8); }
H1.HeaderClassName
{
color: #E68008;
}
.AnyTagClassName
{
color: #E68008;
}
</style>
background-color css
<style>
a { background-color: #E68008; }
a { background-color: rgb(230,128,8); }
div.DivClassName
{
background-color: #E68008;
}
.BgClassName
{
background-color: #E68008;
}
</style>
border-color css
<style>
span { border-color: #E68008; }
span { border-color: rgb(230,128,8); }
td.TdClassName
{
border-color: #E68008;
}
.TagClassName
{
border-color: #E68008;
}
</style>