Shades of Tangerine #EC8100
Tints of Tangerine #EC8100
RGB
CMYK
RGB Variations
Color information
#EC8100 (or 0xEC8100) is known color: Tangerine. HEX triplet: EC, 81 and 00. RGB value is (236,129,0). Sum of RGB (Red+Green+Blue) = 236+129+0=365 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.66% from 365); Green value is 129 (50.78% from 255 or 35.34% from 365); Blue value is 0 (0.39% from 255 or 0% from 365); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8100 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC8100 is #137EFF. Grayscale: #929292. Windows color (decimal): -1277696 or 33260. OLE color: 33260.
HSL color Cylindrical-coordinate representation of color #EC8100: hue angle of 32.8º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EC8100 is Cyan = 0, Magento = 0.45, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 129 | 0 | - |
| CMYK | 0 | 0.45 | 1 | 0.07 |
| HSL | 32.8º | 1% | 0.46% | - |
| HSV(B) | 32.8º | 1% | 0.93% | - |
| XYZ | 42.44 | 33.53 | 4.24 | - |
| YUV | 146.29 | 45.45 | 191.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 129 | 0 | 0 | 0.45 | 1 | 0.07 | 32.8 | 1 | 0.46 |
| Hex | EC | 81 | 0 | 0 | 2D | 64 | 7 | 21 | 64 | 2E |
| Octal | 354 | 201 | 0 | 0 | 55 | 144 | 7 | 41 | 144 | 56 |
| Binary | 11101100 | 10000001 | 0 | 0 | 101101 | 1100100 | 111 | 100001 | 1100100 | 101110 |
Color Harmonies of #EC8100
Complementary color
Monochromatic Colors of #EC8100
Black with #EC8100
Text Example
Text Example
White with #EC8100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8100; }
p { color: rgb(236,129,0); }
H1.HeaderClassName
{
color: #EC8100;
}
.AnyTagClassName
{
color: #EC8100;
}
</style>
background-color css
<style>
a { background-color: #EC8100; }
a { background-color: rgb(236,129,0); }
div.DivClassName
{
background-color: #EC8100;
}
.BgClassName
{
background-color: #EC8100;
}
</style>
border-color css
<style>
span { border-color: #EC8100; }
span { border-color: rgb(236,129,0); }
td.TdClassName
{
border-color: #EC8100;
}
.TagClassName
{
border-color: #EC8100;
}
</style>