Shades of Tangerine #EC8F05
Tints of Tangerine #EC8F05
RGB
CMYK
RGB Variations
Color information
#EC8F05 (or 0xEC8F05) is known color: Tangerine. HEX triplet: EC, 8F and 05. RGB value is (236,143,5). Sum of RGB (Red+Green+Blue) = 236+143+5=384 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.46% from 384); Green value is 143 (56.25% from 255 or 37.24% from 384); Blue value is 5 (2.34% from 255 or 1.30% from 384); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8F05 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC8F05 is #1370FA. Grayscale: #9B9B9B. Windows color (decimal): -1274107 or 364524. OLE color: 364524.
HSL color Cylindrical-coordinate representation of color #EC8F05: hue angle of 35.84º degrees, saturation: 0.96, 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 #EC8F05 is Cyan = 0, Magento = 0.39, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 143 | 5 | - |
| CMYK | 0 | 0.39 | 0.98 | 0.07 |
| HSL | 35.84º | 0.96% | 0.47% | - |
| HSV(B) | 35.84º | 0.98% | 0.93% | - |
| XYZ | 44.44 | 37.49 | 5.04 | - |
| YUV | 155.08 | 43.31 | 185.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 143 | 5 | 0 | 0.39 | 0.98 | 0.07 | 35.84 | 0.96 | 0.47 |
| Hex | EC | 8F | 5 | 0 | 27 | 62 | 7 | 24 | 60 | 2F |
| Octal | 354 | 217 | 5 | 0 | 47 | 142 | 7 | 44 | 140 | 57 |
| Binary | 11101100 | 10001111 | 101 | 0 | 100111 | 1100010 | 111 | 100100 | 1100000 | 101111 |
Color Harmonies of #EC8F05
Complementary color
Monochromatic Colors of #EC8F05
Black with #EC8F05
Text Example
Text Example
White with #EC8F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8F05; }
p { color: rgb(236,143,5); }
H1.HeaderClassName
{
color: #EC8F05;
}
.AnyTagClassName
{
color: #EC8F05;
}
</style>
background-color css
<style>
a { background-color: #EC8F05; }
a { background-color: rgb(236,143,5); }
div.DivClassName
{
background-color: #EC8F05;
}
.BgClassName
{
background-color: #EC8F05;
}
</style>
border-color css
<style>
span { border-color: #EC8F05; }
span { border-color: rgb(236,143,5); }
td.TdClassName
{
border-color: #EC8F05;
}
.TagClassName
{
border-color: #EC8F05;
}
</style>