Shades of Tangerine #EC850F
Tints of Tangerine #EC850F
RGB
CMYK
RGB Variations
Color information
#EC850F (or 0xEC850F) is known color: Tangerine. HEX triplet: EC, 85 and 0F. RGB value is (236,133,15). Sum of RGB (Red+Green+Blue) = 236+133+15=384 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.46% from 384); Green value is 133 (52.34% from 255 or 34.64% from 384); Blue value is 15 (6.25% from 255 or 3.91% from 384); Max value from RGB is 236 - color contains mainly: red. Hex color #EC850F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC850F is #137AF0. Grayscale: #969696. Windows color (decimal): -1276657 or 1017324. OLE color: 1017324.
HSL color Cylindrical-coordinate representation of color #EC850F: hue angle of 32.04º degrees, saturation: 0.88, 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 #EC850F is Cyan = 0, Magento = 0.44, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 133 | 15 | - |
| CMYK | 0 | 0.44 | 0.94 | 0.07 |
| HSL | 32.04º | 0.88% | 0.49% | - |
| HSV(B) | 32.04º | 0.94% | 0.93% | - |
| XYZ | 43.07 | 34.64 | 4.87 | - |
| YUV | 150.35 | 51.62 | 189.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 133 | 15 | 0 | 0.44 | 0.94 | 0.07 | 32.04 | 0.88 | 0.49 |
| Hex | EC | 85 | F | 0 | 2C | 5E | 7 | 20 | 58 | 31 |
| Octal | 354 | 205 | 17 | 0 | 54 | 136 | 7 | 40 | 130 | 61 |
| Binary | 11101100 | 10000101 | 1111 | 0 | 101100 | 1011110 | 111 | 100000 | 1011000 | 110001 |
Color Harmonies of #EC850F
Complementary color
Monochromatic Colors of #EC850F
Black with #EC850F
Text Example
Text Example
White with #EC850F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC850F; }
p { color: rgb(236,133,15); }
H1.HeaderClassName
{
color: #EC850F;
}
.AnyTagClassName
{
color: #EC850F;
}
</style>
background-color css
<style>
a { background-color: #EC850F; }
a { background-color: rgb(236,133,15); }
div.DivClassName
{
background-color: #EC850F;
}
.BgClassName
{
background-color: #EC850F;
}
</style>
border-color css
<style>
span { border-color: #EC850F; }
span { border-color: rgb(236,133,15); }
td.TdClassName
{
border-color: #EC850F;
}
.TagClassName
{
border-color: #EC850F;
}
</style>