Shades of Tangerine #EC8010
Tints of Tangerine #EC8010
RGB
CMYK
RGB Variations
Color information
#EC8010 (or 0xEC8010) is known color: Tangerine. HEX triplet: EC, 80 and 10. RGB value is (236,128,16). Sum of RGB (Red+Green+Blue) = 236+128+16=380 (50% of max value = 765). Red value is 236 (92.58% from 255 or 62.11% from 380); Green value is 128 (50.39% from 255 or 33.68% from 380); Blue value is 16 (6.64% from 255 or 4.21% from 380); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8010 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC8010 is #137FEF. Grayscale: #949494. Windows color (decimal): -1277936 or 1081580. OLE color: 1081580.
HSL color Cylindrical-coordinate representation of color #EC8010: hue angle of 30.55º 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 #EC8010 is Cyan = 0, Magento = 0.46, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 128 | 16 | - |
| CMYK | 0 | 0.46 | 0.93 | 0.07 |
| HSL | 30.55º | 0.87% | 0.49% | - |
| HSV(B) | 30.55º | 0.93% | 0.93% | - |
| XYZ | 42.4 | 33.31 | 4.68 | - |
| YUV | 147.52 | 53.78 | 191.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 128 | 16 | 0 | 0.46 | 0.93 | 0.07 | 30.55 | 0.87 | 0.49 |
| Hex | EC | 80 | 10 | 0 | 2E | 5D | 7 | 1F | 57 | 31 |
| Octal | 354 | 200 | 20 | 0 | 56 | 135 | 7 | 37 | 127 | 61 |
| Binary | 11101100 | 10000000 | 10000 | 0 | 101110 | 1011101 | 111 | 11111 | 1010111 | 110001 |
Color Harmonies of #EC8010
Complementary color
Monochromatic Colors of #EC8010
Black with #EC8010
Text Example
Text Example
White with #EC8010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8010; }
p { color: rgb(236,128,16); }
H1.HeaderClassName
{
color: #EC8010;
}
.AnyTagClassName
{
color: #EC8010;
}
</style>
background-color css
<style>
a { background-color: #EC8010; }
a { background-color: rgb(236,128,16); }
div.DivClassName
{
background-color: #EC8010;
}
.BgClassName
{
background-color: #EC8010;
}
</style>
border-color css
<style>
span { border-color: #EC8010; }
span { border-color: rgb(236,128,16); }
td.TdClassName
{
border-color: #EC8010;
}
.TagClassName
{
border-color: #EC8010;
}
</style>