Shades of Tangerine #EC8001
Tints of Tangerine #EC8001
RGB
CMYK
RGB Variations
Color information
#EC8001 (or 0xEC8001) is known color: Tangerine. HEX triplet: EC, 80 and 01. RGB value is (236,128,1). Sum of RGB (Red+Green+Blue) = 236+128+1=365 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.66% from 365); Green value is 128 (50.39% from 255 or 35.07% from 365); Blue value is 1 (0.78% from 255 or 0.27% from 365); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8001 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC8001 is #137FFE. Grayscale: #929292. Windows color (decimal): -1277951 or 98540. OLE color: 98540.
HSL color Cylindrical-coordinate representation of color #EC8001: hue angle of 32.43º 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 #EC8001 is Cyan = 0, Magento = 0.46, Yellow = 1.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 128 | 1 | - |
| CMYK | 0 | 0.46 | 1.00 | 0.07 |
| HSL | 32.43º | 0.99% | 0.46% | - |
| HSV(B) | 32.43º | 1% | 0.93% | - |
| XYZ | 42.32 | 33.27 | 4.22 | - |
| YUV | 145.81 | 46.28 | 192.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 128 | 1 | 0 | 0.46 | 1.00 | 0.07 | 32.43 | 0.99 | 0.46 |
| Hex | EC | 80 | 1 | 0 | 2E | 64 | 7 | 20 | 63 | 2E |
| Octal | 354 | 200 | 1 | 0 | 56 | 144 | 7 | 40 | 143 | 56 |
| Binary | 11101100 | 10000000 | 1 | 0 | 101110 | 1100100 | 111 | 100000 | 1100011 | 101110 |
Color Harmonies of #EC8001
Complementary color
Monochromatic Colors of #EC8001
Black with #EC8001
Text Example
Text Example
White with #EC8001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8001; }
p { color: rgb(236,128,1); }
H1.HeaderClassName
{
color: #EC8001;
}
.AnyTagClassName
{
color: #EC8001;
}
</style>
background-color css
<style>
a { background-color: #EC8001; }
a { background-color: rgb(236,128,1); }
div.DivClassName
{
background-color: #EC8001;
}
.BgClassName
{
background-color: #EC8001;
}
</style>
border-color css
<style>
span { border-color: #EC8001; }
span { border-color: rgb(236,128,1); }
td.TdClassName
{
border-color: #EC8001;
}
.TagClassName
{
border-color: #EC8001;
}
</style>