Shades of Tangerine #E68212
Tints of Tangerine #E68212
RGB
CMYK
RGB Variations
Color information
#E68212 (or 0xE68212) is known color: Tangerine. HEX triplet: E6, 82 and 12. RGB value is (230,130,18). Sum of RGB (Red+Green+Blue) = 230+130+18=378 (50% of max value = 765). Red value is 230 (90.23% from 255 or 60.85% from 378); Green value is 130 (51.17% from 255 or 34.39% from 378); Blue value is 18 (7.42% from 255 or 4.76% from 378); Max value from RGB is 230 - color contains mainly: red. Hex color #E68212 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E68212 is #197DED. Grayscale: #939393. Windows color (decimal): -1670638 or 1213158. OLE color: 1213158.
HSL color Cylindrical-coordinate representation of color #E68212: hue angle of 31.7º 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 #E68212 is Cyan = 0, Magento = 0.43, Yellow = 0.92 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 130 | 18 | - |
| CMYK | 0 | 0.43 | 0.92 | 0.10 |
| HSL | 31.7º | 0.85% | 0.49% | - |
| HSV(B) | 31.7º | 0.92% | 0.9% | - |
| XYZ | 40.72 | 32.83 | 4.76 | - |
| YUV | 147.13 | 55.13 | 187.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 130 | 18 | 0 | 0.43 | 0.92 | 0.10 | 31.7 | 0.85 | 0.49 |
| Hex | E6 | 82 | 12 | 0 | 2B | 5C | A | 20 | 55 | 31 |
| Octal | 346 | 202 | 22 | 0 | 53 | 134 | 12 | 40 | 125 | 61 |
| Binary | 11100110 | 10000010 | 10010 | 0 | 101011 | 1011100 | 1010 | 100000 | 1010101 | 110001 |
Color Harmonies of #E68212
Complementary color
Monochromatic Colors of #E68212
Black with #E68212
Text Example
Text Example
White with #E68212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68212; }
p { color: rgb(230,130,18); }
H1.HeaderClassName
{
color: #E68212;
}
.AnyTagClassName
{
color: #E68212;
}
</style>
background-color css
<style>
a { background-color: #E68212; }
a { background-color: rgb(230,130,18); }
div.DivClassName
{
background-color: #E68212;
}
.BgClassName
{
background-color: #E68212;
}
</style>
border-color css
<style>
span { border-color: #E68212; }
span { border-color: rgb(230,130,18); }
td.TdClassName
{
border-color: #E68212;
}
.TagClassName
{
border-color: #E68212;
}
</style>