Shades of Tangerine #EC8A04
Tints of Tangerine #EC8A04
RGB
CMYK
RGB Variations
Color information
#EC8A04 (or 0xEC8A04) is known color: Tangerine. HEX triplet: EC, 8A and 04. RGB value is (236,138,4). Sum of RGB (Red+Green+Blue) = 236+138+4=378 (50% of max value = 765). Red value is 236 (92.58% from 255 or 62.43% from 378); Green value is 138 (54.30% from 255 or 36.51% from 378); Blue value is 4 (1.95% from 255 or 1.06% from 378); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8A04 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC8A04 is #1375FB. Grayscale: #989898. Windows color (decimal): -1275388 or 297708. OLE color: 297708.
HSL color Cylindrical-coordinate representation of color #EC8A04: hue angle of 34.66º 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 #EC8A04 is Cyan = 0, Magento = 0.42, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 138 | 4 | - |
| CMYK | 0 | 0.42 | 0.98 | 0.07 |
| HSL | 34.66º | 0.97% | 0.47% | - |
| HSV(B) | 34.66º | 0.98% | 0.93% | - |
| XYZ | 43.7 | 36.02 | 4.76 | - |
| YUV | 152.03 | 44.47 | 187.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 138 | 4 | 0 | 0.42 | 0.98 | 0.07 | 34.66 | 0.97 | 0.47 |
| Hex | EC | 8A | 4 | 0 | 2A | 62 | 7 | 23 | 61 | 2F |
| Octal | 354 | 212 | 4 | 0 | 52 | 142 | 7 | 43 | 141 | 57 |
| Binary | 11101100 | 10001010 | 100 | 0 | 101010 | 1100010 | 111 | 100011 | 1100001 | 101111 |
Color Harmonies of #EC8A04
Complementary color
Monochromatic Colors of #EC8A04
Black with #EC8A04
Text Example
Text Example
White with #EC8A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8A04; }
p { color: rgb(236,138,4); }
H1.HeaderClassName
{
color: #EC8A04;
}
.AnyTagClassName
{
color: #EC8A04;
}
</style>
background-color css
<style>
a { background-color: #EC8A04; }
a { background-color: rgb(236,138,4); }
div.DivClassName
{
background-color: #EC8A04;
}
.BgClassName
{
background-color: #EC8A04;
}
</style>
border-color css
<style>
span { border-color: #EC8A04; }
span { border-color: rgb(236,138,4); }
td.TdClassName
{
border-color: #EC8A04;
}
.TagClassName
{
border-color: #EC8A04;
}
</style>