Shades of Tangerine #EC870D
Tints of Tangerine #EC870D
RGB
CMYK
RGB Variations
Color information
#EC870D (or 0xEC870D) is known color: Tangerine. HEX triplet: EC, 87 and 0D. RGB value is (236,135,13). Sum of RGB (Red+Green+Blue) = 236+135+13=384 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.46% from 384); Green value is 135 (53.12% from 255 or 35.16% from 384); Blue value is 13 (5.47% from 255 or 3.39% from 384); Max value from RGB is 236 - color contains mainly: red. Hex color #EC870D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC870D is #1378F2. Grayscale: #979797. Windows color (decimal): -1276147 or 886764. OLE color: 886764.
HSL color Cylindrical-coordinate representation of color #EC870D: hue angle of 32.83º 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 #EC870D is Cyan = 0, Magento = 0.43, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 135 | 13 | - |
| CMYK | 0 | 0.43 | 0.94 | 0.07 |
| HSL | 32.83º | 0.9% | 0.49% | - |
| HSV(B) | 32.83º | 0.94% | 0.93% | - |
| XYZ | 43.33 | 35.19 | 4.89 | - |
| YUV | 151.29 | 49.96 | 188.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 135 | 13 | 0 | 0.43 | 0.94 | 0.07 | 32.83 | 0.9 | 0.49 |
| Hex | EC | 87 | D | 0 | 2B | 5E | 7 | 21 | 5A | 31 |
| Octal | 354 | 207 | 15 | 0 | 53 | 136 | 7 | 41 | 132 | 61 |
| Binary | 11101100 | 10000111 | 1101 | 0 | 101011 | 1011110 | 111 | 100001 | 1011010 | 110001 |
Color Harmonies of #EC870D
Complementary color
Monochromatic Colors of #EC870D
Black with #EC870D
Text Example
Text Example
White with #EC870D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC870D; }
p { color: rgb(236,135,13); }
H1.HeaderClassName
{
color: #EC870D;
}
.AnyTagClassName
{
color: #EC870D;
}
</style>
background-color css
<style>
a { background-color: #EC870D; }
a { background-color: rgb(236,135,13); }
div.DivClassName
{
background-color: #EC870D;
}
.BgClassName
{
background-color: #EC870D;
}
</style>
border-color css
<style>
span { border-color: #EC870D; }
span { border-color: rgb(236,135,13); }
td.TdClassName
{
border-color: #EC870D;
}
.TagClassName
{
border-color: #EC870D;
}
</style>