Shades of Tangerine #E68C08
Tints of Tangerine #E68C08
RGB
CMYK
RGB Variations
Color information
#E68C08 (or 0xE68C08) is known color: Tangerine. HEX triplet: E6, 8C and 08. RGB value is (230,140,8). Sum of RGB (Red+Green+Blue) = 230+140+8=378 (50% of max value = 765). Red value is 230 (90.23% from 255 or 60.85% from 378); Green value is 140 (55.08% from 255 or 37.04% from 378); Blue value is 8 (3.52% from 255 or 2.12% from 378); Max value from RGB is 230 - color contains mainly: red. Hex color #E68C08 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E68C08 is #1973F7. Grayscale: #989898. Windows color (decimal): -1668088 or 560358. OLE color: 560358.
HSL color Cylindrical-coordinate representation of color #E68C08: hue angle of 35.68º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E68C08 is Cyan = 0, Magento = 0.39, Yellow = 0.97 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 140 | 8 | - |
| CMYK | 0 | 0.39 | 0.97 | 0.10 |
| HSL | 35.68º | 0.93% | 0.47% | - |
| HSV(B) | 35.68º | 0.97% | 0.9% | - |
| XYZ | 42.06 | 35.6 | 4.88 | - |
| YUV | 151.86 | 46.82 | 183.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 140 | 8 | 0 | 0.39 | 0.97 | 0.10 | 35.68 | 0.93 | 0.47 |
| Hex | E6 | 8C | 8 | 0 | 27 | 61 | A | 24 | 5D | 2F |
| Octal | 346 | 214 | 10 | 0 | 47 | 141 | 12 | 44 | 135 | 57 |
| Binary | 11100110 | 10001100 | 1000 | 0 | 100111 | 1100001 | 1010 | 100100 | 1011101 | 101111 |
Color Harmonies of #E68C08
Complementary color
Monochromatic Colors of #E68C08
Black with #E68C08
Text Example
Text Example
White with #E68C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68C08; }
p { color: rgb(230,140,8); }
H1.HeaderClassName
{
color: #E68C08;
}
.AnyTagClassName
{
color: #E68C08;
}
</style>
background-color css
<style>
a { background-color: #E68C08; }
a { background-color: rgb(230,140,8); }
div.DivClassName
{
background-color: #E68C08;
}
.BgClassName
{
background-color: #E68C08;
}
</style>
border-color css
<style>
span { border-color: #E68C08; }
span { border-color: rgb(230,140,8); }
td.TdClassName
{
border-color: #E68C08;
}
.TagClassName
{
border-color: #E68C08;
}
</style>