Shades of Tangerine #EC8510
Tints of Tangerine #EC8510
RGB
CMYK
RGB Variations
Color information
#EC8510 (or 0xEC8510) is known color: Tangerine. HEX triplet: EC, 85 and 10. RGB value is (236,133,16). Sum of RGB (Red+Green+Blue) = 236+133+16=385 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.30% from 385); Green value is 133 (52.34% from 255 or 34.55% from 385); Blue value is 16 (6.64% from 255 or 4.16% from 385); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8510 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC8510 is #137AEF. Grayscale: #979797. Windows color (decimal): -1276656 or 1082860. OLE color: 1082860.
HSL color Cylindrical-coordinate representation of color #EC8510: hue angle of 31.91º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EC8510 is Cyan = 0, Magento = 0.44, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 133 | 16 | - |
| CMYK | 0 | 0.44 | 0.93 | 0.07 |
| HSL | 31.91º | 0.87% | 0.49% | - |
| HSV(B) | 31.91º | 0.93% | 0.93% | - |
| XYZ | 43.07 | 34.65 | 4.91 | - |
| YUV | 150.46 | 52.12 | 189.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 133 | 16 | 0 | 0.44 | 0.93 | 0.07 | 31.91 | 0.87 | 0.49 |
| Hex | EC | 85 | 10 | 0 | 2C | 5D | 7 | 20 | 57 | 31 |
| Octal | 354 | 205 | 20 | 0 | 54 | 135 | 7 | 40 | 127 | 61 |
| Binary | 11101100 | 10000101 | 10000 | 0 | 101100 | 1011101 | 111 | 100000 | 1010111 | 110001 |
Color Harmonies of #EC8510
Complementary color
Monochromatic Colors of #EC8510
Black with #EC8510
Text Example
Text Example
White with #EC8510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8510; }
p { color: rgb(236,133,16); }
H1.HeaderClassName
{
color: #EC8510;
}
.AnyTagClassName
{
color: #EC8510;
}
</style>
background-color css
<style>
a { background-color: #EC8510; }
a { background-color: rgb(236,133,16); }
div.DivClassName
{
background-color: #EC8510;
}
.BgClassName
{
background-color: #EC8510;
}
</style>
border-color css
<style>
span { border-color: #EC8510; }
span { border-color: rgb(236,133,16); }
td.TdClassName
{
border-color: #EC8510;
}
.TagClassName
{
border-color: #EC8510;
}
</style>