Shades of Tangerine #EC8F04
Tints of Tangerine #EC8F04
RGB
CMYK
RGB Variations
Color information
#EC8F04 (or 0xEC8F04) is known color: Tangerine. HEX triplet: EC, 8F and 04. RGB value is (236,143,4). Sum of RGB (Red+Green+Blue) = 236+143+4=383 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.62% from 383); Green value is 143 (56.25% from 255 or 37.34% from 383); Blue value is 4 (1.95% from 255 or 1.04% from 383); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8F04 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC8F04 is #1370FB. Grayscale: #9B9B9B. Windows color (decimal): -1274108 or 298988. OLE color: 298988.
HSL color Cylindrical-coordinate representation of color #EC8F04: hue angle of 35.95º 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 #EC8F04 is Cyan = 0, Magento = 0.39, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 143 | 4 | - |
| CMYK | 0 | 0.39 | 0.98 | 0.07 |
| HSL | 35.95º | 0.97% | 0.47% | - |
| HSV(B) | 35.95º | 0.98% | 0.93% | - |
| XYZ | 44.44 | 37.49 | 5.01 | - |
| YUV | 154.96 | 42.81 | 185.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 143 | 4 | 0 | 0.39 | 0.98 | 0.07 | 35.95 | 0.97 | 0.47 |
| Hex | EC | 8F | 4 | 0 | 27 | 62 | 7 | 24 | 61 | 2F |
| Octal | 354 | 217 | 4 | 0 | 47 | 142 | 7 | 44 | 141 | 57 |
| Binary | 11101100 | 10001111 | 100 | 0 | 100111 | 1100010 | 111 | 100100 | 1100001 | 101111 |
Color Harmonies of #EC8F04
Complementary color
Monochromatic Colors of #EC8F04
Black with #EC8F04
Text Example
Text Example
White with #EC8F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8F04; }
p { color: rgb(236,143,4); }
H1.HeaderClassName
{
color: #EC8F04;
}
.AnyTagClassName
{
color: #EC8F04;
}
</style>
background-color css
<style>
a { background-color: #EC8F04; }
a { background-color: rgb(236,143,4); }
div.DivClassName
{
background-color: #EC8F04;
}
.BgClassName
{
background-color: #EC8F04;
}
</style>
border-color css
<style>
span { border-color: #EC8F04; }
span { border-color: rgb(236,143,4); }
td.TdClassName
{
border-color: #EC8F04;
}
.TagClassName
{
border-color: #EC8F04;
}
</style>