Shades of Tangerine #EC8601
Tints of Tangerine #EC8601
RGB
CMYK
RGB Variations
Color information
#EC8601 (or 0xEC8601) is known color: Tangerine. HEX triplet: EC, 86 and 01. RGB value is (236,134,1). Sum of RGB (Red+Green+Blue) = 236+134+1=371 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.61% from 371); Green value is 134 (52.73% from 255 or 36.12% from 371); Blue value is 1 (0.78% from 255 or 0.27% from 371); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8601 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC8601 is #1379FE. Grayscale: #959595. Windows color (decimal): -1276415 or 100076. OLE color: 100076.
HSL color Cylindrical-coordinate representation of color #EC8601: hue angle of 33.96º 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 #EC8601 is Cyan = 0, Magento = 0.43, Yellow = 1.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 134 | 1 | - |
| CMYK | 0 | 0.43 | 1.00 | 0.07 |
| HSL | 33.96º | 0.99% | 0.46% | - |
| HSV(B) | 33.96º | 1% | 0.93% | - |
| XYZ | 43.12 | 34.89 | 4.49 | - |
| YUV | 149.34 | 44.29 | 189.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 134 | 1 | 0 | 0.43 | 1.00 | 0.07 | 33.96 | 0.99 | 0.46 |
| Hex | EC | 86 | 1 | 0 | 2B | 64 | 7 | 22 | 63 | 2E |
| Octal | 354 | 206 | 1 | 0 | 53 | 144 | 7 | 42 | 143 | 56 |
| Binary | 11101100 | 10000110 | 1 | 0 | 101011 | 1100100 | 111 | 100010 | 1100011 | 101110 |
Color Harmonies of #EC8601
Complementary color
Monochromatic Colors of #EC8601
Black with #EC8601
Text Example
Text Example
White with #EC8601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8601; }
p { color: rgb(236,134,1); }
H1.HeaderClassName
{
color: #EC8601;
}
.AnyTagClassName
{
color: #EC8601;
}
</style>
background-color css
<style>
a { background-color: #EC8601; }
a { background-color: rgb(236,134,1); }
div.DivClassName
{
background-color: #EC8601;
}
.BgClassName
{
background-color: #EC8601;
}
</style>
border-color css
<style>
span { border-color: #EC8601; }
span { border-color: rgb(236,134,1); }
td.TdClassName
{
border-color: #EC8601;
}
.TagClassName
{
border-color: #EC8601;
}
</style>