Shades of Tangerine #EC8004
Tints of Tangerine #EC8004
RGB
CMYK
RGB Variations
Color information
#EC8004 (or 0xEC8004) is known color: Tangerine. HEX triplet: EC, 80 and 04. RGB value is (236,128,4). Sum of RGB (Red+Green+Blue) = 236+128+4=368 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.13% from 368); Green value is 128 (50.39% from 255 or 34.78% from 368); Blue value is 4 (1.95% from 255 or 1.09% from 368); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8004 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC8004 is #137FFB. Grayscale: #929292. Windows color (decimal): -1277948 or 295148. OLE color: 295148.
HSL color Cylindrical-coordinate representation of color #EC8004: hue angle of 32.07º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EC8004 is Cyan = 0, Magento = 0.46, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 128 | 4 | - |
| CMYK | 0 | 0.46 | 0.98 | 0.07 |
| HSL | 32.07º | 0.97% | 0.47% | - |
| HSV(B) | 32.07º | 0.98% | 0.93% | - |
| XYZ | 42.33 | 33.28 | 4.31 | - |
| YUV | 146.16 | 47.78 | 192.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 128 | 4 | 0 | 0.46 | 0.98 | 0.07 | 32.07 | 0.97 | 0.47 |
| Hex | EC | 80 | 4 | 0 | 2E | 62 | 7 | 20 | 61 | 2F |
| Octal | 354 | 200 | 4 | 0 | 56 | 142 | 7 | 40 | 141 | 57 |
| Binary | 11101100 | 10000000 | 100 | 0 | 101110 | 1100010 | 111 | 100000 | 1100001 | 101111 |
Color Harmonies of #EC8004
Complementary color
Monochromatic Colors of #EC8004
Black with #EC8004
Text Example
Text Example
White with #EC8004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8004; }
p { color: rgb(236,128,4); }
H1.HeaderClassName
{
color: #EC8004;
}
.AnyTagClassName
{
color: #EC8004;
}
</style>
background-color css
<style>
a { background-color: #EC8004; }
a { background-color: rgb(236,128,4); }
div.DivClassName
{
background-color: #EC8004;
}
.BgClassName
{
background-color: #EC8004;
}
</style>
border-color css
<style>
span { border-color: #EC8004; }
span { border-color: rgb(236,128,4); }
td.TdClassName
{
border-color: #EC8004;
}
.TagClassName
{
border-color: #EC8004;
}
</style>