Shades of Tangerine #E68C01
Tints of Tangerine #E68C01
RGB
CMYK
RGB Variations
Color information
#E68C01 (or 0xE68C01) is known color: Tangerine. HEX triplet: E6, 8C and 01. RGB value is (230,140,1). Sum of RGB (Red+Green+Blue) = 230+140+1=371 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.99% from 371); Green value is 140 (55.08% from 255 or 37.74% from 371); Blue value is 1 (0.78% from 255 or 0.27% from 371); Max value from RGB is 230 - color contains mainly: red. Hex color #E68C01 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E68C01 is #1973FE. Grayscale: #979797. Windows color (decimal): -1668095 or 101606. OLE color: 101606.
HSL color Cylindrical-coordinate representation of color #E68C01: hue angle of 36.42º 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 #E68C01 is Cyan = 0, Magento = 0.39, Yellow = 1.00 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 140 | 1 | - |
| CMYK | 0 | 0.39 | 1.00 | 0.10 |
| HSL | 36.42º | 0.99% | 0.45% | - |
| HSV(B) | 36.42º | 1% | 0.9% | - |
| XYZ | 42.02 | 35.58 | 4.68 | - |
| YUV | 151.06 | 43.32 | 184.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 140 | 1 | 0 | 0.39 | 1.00 | 0.10 | 36.42 | 0.99 | 0.45 |
| Hex | E6 | 8C | 1 | 0 | 27 | 64 | A | 24 | 63 | 2D |
| Octal | 346 | 214 | 1 | 0 | 47 | 144 | 12 | 44 | 143 | 55 |
| Binary | 11100110 | 10001100 | 1 | 0 | 100111 | 1100100 | 1010 | 100100 | 1100011 | 101101 |
Color Harmonies of #E68C01
Complementary color
Monochromatic Colors of #E68C01
Black with #E68C01
Text Example
Text Example
White with #E68C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68C01; }
p { color: rgb(230,140,1); }
H1.HeaderClassName
{
color: #E68C01;
}
.AnyTagClassName
{
color: #E68C01;
}
</style>
background-color css
<style>
a { background-color: #E68C01; }
a { background-color: rgb(230,140,1); }
div.DivClassName
{
background-color: #E68C01;
}
.BgClassName
{
background-color: #E68C01;
}
</style>
border-color css
<style>
span { border-color: #E68C01; }
span { border-color: rgb(230,140,1); }
td.TdClassName
{
border-color: #E68C01;
}
.TagClassName
{
border-color: #E68C01;
}
</style>