Shades of Tangerine #E68C07
Tints of Tangerine #E68C07
RGB
CMYK
RGB Variations
Color information
#E68C07 (or 0xE68C07) is known color: Tangerine. HEX triplet: E6, 8C and 07. RGB value is (230,140,7). Sum of RGB (Red+Green+Blue) = 230+140+7=377 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.01% from 377); Green value is 140 (55.08% from 255 or 37.14% from 377); Blue value is 7 (3.12% from 255 or 1.86% from 377); Max value from RGB is 230 - color contains mainly: red. Hex color #E68C07 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E68C07 is #1973F8. Grayscale: #989898. Windows color (decimal): -1668089 or 494822. OLE color: 494822.
HSL color Cylindrical-coordinate representation of color #E68C07: hue angle of 35.78º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E68C07 is Cyan = 0, Magento = 0.39, Yellow = 0.97 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 140 | 7 | - |
| CMYK | 0 | 0.39 | 0.97 | 0.10 |
| HSL | 35.78º | 0.94% | 0.46% | - |
| HSV(B) | 35.78º | 0.97% | 0.9% | - |
| XYZ | 42.05 | 35.59 | 4.86 | - |
| YUV | 151.75 | 46.32 | 183.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 140 | 7 | 0 | 0.39 | 0.97 | 0.10 | 35.78 | 0.94 | 0.46 |
| Hex | E6 | 8C | 7 | 0 | 27 | 61 | A | 24 | 5E | 2E |
| Octal | 346 | 214 | 7 | 0 | 47 | 141 | 12 | 44 | 136 | 56 |
| Binary | 11100110 | 10001100 | 111 | 0 | 100111 | 1100001 | 1010 | 100100 | 1011110 | 101110 |
Color Harmonies of #E68C07
Complementary color
Monochromatic Colors of #E68C07
Black with #E68C07
Text Example
Text Example
White with #E68C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68C07; }
p { color: rgb(230,140,7); }
H1.HeaderClassName
{
color: #E68C07;
}
.AnyTagClassName
{
color: #E68C07;
}
</style>
background-color css
<style>
a { background-color: #E68C07; }
a { background-color: rgb(230,140,7); }
div.DivClassName
{
background-color: #E68C07;
}
.BgClassName
{
background-color: #E68C07;
}
</style>
border-color css
<style>
span { border-color: #E68C07; }
span { border-color: rgb(230,140,7); }
td.TdClassName
{
border-color: #E68C07;
}
.TagClassName
{
border-color: #E68C07;
}
</style>