Shades of Tangerine #E68E00
Tints of Tangerine #E68E00
RGB
CMYK
RGB Variations
Color information
#E68E00 (or 0xE68E00) is known color: Tangerine. HEX triplet: E6, 8E and 00. RGB value is (230,142,0). Sum of RGB (Red+Green+Blue) = 230+142+0=372 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.83% from 372); Green value is 142 (55.86% from 255 or 38.17% from 372); Blue value is 0 (0.39% from 255 or 0% from 372); Max value from RGB is 230 - color contains mainly: red. Hex color #E68E00 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E68E00 is #1971FF. Grayscale: #989898. Windows color (decimal): -1667584 or 36582. OLE color: 36582.
HSL color Cylindrical-coordinate representation of color #E68E00: hue angle of 37.04º 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 #E68E00 is Cyan = 0, Magento = 0.38, Yellow = 1 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 142 | 0 | - |
| CMYK | 0 | 0.38 | 1 | 0.10 |
| HSL | 37.04º | 1% | 0.45% | - |
| HSV(B) | 37.04º | 1% | 0.9% | - |
| XYZ | 42.31 | 36.17 | 4.75 | - |
| YUV | 152.12 | 42.15 | 183.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 142 | 0 | 0 | 0.38 | 1 | 0.10 | 37.04 | 1 | 0.45 |
| Hex | E6 | 8E | 0 | 0 | 26 | 64 | A | 25 | 64 | 2D |
| Octal | 346 | 216 | 0 | 0 | 46 | 144 | 12 | 45 | 144 | 55 |
| Binary | 11100110 | 10001110 | 0 | 0 | 100110 | 1100100 | 1010 | 100101 | 1100100 | 101101 |
Color Harmonies of #E68E00
Complementary color
Monochromatic Colors of #E68E00
Black with #E68E00
Text Example
Text Example
White with #E68E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68E00; }
p { color: rgb(230,142,0); }
H1.HeaderClassName
{
color: #E68E00;
}
.AnyTagClassName
{
color: #E68E00;
}
</style>
background-color css
<style>
a { background-color: #E68E00; }
a { background-color: rgb(230,142,0); }
div.DivClassName
{
background-color: #E68E00;
}
.BgClassName
{
background-color: #E68E00;
}
</style>
border-color css
<style>
span { border-color: #E68E00; }
span { border-color: rgb(230,142,0); }
td.TdClassName
{
border-color: #E68E00;
}
.TagClassName
{
border-color: #E68E00;
}
</style>