Shades of Tangerine #E68C03
Tints of Tangerine #E68C03
RGB
CMYK
RGB Variations
Color information
#E68C03 (or 0xE68C03) is known color: Tangerine. HEX triplet: E6, 8C and 03. RGB value is (230,140,3). Sum of RGB (Red+Green+Blue) = 230+140+3=373 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.66% from 373); Green value is 140 (55.08% from 255 or 37.53% from 373); Blue value is 3 (1.56% from 255 or 0.80% from 373); Max value from RGB is 230 - color contains mainly: red. Hex color #E68C03 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E68C03 is #1973FC. Grayscale: #979797. Windows color (decimal): -1668093 or 232678. OLE color: 232678.
HSL color Cylindrical-coordinate representation of color #E68C03: hue angle of 36.21º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E68C03 is Cyan = 0, Magento = 0.39, Yellow = 0.99 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 140 | 3 | - |
| CMYK | 0 | 0.39 | 0.99 | 0.10 |
| HSL | 36.21º | 0.97% | 0.46% | - |
| HSV(B) | 36.21º | 0.99% | 0.9% | - |
| XYZ | 42.03 | 35.59 | 4.74 | - |
| YUV | 151.29 | 44.32 | 184.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 140 | 3 | 0 | 0.39 | 0.99 | 0.10 | 36.21 | 0.97 | 0.46 |
| Hex | E6 | 8C | 3 | 0 | 27 | 63 | A | 24 | 61 | 2E |
| Octal | 346 | 214 | 3 | 0 | 47 | 143 | 12 | 44 | 141 | 56 |
| Binary | 11100110 | 10001100 | 11 | 0 | 100111 | 1100011 | 1010 | 100100 | 1100001 | 101110 |
Color Harmonies of #E68C03
Complementary color
Monochromatic Colors of #E68C03
Black with #E68C03
Text Example
Text Example
White with #E68C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68C03; }
p { color: rgb(230,140,3); }
H1.HeaderClassName
{
color: #E68C03;
}
.AnyTagClassName
{
color: #E68C03;
}
</style>
background-color css
<style>
a { background-color: #E68C03; }
a { background-color: rgb(230,140,3); }
div.DivClassName
{
background-color: #E68C03;
}
.BgClassName
{
background-color: #E68C03;
}
</style>
border-color css
<style>
span { border-color: #E68C03; }
span { border-color: rgb(230,140,3); }
td.TdClassName
{
border-color: #E68C03;
}
.TagClassName
{
border-color: #E68C03;
}
</style>