Shades of Tangerine #EC8501
Tints of Tangerine #EC8501
RGB
CMYK
RGB Variations
Color information
#EC8501 (or 0xEC8501) is known color: Tangerine. HEX triplet: EC, 85 and 01. RGB value is (236,133,1). Sum of RGB (Red+Green+Blue) = 236+133+1=370 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.78% from 370); Green value is 133 (52.34% from 255 or 35.95% from 370); Blue value is 1 (0.78% from 255 or 0.27% from 370); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8501 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC8501 is #137AFE. Grayscale: #959595. Windows color (decimal): -1276671 or 99820. OLE color: 99820.
HSL color Cylindrical-coordinate representation of color #EC8501: hue angle of 33.7º 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 #EC8501 is Cyan = 0, Magento = 0.44, Yellow = 1.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 133 | 1 | - |
| CMYK | 0 | 0.44 | 1.00 | 0.07 |
| HSL | 33.7º | 0.99% | 0.46% | - |
| HSV(B) | 33.7º | 1% | 0.93% | - |
| XYZ | 42.99 | 34.61 | 4.44 | - |
| YUV | 148.75 | 44.62 | 190.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 133 | 1 | 0 | 0.44 | 1.00 | 0.07 | 33.7 | 0.99 | 0.46 |
| Hex | EC | 85 | 1 | 0 | 2C | 64 | 7 | 22 | 63 | 2E |
| Octal | 354 | 205 | 1 | 0 | 54 | 144 | 7 | 42 | 143 | 56 |
| Binary | 11101100 | 10000101 | 1 | 0 | 101100 | 1100100 | 111 | 100010 | 1100011 | 101110 |
Color Harmonies of #EC8501
Complementary color
Monochromatic Colors of #EC8501
Black with #EC8501
Text Example
Text Example
White with #EC8501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8501; }
p { color: rgb(236,133,1); }
H1.HeaderClassName
{
color: #EC8501;
}
.AnyTagClassName
{
color: #EC8501;
}
</style>
background-color css
<style>
a { background-color: #EC8501; }
a { background-color: rgb(236,133,1); }
div.DivClassName
{
background-color: #EC8501;
}
.BgClassName
{
background-color: #EC8501;
}
</style>
border-color css
<style>
span { border-color: #EC8501; }
span { border-color: rgb(236,133,1); }
td.TdClassName
{
border-color: #EC8501;
}
.TagClassName
{
border-color: #EC8501;
}
</style>