Shades of Tangerine #EC8D00
Tints of Tangerine #EC8D00
RGB
CMYK
RGB Variations
Color information
#EC8D00 (or 0xEC8D00) is known color: Tangerine. HEX triplet: EC, 8D and 00. RGB value is (236,141,0). Sum of RGB (Red+Green+Blue) = 236+141+0=377 (49% of max value = 765). Red value is 236 (92.58% from 255 or 62.60% from 377); Green value is 141 (55.47% from 255 or 37.40% from 377); Blue value is 0 (0.39% from 255 or 0% from 377); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8D00 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC8D00 is #1372FF. Grayscale: #999999. Windows color (decimal): -1274624 or 36332. OLE color: 36332.
HSL color Cylindrical-coordinate representation of color #EC8D00: hue angle of 35.85º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EC8D00 is Cyan = 0, Magento = 0.40, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 141 | 0 | - |
| CMYK | 0 | 0.40 | 1 | 0.07 |
| HSL | 35.85º | 1% | 0.46% | - |
| HSV(B) | 35.85º | 1% | 0.93% | - |
| XYZ | 44.12 | 36.88 | 4.79 | - |
| YUV | 153.33 | 41.47 | 186.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 141 | 0 | 0 | 0.40 | 1 | 0.07 | 35.85 | 1 | 0.46 |
| Hex | EC | 8D | 0 | 0 | 28 | 64 | 7 | 24 | 64 | 2E |
| Octal | 354 | 215 | 0 | 0 | 50 | 144 | 7 | 44 | 144 | 56 |
| Binary | 11101100 | 10001101 | 0 | 0 | 101000 | 1100100 | 111 | 100100 | 1100100 | 101110 |
Color Harmonies of #EC8D00
Complementary color
Monochromatic Colors of #EC8D00
Black with #EC8D00
Text Example
Text Example
White with #EC8D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8D00; }
p { color: rgb(236,141,0); }
H1.HeaderClassName
{
color: #EC8D00;
}
.AnyTagClassName
{
color: #EC8D00;
}
</style>
background-color css
<style>
a { background-color: #EC8D00; }
a { background-color: rgb(236,141,0); }
div.DivClassName
{
background-color: #EC8D00;
}
.BgClassName
{
background-color: #EC8D00;
}
</style>
border-color css
<style>
span { border-color: #EC8D00; }
span { border-color: rgb(236,141,0); }
td.TdClassName
{
border-color: #EC8D00;
}
.TagClassName
{
border-color: #EC8D00;
}
</style>