Shades of Tangerine #EC850D
Tints of Tangerine #EC850D
RGB
CMYK
RGB Variations
Color information
#EC850D (or 0xEC850D) is known color: Tangerine. HEX triplet: EC, 85 and 0D. RGB value is (236,133,13). Sum of RGB (Red+Green+Blue) = 236+133+13=382 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.78% from 382); Green value is 133 (52.34% from 255 or 34.82% from 382); Blue value is 13 (5.47% from 255 or 3.40% from 382); Max value from RGB is 236 - color contains mainly: red. Hex color #EC850D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC850D is #137AF2. Grayscale: #969696. Windows color (decimal): -1276659 or 886252. OLE color: 886252.
HSL color Cylindrical-coordinate representation of color #EC850D: hue angle of 32.29º 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 #EC850D is Cyan = 0, Magento = 0.44, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 133 | 13 | - |
| CMYK | 0 | 0.44 | 0.94 | 0.07 |
| HSL | 32.29º | 0.9% | 0.49% | - |
| HSV(B) | 32.29º | 0.94% | 0.93% | - |
| XYZ | 43.05 | 34.64 | 4.8 | - |
| YUV | 150.12 | 50.62 | 189.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 133 | 13 | 0 | 0.44 | 0.94 | 0.07 | 32.29 | 0.9 | 0.49 |
| Hex | EC | 85 | D | 0 | 2C | 5E | 7 | 20 | 5A | 31 |
| Octal | 354 | 205 | 15 | 0 | 54 | 136 | 7 | 40 | 132 | 61 |
| Binary | 11101100 | 10000101 | 1101 | 0 | 101100 | 1011110 | 111 | 100000 | 1011010 | 110001 |
Color Harmonies of #EC850D
Complementary color
Monochromatic Colors of #EC850D
Black with #EC850D
Text Example
Text Example
White with #EC850D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC850D; }
p { color: rgb(236,133,13); }
H1.HeaderClassName
{
color: #EC850D;
}
.AnyTagClassName
{
color: #EC850D;
}
</style>
background-color css
<style>
a { background-color: #EC850D; }
a { background-color: rgb(236,133,13); }
div.DivClassName
{
background-color: #EC850D;
}
.BgClassName
{
background-color: #EC850D;
}
</style>
border-color css
<style>
span { border-color: #EC850D; }
span { border-color: rgb(236,133,13); }
td.TdClassName
{
border-color: #EC850D;
}
.TagClassName
{
border-color: #EC850D;
}
</style>