Shades of Tangerine #EC9401
Tints of Tangerine #EC9401
RGB
CMYK
RGB Variations
Color information
#EC9401 (or 0xEC9401) is known color: Tangerine. HEX triplet: EC, 94 and 01. RGB value is (236,148,1). Sum of RGB (Red+Green+Blue) = 236+148+1=385 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.30% from 385); Green value is 148 (58.20% from 255 or 38.44% from 385); Blue value is 1 (0.78% from 255 or 0.26% from 385); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9401 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC9401 is #136BFE. Grayscale: #9E9E9E. Windows color (decimal): -1272831 or 103660. OLE color: 103660.
HSL color Cylindrical-coordinate representation of color #EC9401: hue angle of 37.53º 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 #EC9401 is Cyan = 0, Magento = 0.37, Yellow = 1.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 148 | 1 | - |
| CMYK | 0 | 0.37 | 1.00 | 0.07 |
| HSL | 37.53º | 0.99% | 0.46% | - |
| HSV(B) | 37.53º | 1% | 0.93% | - |
| XYZ | 45.19 | 39.01 | 5.18 | - |
| YUV | 157.55 | 39.65 | 183.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 148 | 1 | 0 | 0.37 | 1.00 | 0.07 | 37.53 | 0.99 | 0.46 |
| Hex | EC | 94 | 1 | 0 | 25 | 64 | 7 | 26 | 63 | 2E |
| Octal | 354 | 224 | 1 | 0 | 45 | 144 | 7 | 46 | 143 | 56 |
| Binary | 11101100 | 10010100 | 1 | 0 | 100101 | 1100100 | 111 | 100110 | 1100011 | 101110 |
Color Harmonies of #EC9401
Complementary color
Monochromatic Colors of #EC9401
Black with #EC9401
Text Example
Text Example
White with #EC9401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9401; }
p { color: rgb(236,148,1); }
H1.HeaderClassName
{
color: #EC9401;
}
.AnyTagClassName
{
color: #EC9401;
}
</style>
background-color css
<style>
a { background-color: #EC9401; }
a { background-color: rgb(236,148,1); }
div.DivClassName
{
background-color: #EC9401;
}
.BgClassName
{
background-color: #EC9401;
}
</style>
border-color css
<style>
span { border-color: #EC9401; }
span { border-color: rgb(236,148,1); }
td.TdClassName
{
border-color: #EC9401;
}
.TagClassName
{
border-color: #EC9401;
}
</style>