Shades of Tangerine #EC850E
Tints of Tangerine #EC850E
RGB
CMYK
RGB Variations
Color information
#EC850E (or 0xEC850E) is known color: Tangerine. HEX triplet: EC, 85 and 0E. RGB value is (236,133,14). Sum of RGB (Red+Green+Blue) = 236+133+14=383 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.62% from 383); Green value is 133 (52.34% from 255 or 34.73% from 383); Blue value is 14 (5.86% from 255 or 3.66% from 383); Max value from RGB is 236 - color contains mainly: red. Hex color #EC850E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC850E is #137AF1. Grayscale: #969696. Windows color (decimal): -1276658 or 951788. OLE color: 951788.
HSL color Cylindrical-coordinate representation of color #EC850E: hue angle of 32.16º degrees, saturation: 0.89, 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 #EC850E is Cyan = 0, Magento = 0.44, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 133 | 14 | - |
| CMYK | 0 | 0.44 | 0.94 | 0.07 |
| HSL | 32.16º | 0.89% | 0.49% | - |
| HSV(B) | 32.16º | 0.94% | 0.93% | - |
| XYZ | 43.06 | 34.64 | 4.83 | - |
| YUV | 150.23 | 51.12 | 189.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 133 | 14 | 0 | 0.44 | 0.94 | 0.07 | 32.16 | 0.89 | 0.49 |
| Hex | EC | 85 | E | 0 | 2C | 5E | 7 | 20 | 59 | 31 |
| Octal | 354 | 205 | 16 | 0 | 54 | 136 | 7 | 40 | 131 | 61 |
| Binary | 11101100 | 10000101 | 1110 | 0 | 101100 | 1011110 | 111 | 100000 | 1011001 | 110001 |
Color Harmonies of #EC850E
Complementary color
Monochromatic Colors of #EC850E
Black with #EC850E
Text Example
Text Example
White with #EC850E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC850E; }
p { color: rgb(236,133,14); }
H1.HeaderClassName
{
color: #EC850E;
}
.AnyTagClassName
{
color: #EC850E;
}
</style>
background-color css
<style>
a { background-color: #EC850E; }
a { background-color: rgb(236,133,14); }
div.DivClassName
{
background-color: #EC850E;
}
.BgClassName
{
background-color: #EC850E;
}
</style>
border-color css
<style>
span { border-color: #EC850E; }
span { border-color: rgb(236,133,14); }
td.TdClassName
{
border-color: #EC850E;
}
.TagClassName
{
border-color: #EC850E;
}
</style>