Shades of Tangerine #E68013
Tints of Tangerine #E68013
RGB
CMYK
RGB Variations
Color information
#E68013 (or 0xE68013) is known color: Tangerine. HEX triplet: E6, 80 and 13. RGB value is (230,128,19). Sum of RGB (Red+Green+Blue) = 230+128+19=377 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.01% from 377); Green value is 128 (50.39% from 255 or 33.95% from 377); Blue value is 19 (7.81% from 255 or 5.04% from 377); Max value from RGB is 230 - color contains mainly: red. Hex color #E68013 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E68013 is #197FEC. Grayscale: #929292. Windows color (decimal): -1671149 or 1278182. OLE color: 1278182.
HSL color Cylindrical-coordinate representation of color #E68013: hue angle of 31º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E68013 is Cyan = 0, Magento = 0.44, Yellow = 0.92 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 128 | 19 | - |
| CMYK | 0 | 0.44 | 0.92 | 0.10 |
| HSL | 31º | 0.85% | 0.49% | - |
| HSV(B) | 31º | 0.92% | 0.9% | - |
| XYZ | 40.47 | 32.31 | 4.72 | - |
| YUV | 146.07 | 56.29 | 187.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 128 | 19 | 0 | 0.44 | 0.92 | 0.10 | 31 | 0.85 | 0.49 |
| Hex | E6 | 80 | 13 | 0 | 2C | 5C | A | 1F | 55 | 31 |
| Octal | 346 | 200 | 23 | 0 | 54 | 134 | 12 | 37 | 125 | 61 |
| Binary | 11100110 | 10000000 | 10011 | 0 | 101100 | 1011100 | 1010 | 11111 | 1010101 | 110001 |
Color Harmonies of #E68013
Complementary color
Monochromatic Colors of #E68013
Black with #E68013
Text Example
Text Example
White with #E68013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68013; }
p { color: rgb(230,128,19); }
H1.HeaderClassName
{
color: #E68013;
}
.AnyTagClassName
{
color: #E68013;
}
</style>
background-color css
<style>
a { background-color: #E68013; }
a { background-color: rgb(230,128,19); }
div.DivClassName
{
background-color: #E68013;
}
.BgClassName
{
background-color: #E68013;
}
</style>
border-color css
<style>
span { border-color: #E68013; }
span { border-color: rgb(230,128,19); }
td.TdClassName
{
border-color: #E68013;
}
.TagClassName
{
border-color: #E68013;
}
</style>