Shades of Tangerine #E6870C
Tints of Tangerine #E6870C
RGB
CMYK
RGB Variations
Color information
#E6870C (or 0xE6870C) is known color: Tangerine. HEX triplet: E6, 87 and 0C. RGB value is (230,135,12). Sum of RGB (Red+Green+Blue) = 230+135+12=377 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.01% from 377); Green value is 135 (53.12% from 255 or 35.81% from 377); Blue value is 12 (5.08% from 255 or 3.18% from 377); Max value from RGB is 230 - color contains mainly: red. Hex color #E6870C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E6870C is #1978F3. Grayscale: #959595. Windows color (decimal): -1669364 or 821222. OLE color: 821222.
HSL color Cylindrical-coordinate representation of color #E6870C: hue angle of 33.85º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E6870C is Cyan = 0, Magento = 0.41, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 135 | 12 | - |
| CMYK | 0 | 0.41 | 0.95 | 0.10 |
| HSL | 33.85º | 0.9% | 0.47% | - |
| HSV(B) | 33.85º | 0.95% | 0.9% | - |
| XYZ | 41.36 | 34.18 | 4.76 | - |
| YUV | 149.38 | 50.47 | 185.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 135 | 12 | 0 | 0.41 | 0.95 | 0.10 | 33.85 | 0.9 | 0.47 |
| Hex | E6 | 87 | C | 0 | 29 | 5F | A | 22 | 5A | 2F |
| Octal | 346 | 207 | 14 | 0 | 51 | 137 | 12 | 42 | 132 | 57 |
| Binary | 11100110 | 10000111 | 1100 | 0 | 101001 | 1011111 | 1010 | 100010 | 1011010 | 101111 |
Color Harmonies of #E6870C
Complementary color
Monochromatic Colors of #E6870C
Black with #E6870C
Text Example
Text Example
White with #E6870C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6870C; }
p { color: rgb(230,135,12); }
H1.HeaderClassName
{
color: #E6870C;
}
.AnyTagClassName
{
color: #E6870C;
}
</style>
background-color css
<style>
a { background-color: #E6870C; }
a { background-color: rgb(230,135,12); }
div.DivClassName
{
background-color: #E6870C;
}
.BgClassName
{
background-color: #E6870C;
}
</style>
border-color css
<style>
span { border-color: #E6870C; }
span { border-color: rgb(230,135,12); }
td.TdClassName
{
border-color: #E6870C;
}
.TagClassName
{
border-color: #E6870C;
}
</style>