Shades of Tangerine #EC8D05
Tints of Tangerine #EC8D05
RGB
CMYK
RGB Variations
Color information
#EC8D05 (or 0xEC8D05) is known color: Tangerine. HEX triplet: EC, 8D and 05. RGB value is (236,141,5). Sum of RGB (Red+Green+Blue) = 236+141+5=382 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.78% from 382); Green value is 141 (55.47% from 255 or 36.91% from 382); Blue value is 5 (2.34% from 255 or 1.31% from 382); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8D05 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC8D05 is #1372FA. Grayscale: #9A9A9A. Windows color (decimal): -1274619 or 364012. OLE color: 364012.
HSL color Cylindrical-coordinate representation of color #EC8D05: hue angle of 35.32º 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 #EC8D05 is Cyan = 0, Magento = 0.40, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 141 | 5 | - |
| CMYK | 0 | 0.40 | 0.98 | 0.07 |
| HSL | 35.32º | 0.96% | 0.47% | - |
| HSV(B) | 35.32º | 0.98% | 0.93% | - |
| XYZ | 44.14 | 36.89 | 4.94 | - |
| YUV | 153.9 | 43.97 | 186.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 141 | 5 | 0 | 0.40 | 0.98 | 0.07 | 35.32 | 0.96 | 0.47 |
| Hex | EC | 8D | 5 | 0 | 28 | 62 | 7 | 23 | 60 | 2F |
| Octal | 354 | 215 | 5 | 0 | 50 | 142 | 7 | 43 | 140 | 57 |
| Binary | 11101100 | 10001101 | 101 | 0 | 101000 | 1100010 | 111 | 100011 | 1100000 | 101111 |
Color Harmonies of #EC8D05
Complementary color
Monochromatic Colors of #EC8D05
Black with #EC8D05
Text Example
Text Example
White with #EC8D05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8D05; }
p { color: rgb(236,141,5); }
H1.HeaderClassName
{
color: #EC8D05;
}
.AnyTagClassName
{
color: #EC8D05;
}
</style>
background-color css
<style>
a { background-color: #EC8D05; }
a { background-color: rgb(236,141,5); }
div.DivClassName
{
background-color: #EC8D05;
}
.BgClassName
{
background-color: #EC8D05;
}
</style>
border-color css
<style>
span { border-color: #EC8D05; }
span { border-color: rgb(236,141,5); }
td.TdClassName
{
border-color: #EC8D05;
}
.TagClassName
{
border-color: #EC8D05;
}
</style>