Shades of Tangerine #EC860D
Tints of Tangerine #EC860D
RGB
CMYK
RGB Variations
Color information
#EC860D (or 0xEC860D) is known color: Tangerine. HEX triplet: EC, 86 and 0D. RGB value is (236,134,13). Sum of RGB (Red+Green+Blue) = 236+134+13=383 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.62% from 383); Green value is 134 (52.73% from 255 or 34.99% from 383); Blue value is 13 (5.47% from 255 or 3.39% from 383); Max value from RGB is 236 - color contains mainly: red. Hex color #EC860D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC860D is #1379F2. Grayscale: #979797. Windows color (decimal): -1276403 or 886508. OLE color: 886508.
HSL color Cylindrical-coordinate representation of color #EC860D: hue angle of 32.56º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EC860D is Cyan = 0, Magento = 0.43, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 134 | 13 | - |
| CMYK | 0 | 0.43 | 0.94 | 0.07 |
| HSL | 32.56º | 0.9% | 0.49% | - |
| HSV(B) | 32.56º | 0.94% | 0.93% | - |
| XYZ | 43.19 | 34.91 | 4.84 | - |
| YUV | 150.7 | 50.29 | 188.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 134 | 13 | 0 | 0.43 | 0.94 | 0.07 | 32.56 | 0.9 | 0.49 |
| Hex | EC | 86 | D | 0 | 2B | 5E | 7 | 21 | 5A | 31 |
| Octal | 354 | 206 | 15 | 0 | 53 | 136 | 7 | 41 | 132 | 61 |
| Binary | 11101100 | 10000110 | 1101 | 0 | 101011 | 1011110 | 111 | 100001 | 1011010 | 110001 |
Color Harmonies of #EC860D
Complementary color
Monochromatic Colors of #EC860D
Black with #EC860D
Text Example
Text Example
White with #EC860D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC860D; }
p { color: rgb(236,134,13); }
H1.HeaderClassName
{
color: #EC860D;
}
.AnyTagClassName
{
color: #EC860D;
}
</style>
background-color css
<style>
a { background-color: #EC860D; }
a { background-color: rgb(236,134,13); }
div.DivClassName
{
background-color: #EC860D;
}
.BgClassName
{
background-color: #EC860D;
}
</style>
border-color css
<style>
span { border-color: #EC860D; }
span { border-color: rgb(236,134,13); }
td.TdClassName
{
border-color: #EC860D;
}
.TagClassName
{
border-color: #EC860D;
}
</style>