Shades of Tangerine #E6870E
Tints of Tangerine #E6870E
RGB
CMYK
RGB Variations
Color information
#E6870E (or 0xE6870E) is known color: Tangerine. HEX triplet: E6, 87 and 0E. RGB value is (230,135,14). Sum of RGB (Red+Green+Blue) = 230+135+14=379 (50% of max value = 765). Red value is 230 (90.23% from 255 or 60.69% from 379); Green value is 135 (53.12% from 255 or 35.62% from 379); Blue value is 14 (5.86% from 255 or 3.69% from 379); Max value from RGB is 230 - color contains mainly: red. Hex color #E6870E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E6870E is #1978F1. Grayscale: #969696. Windows color (decimal): -1669362 or 952294. OLE color: 952294.
HSL color Cylindrical-coordinate representation of color #E6870E: hue angle of 33.61º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E6870E is Cyan = 0, Magento = 0.41, Yellow = 0.94 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 135 | 14 | - |
| CMYK | 0 | 0.41 | 0.94 | 0.10 |
| HSL | 33.61º | 0.89% | 0.48% | - |
| HSV(B) | 33.61º | 0.94% | 0.9% | - |
| XYZ | 41.38 | 34.18 | 4.83 | - |
| YUV | 149.61 | 51.47 | 185.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 135 | 14 | 0 | 0.41 | 0.94 | 0.10 | 33.61 | 0.89 | 0.48 |
| Hex | E6 | 87 | E | 0 | 29 | 5E | A | 22 | 59 | 30 |
| Octal | 346 | 207 | 16 | 0 | 51 | 136 | 12 | 42 | 131 | 60 |
| Binary | 11100110 | 10000111 | 1110 | 0 | 101001 | 1011110 | 1010 | 100010 | 1011001 | 110000 |
Color Harmonies of #E6870E
Complementary color
Monochromatic Colors of #E6870E
Black with #E6870E
Text Example
Text Example
White with #E6870E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6870E; }
p { color: rgb(230,135,14); }
H1.HeaderClassName
{
color: #E6870E;
}
.AnyTagClassName
{
color: #E6870E;
}
</style>
background-color css
<style>
a { background-color: #E6870E; }
a { background-color: rgb(230,135,14); }
div.DivClassName
{
background-color: #E6870E;
}
.BgClassName
{
background-color: #E6870E;
}
</style>
border-color css
<style>
span { border-color: #E6870E; }
span { border-color: rgb(230,135,14); }
td.TdClassName
{
border-color: #E6870E;
}
.TagClassName
{
border-color: #E6870E;
}
</style>