Shades of Tangerine #EC800C
Tints of Tangerine #EC800C
RGB
CMYK
RGB Variations
Color information
#EC800C (or 0xEC800C) is known color: Tangerine. HEX triplet: EC, 80 and 0C. RGB value is (236,128,12). Sum of RGB (Red+Green+Blue) = 236+128+12=376 (49% of max value = 765). Red value is 236 (92.58% from 255 or 62.77% from 376); Green value is 128 (50.39% from 255 or 34.04% from 376); Blue value is 12 (5.08% from 255 or 3.19% from 376); Max value from RGB is 236 - color contains mainly: red. Hex color #EC800C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC800C is #137FF3. Grayscale: #939393. Windows color (decimal): -1277940 or 819436. OLE color: 819436.
HSL color Cylindrical-coordinate representation of color #EC800C: hue angle of 31.07º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EC800C is Cyan = 0, Magento = 0.46, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 128 | 12 | - |
| CMYK | 0 | 0.46 | 0.95 | 0.07 |
| HSL | 31.07º | 0.9% | 0.49% | - |
| HSV(B) | 31.07º | 0.95% | 0.93% | - |
| XYZ | 42.38 | 33.3 | 4.54 | - |
| YUV | 147.07 | 51.78 | 191.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 128 | 12 | 0 | 0.46 | 0.95 | 0.07 | 31.07 | 0.9 | 0.49 |
| Hex | EC | 80 | C | 0 | 2E | 5F | 7 | 1F | 5A | 31 |
| Octal | 354 | 200 | 14 | 0 | 56 | 137 | 7 | 37 | 132 | 61 |
| Binary | 11101100 | 10000000 | 1100 | 0 | 101110 | 1011111 | 111 | 11111 | 1011010 | 110001 |
Color Harmonies of #EC800C
Complementary color
Monochromatic Colors of #EC800C
Black with #EC800C
Text Example
Text Example
White with #EC800C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC800C; }
p { color: rgb(236,128,12); }
H1.HeaderClassName
{
color: #EC800C;
}
.AnyTagClassName
{
color: #EC800C;
}
</style>
background-color css
<style>
a { background-color: #EC800C; }
a { background-color: rgb(236,128,12); }
div.DivClassName
{
background-color: #EC800C;
}
.BgClassName
{
background-color: #EC800C;
}
</style>
border-color css
<style>
span { border-color: #EC800C; }
span { border-color: rgb(236,128,12); }
td.TdClassName
{
border-color: #EC800C;
}
.TagClassName
{
border-color: #EC800C;
}
</style>