Shades of Tangerine #E68E01
Tints of Tangerine #E68E01
RGB
CMYK
RGB Variations
Color information
#E68E01 (or 0xE68E01) is known color: Tangerine. HEX triplet: E6, 8E and 01. RGB value is (230,142,1). Sum of RGB (Red+Green+Blue) = 230+142+1=373 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.66% from 373); Green value is 142 (55.86% from 255 or 38.07% from 373); Blue value is 1 (0.78% from 255 or 0.27% from 373); Max value from RGB is 230 - color contains mainly: red. Hex color #E68E01 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E68E01 is #1971FE. Grayscale: #989898. Windows color (decimal): -1667583 or 102118. OLE color: 102118.
HSL color Cylindrical-coordinate representation of color #E68E01: hue angle of 36.94º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E68E01 is Cyan = 0, Magento = 0.38, Yellow = 1.00 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 142 | 1 | - |
| CMYK | 0 | 0.38 | 1.00 | 0.10 |
| HSL | 36.94º | 0.99% | 0.45% | - |
| HSV(B) | 36.94º | 1% | 0.9% | - |
| XYZ | 42.31 | 36.17 | 4.78 | - |
| YUV | 152.24 | 42.65 | 183.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 142 | 1 | 0 | 0.38 | 1.00 | 0.10 | 36.94 | 0.99 | 0.45 |
| Hex | E6 | 8E | 1 | 0 | 26 | 64 | A | 25 | 63 | 2D |
| Octal | 346 | 216 | 1 | 0 | 46 | 144 | 12 | 45 | 143 | 55 |
| Binary | 11100110 | 10001110 | 1 | 0 | 100110 | 1100100 | 1010 | 100101 | 1100011 | 101101 |
Color Harmonies of #E68E01
Complementary color
Monochromatic Colors of #E68E01
Black with #E68E01
Text Example
Text Example
White with #E68E01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68E01; }
p { color: rgb(230,142,1); }
H1.HeaderClassName
{
color: #E68E01;
}
.AnyTagClassName
{
color: #E68E01;
}
</style>
background-color css
<style>
a { background-color: #E68E01; }
a { background-color: rgb(230,142,1); }
div.DivClassName
{
background-color: #E68E01;
}
.BgClassName
{
background-color: #E68E01;
}
</style>
border-color css
<style>
span { border-color: #E68E01; }
span { border-color: rgb(230,142,1); }
td.TdClassName
{
border-color: #E68E01;
}
.TagClassName
{
border-color: #E68E01;
}
</style>