Shades of Tangerine #EC8E06
Tints of Tangerine #EC8E06
RGB
CMYK
RGB Variations
Color information
#EC8E06 (or 0xEC8E06) is known color: Tangerine. HEX triplet: EC, 8E and 06. RGB value is (236,142,6). Sum of RGB (Red+Green+Blue) = 236+142+6=384 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.46% from 384); Green value is 142 (55.86% from 255 or 36.98% from 384); Blue value is 6 (2.73% from 255 or 1.56% from 384); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8E06 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC8E06 is #1371F9. Grayscale: #9B9B9B. Windows color (decimal): -1274362 or 429804. OLE color: 429804.
HSL color Cylindrical-coordinate representation of color #EC8E06: hue angle of 35.48º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EC8E06 is Cyan = 0, Magento = 0.40, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 142 | 6 | - |
| CMYK | 0 | 0.40 | 0.97 | 0.07 |
| HSL | 35.48º | 0.95% | 0.47% | - |
| HSV(B) | 35.48º | 0.97% | 0.93% | - |
| XYZ | 44.3 | 37.19 | 5.02 | - |
| YUV | 154.6 | 44.14 | 186.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 142 | 6 | 0 | 0.40 | 0.97 | 0.07 | 35.48 | 0.95 | 0.47 |
| Hex | EC | 8E | 6 | 0 | 28 | 61 | 7 | 23 | 5F | 2F |
| Octal | 354 | 216 | 6 | 0 | 50 | 141 | 7 | 43 | 137 | 57 |
| Binary | 11101100 | 10001110 | 110 | 0 | 101000 | 1100001 | 111 | 100011 | 1011111 | 101111 |
Color Harmonies of #EC8E06
Complementary color
Monochromatic Colors of #EC8E06
Black with #EC8E06
Text Example
Text Example
White with #EC8E06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8E06; }
p { color: rgb(236,142,6); }
H1.HeaderClassName
{
color: #EC8E06;
}
.AnyTagClassName
{
color: #EC8E06;
}
</style>
background-color css
<style>
a { background-color: #EC8E06; }
a { background-color: rgb(236,142,6); }
div.DivClassName
{
background-color: #EC8E06;
}
.BgClassName
{
background-color: #EC8E06;
}
</style>
border-color css
<style>
span { border-color: #EC8E06; }
span { border-color: rgb(236,142,6); }
td.TdClassName
{
border-color: #EC8E06;
}
.TagClassName
{
border-color: #EC8E06;
}
</style>