Shades of Tangerine #EC850A
Tints of Tangerine #EC850A
RGB
CMYK
RGB Variations
Color information
#EC850A (or 0xEC850A) is known color: Tangerine. HEX triplet: EC, 85 and 0A. RGB value is (236,133,10). Sum of RGB (Red+Green+Blue) = 236+133+10=379 (50% of max value = 765). Red value is 236 (92.58% from 255 or 62.27% from 379); Green value is 133 (52.34% from 255 or 35.09% from 379); Blue value is 10 (4.30% from 255 or 2.64% from 379); Max value from RGB is 236 - color contains mainly: red. Hex color #EC850A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC850A is #137AF5. Grayscale: #969696. Windows color (decimal): -1276662 or 689644. OLE color: 689644.
HSL color Cylindrical-coordinate representation of color #EC850A: hue angle of 32.65º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EC850A is Cyan = 0, Magento = 0.44, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 133 | 10 | - |
| CMYK | 0 | 0.44 | 0.96 | 0.07 |
| HSL | 32.65º | 0.92% | 0.48% | - |
| HSV(B) | 32.65º | 0.96% | 0.93% | - |
| XYZ | 43.03 | 34.63 | 4.7 | - |
| YUV | 149.78 | 49.12 | 189.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 133 | 10 | 0 | 0.44 | 0.96 | 0.07 | 32.65 | 0.92 | 0.48 |
| Hex | EC | 85 | A | 0 | 2C | 60 | 7 | 21 | 5C | 30 |
| Octal | 354 | 205 | 12 | 0 | 54 | 140 | 7 | 41 | 134 | 60 |
| Binary | 11101100 | 10000101 | 1010 | 0 | 101100 | 1100000 | 111 | 100001 | 1011100 | 110000 |
Color Harmonies of #EC850A
Complementary color
Monochromatic Colors of #EC850A
Black with #EC850A
Text Example
Text Example
White with #EC850A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC850A; }
p { color: rgb(236,133,10); }
H1.HeaderClassName
{
color: #EC850A;
}
.AnyTagClassName
{
color: #EC850A;
}
</style>
background-color css
<style>
a { background-color: #EC850A; }
a { background-color: rgb(236,133,10); }
div.DivClassName
{
background-color: #EC850A;
}
.BgClassName
{
background-color: #EC850A;
}
</style>
border-color css
<style>
span { border-color: #EC850A; }
span { border-color: rgb(236,133,10); }
td.TdClassName
{
border-color: #EC850A;
}
.TagClassName
{
border-color: #EC850A;
}
</style>