Shades of Tangerine #EC8F01
Tints of Tangerine #EC8F01
RGB
CMYK
RGB Variations
Color information
#EC8F01 (or 0xEC8F01) is known color: Tangerine. HEX triplet: EC, 8F and 01. RGB value is (236,143,1). Sum of RGB (Red+Green+Blue) = 236+143+1=380 (50% of max value = 765). Red value is 236 (92.58% from 255 or 62.11% from 380); Green value is 143 (56.25% from 255 or 37.63% from 380); Blue value is 1 (0.78% from 255 or 0.26% from 380); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8F01 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC8F01 is #1370FE. Grayscale: #9B9B9B. Windows color (decimal): -1274111 or 102380. OLE color: 102380.
HSL color Cylindrical-coordinate representation of color #EC8F01: hue angle of 36.26º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EC8F01 is Cyan = 0, Magento = 0.39, Yellow = 1.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 143 | 1 | - |
| CMYK | 0 | 0.39 | 1.00 | 0.07 |
| HSL | 36.26º | 0.99% | 0.46% | - |
| HSV(B) | 36.26º | 1% | 0.93% | - |
| XYZ | 44.42 | 37.48 | 4.92 | - |
| YUV | 154.62 | 41.31 | 186.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 143 | 1 | 0 | 0.39 | 1.00 | 0.07 | 36.26 | 0.99 | 0.46 |
| Hex | EC | 8F | 1 | 0 | 27 | 64 | 7 | 24 | 63 | 2E |
| Octal | 354 | 217 | 1 | 0 | 47 | 144 | 7 | 44 | 143 | 56 |
| Binary | 11101100 | 10001111 | 1 | 0 | 100111 | 1100100 | 111 | 100100 | 1100011 | 101110 |
Color Harmonies of #EC8F01
Complementary color
Monochromatic Colors of #EC8F01
Black with #EC8F01
Text Example
Text Example
White with #EC8F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8F01; }
p { color: rgb(236,143,1); }
H1.HeaderClassName
{
color: #EC8F01;
}
.AnyTagClassName
{
color: #EC8F01;
}
</style>
background-color css
<style>
a { background-color: #EC8F01; }
a { background-color: rgb(236,143,1); }
div.DivClassName
{
background-color: #EC8F01;
}
.BgClassName
{
background-color: #EC8F01;
}
</style>
border-color css
<style>
span { border-color: #EC8F01; }
span { border-color: rgb(236,143,1); }
td.TdClassName
{
border-color: #EC8F01;
}
.TagClassName
{
border-color: #EC8F01;
}
</style>