Shades of Tangerine #EC8C05
Tints of Tangerine #EC8C05
RGB
CMYK
RGB Variations
Color information
#EC8C05 (or 0xEC8C05) is known color: Tangerine. HEX triplet: EC, 8C and 05. RGB value is (236,140,5). Sum of RGB (Red+Green+Blue) = 236+140+5=381 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.94% from 381); Green value is 140 (55.08% from 255 or 36.75% from 381); Blue value is 5 (2.34% from 255 or 1.31% from 381); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8C05 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC8C05 is #1373FA. Grayscale: #999999. Windows color (decimal): -1274875 or 363756. OLE color: 363756.
HSL color Cylindrical-coordinate representation of color #EC8C05: hue angle of 35.06º 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 #EC8C05 is Cyan = 0, Magento = 0.41, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 140 | 5 | - |
| CMYK | 0 | 0.41 | 0.98 | 0.07 |
| HSL | 35.06º | 0.96% | 0.47% | - |
| HSV(B) | 35.06º | 0.98% | 0.93% | - |
| XYZ | 44 | 36.6 | 4.89 | - |
| YUV | 153.31 | 44.3 | 186.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 140 | 5 | 0 | 0.41 | 0.98 | 0.07 | 35.06 | 0.96 | 0.47 |
| Hex | EC | 8C | 5 | 0 | 29 | 62 | 7 | 23 | 60 | 2F |
| Octal | 354 | 214 | 5 | 0 | 51 | 142 | 7 | 43 | 140 | 57 |
| Binary | 11101100 | 10001100 | 101 | 0 | 101001 | 1100010 | 111 | 100011 | 1100000 | 101111 |
Color Harmonies of #EC8C05
Complementary color
Monochromatic Colors of #EC8C05
Black with #EC8C05
Text Example
Text Example
White with #EC8C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8C05; }
p { color: rgb(236,140,5); }
H1.HeaderClassName
{
color: #EC8C05;
}
.AnyTagClassName
{
color: #EC8C05;
}
</style>
background-color css
<style>
a { background-color: #EC8C05; }
a { background-color: rgb(236,140,5); }
div.DivClassName
{
background-color: #EC8C05;
}
.BgClassName
{
background-color: #EC8C05;
}
</style>
border-color css
<style>
span { border-color: #EC8C05; }
span { border-color: rgb(236,140,5); }
td.TdClassName
{
border-color: #EC8C05;
}
.TagClassName
{
border-color: #EC8C05;
}
</style>