Shades of Tangerine #EC850C
Tints of Tangerine #EC850C
RGB
CMYK
RGB Variations
Color information
#EC850C (or 0xEC850C) is known color: Tangerine. HEX triplet: EC, 85 and 0C. RGB value is (236,133,12). Sum of RGB (Red+Green+Blue) = 236+133+12=381 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.94% from 381); Green value is 133 (52.34% from 255 or 34.91% from 381); Blue value is 12 (5.08% from 255 or 3.15% from 381); Max value from RGB is 236 - color contains mainly: red. Hex color #EC850C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC850C is #137AF3. Grayscale: #969696. Windows color (decimal): -1276660 or 820716. OLE color: 820716.
HSL color Cylindrical-coordinate representation of color #EC850C: hue angle of 32.41º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EC850C is Cyan = 0, Magento = 0.44, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 133 | 12 | - |
| CMYK | 0 | 0.44 | 0.95 | 0.07 |
| HSL | 32.41º | 0.9% | 0.49% | - |
| HSV(B) | 32.41º | 0.95% | 0.93% | - |
| XYZ | 43.05 | 34.63 | 4.76 | - |
| YUV | 150 | 50.12 | 189.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 133 | 12 | 0 | 0.44 | 0.95 | 0.07 | 32.41 | 0.9 | 0.49 |
| Hex | EC | 85 | C | 0 | 2C | 5F | 7 | 20 | 5A | 31 |
| Octal | 354 | 205 | 14 | 0 | 54 | 137 | 7 | 40 | 132 | 61 |
| Binary | 11101100 | 10000101 | 1100 | 0 | 101100 | 1011111 | 111 | 100000 | 1011010 | 110001 |
Color Harmonies of #EC850C
Complementary color
Monochromatic Colors of #EC850C
Black with #EC850C
Text Example
Text Example
White with #EC850C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC850C; }
p { color: rgb(236,133,12); }
H1.HeaderClassName
{
color: #EC850C;
}
.AnyTagClassName
{
color: #EC850C;
}
</style>
background-color css
<style>
a { background-color: #EC850C; }
a { background-color: rgb(236,133,12); }
div.DivClassName
{
background-color: #EC850C;
}
.BgClassName
{
background-color: #EC850C;
}
</style>
border-color css
<style>
span { border-color: #EC850C; }
span { border-color: rgb(236,133,12); }
td.TdClassName
{
border-color: #EC850C;
}
.TagClassName
{
border-color: #EC850C;
}
</style>