Shades of Tangerine #E68000
Tints of Tangerine #E68000
RGB
CMYK
RGB Variations
Color information
#E68000 (or 0xE68000) is known color: Tangerine. HEX triplet: E6, 80 and 00. RGB value is (230,128,0). Sum of RGB (Red+Green+Blue) = 230+128+0=358 (47% of max value = 765). Red value is 230 (90.23% from 255 or 64.25% from 358); Green value is 128 (50.39% from 255 or 35.75% from 358); Blue value is 0 (0.39% from 255 or 0% from 358); Max value from RGB is 230 - color contains mainly: red. Hex color #E68000 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E68000 is #197FFF. Grayscale: #909090. Windows color (decimal): -1671168 or 32998. OLE color: 32998.
HSL color Cylindrical-coordinate representation of color #E68000: hue angle of 33.39º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E68000 is Cyan = 0, Magento = 0.44, Yellow = 1 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 128 | 0 | - |
| CMYK | 0 | 0.44 | 1 | 0.10 |
| HSL | 33.39º | 1% | 0.45% | - |
| HSV(B) | 33.39º | 1% | 0.9% | - |
| XYZ | 40.35 | 32.26 | 4.1 | - |
| YUV | 143.91 | 46.79 | 189.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 128 | 0 | 0 | 0.44 | 1 | 0.10 | 33.39 | 1 | 0.45 |
| Hex | E6 | 80 | 0 | 0 | 2C | 64 | A | 21 | 64 | 2D |
| Octal | 346 | 200 | 0 | 0 | 54 | 144 | 12 | 41 | 144 | 55 |
| Binary | 11100110 | 10000000 | 0 | 0 | 101100 | 1100100 | 1010 | 100001 | 1100100 | 101101 |
Color Harmonies of #E68000
Complementary color
Monochromatic Colors of #E68000
Black with #E68000
Text Example
Text Example
White with #E68000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68000; }
p { color: rgb(230,128,0); }
H1.HeaderClassName
{
color: #E68000;
}
.AnyTagClassName
{
color: #E68000;
}
</style>
background-color css
<style>
a { background-color: #E68000; }
a { background-color: rgb(230,128,0); }
div.DivClassName
{
background-color: #E68000;
}
.BgClassName
{
background-color: #E68000;
}
</style>
border-color css
<style>
span { border-color: #E68000; }
span { border-color: rgb(230,128,0); }
td.TdClassName
{
border-color: #E68000;
}
.TagClassName
{
border-color: #E68000;
}
</style>