Shades of Tangerine #EC8204
Tints of Tangerine #EC8204
RGB
CMYK
RGB Variations
Color information
#EC8204 (or 0xEC8204) is known color: Tangerine. HEX triplet: EC, 82 and 04. RGB value is (236,130,4). Sum of RGB (Red+Green+Blue) = 236+130+4=370 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.78% from 370); Green value is 130 (51.17% from 255 or 35.14% from 370); Blue value is 4 (1.95% from 255 or 1.08% from 370); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8204 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC8204 is #137DFB. Grayscale: #939393. Windows color (decimal): -1277436 or 295660. OLE color: 295660.
HSL color Cylindrical-coordinate representation of color #EC8204: hue angle of 32.59º 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 #EC8204 is Cyan = 0, Magento = 0.45, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 130 | 4 | - |
| CMYK | 0 | 0.45 | 0.98 | 0.07 |
| HSL | 32.59º | 0.97% | 0.47% | - |
| HSV(B) | 32.59º | 0.98% | 0.93% | - |
| XYZ | 42.6 | 33.81 | 4.4 | - |
| YUV | 147.33 | 47.12 | 191.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 130 | 4 | 0 | 0.45 | 0.98 | 0.07 | 32.59 | 0.97 | 0.47 |
| Hex | EC | 82 | 4 | 0 | 2D | 62 | 7 | 21 | 61 | 2F |
| Octal | 354 | 202 | 4 | 0 | 55 | 142 | 7 | 41 | 141 | 57 |
| Binary | 11101100 | 10000010 | 100 | 0 | 101101 | 1100010 | 111 | 100001 | 1100001 | 101111 |
Color Harmonies of #EC8204
Complementary color
Monochromatic Colors of #EC8204
Black with #EC8204
Text Example
Text Example
White with #EC8204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8204; }
p { color: rgb(236,130,4); }
H1.HeaderClassName
{
color: #EC8204;
}
.AnyTagClassName
{
color: #EC8204;
}
</style>
background-color css
<style>
a { background-color: #EC8204; }
a { background-color: rgb(236,130,4); }
div.DivClassName
{
background-color: #EC8204;
}
.BgClassName
{
background-color: #EC8204;
}
</style>
border-color css
<style>
span { border-color: #EC8204; }
span { border-color: rgb(236,130,4); }
td.TdClassName
{
border-color: #EC8204;
}
.TagClassName
{
border-color: #EC8204;
}
</style>