Shades of Tangerine #EC9301
Tints of Tangerine #EC9301
RGB
CMYK
RGB Variations
Color information
#EC9301 (or 0xEC9301) is known color: Tangerine. HEX triplet: EC, 93 and 01. RGB value is (236,147,1). Sum of RGB (Red+Green+Blue) = 236+147+1=384 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.46% from 384); Green value is 147 (57.81% from 255 or 38.28% from 384); Blue value is 1 (0.78% from 255 or 0.26% from 384); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9301 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC9301 is #136CFE. Grayscale: #9D9D9D. Windows color (decimal): -1273087 or 103404. OLE color: 103404.
HSL color Cylindrical-coordinate representation of color #EC9301: hue angle of 37.28º 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 #EC9301 is Cyan = 0, Magento = 0.38, Yellow = 1.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 147 | 1 | - |
| CMYK | 0 | 0.38 | 1.00 | 0.07 |
| HSL | 37.28º | 0.99% | 0.46% | - |
| HSV(B) | 37.28º | 1% | 0.93% | - |
| XYZ | 45.03 | 38.7 | 5.13 | - |
| YUV | 156.97 | 39.99 | 184.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 147 | 1 | 0 | 0.38 | 1.00 | 0.07 | 37.28 | 0.99 | 0.46 |
| Hex | EC | 93 | 1 | 0 | 26 | 64 | 7 | 25 | 63 | 2E |
| Octal | 354 | 223 | 1 | 0 | 46 | 144 | 7 | 45 | 143 | 56 |
| Binary | 11101100 | 10010011 | 1 | 0 | 100110 | 1100100 | 111 | 100101 | 1100011 | 101110 |
Color Harmonies of #EC9301
Complementary color
Monochromatic Colors of #EC9301
Black with #EC9301
Text Example
Text Example
White with #EC9301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9301; }
p { color: rgb(236,147,1); }
H1.HeaderClassName
{
color: #EC9301;
}
.AnyTagClassName
{
color: #EC9301;
}
</style>
background-color css
<style>
a { background-color: #EC9301; }
a { background-color: rgb(236,147,1); }
div.DivClassName
{
background-color: #EC9301;
}
.BgClassName
{
background-color: #EC9301;
}
</style>
border-color css
<style>
span { border-color: #EC9301; }
span { border-color: rgb(236,147,1); }
td.TdClassName
{
border-color: #EC9301;
}
.TagClassName
{
border-color: #EC9301;
}
</style>