Shades of Tangerine #EC9005
Tints of Tangerine #EC9005
RGB
CMYK
RGB Variations
Color information
#EC9005 (or 0xEC9005) is known color: Tangerine. HEX triplet: EC, 90 and 05. RGB value is (236,144,5). Sum of RGB (Red+Green+Blue) = 236+144+5=385 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.30% from 385); Green value is 144 (56.64% from 255 or 37.40% from 385); Blue value is 5 (2.34% from 255 or 1.30% from 385); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9005 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC9005 is #136FFA. Grayscale: #9C9C9C. Windows color (decimal): -1273851 or 364780. OLE color: 364780.
HSL color Cylindrical-coordinate representation of color #EC9005: hue angle of 36.1º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EC9005 is Cyan = 0, Magento = 0.39, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 144 | 5 | - |
| CMYK | 0 | 0.39 | 0.98 | 0.07 |
| HSL | 36.1º | 0.96% | 0.47% | - |
| HSV(B) | 36.1º | 0.98% | 0.93% | - |
| XYZ | 44.59 | 37.79 | 5.09 | - |
| YUV | 155.66 | 42.98 | 185.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 144 | 5 | 0 | 0.39 | 0.98 | 0.07 | 36.1 | 0.96 | 0.47 |
| Hex | EC | 90 | 5 | 0 | 27 | 62 | 7 | 24 | 60 | 2F |
| Octal | 354 | 220 | 5 | 0 | 47 | 142 | 7 | 44 | 140 | 57 |
| Binary | 11101100 | 10010000 | 101 | 0 | 100111 | 1100010 | 111 | 100100 | 1100000 | 101111 |
Color Harmonies of #EC9005
Complementary color
Monochromatic Colors of #EC9005
Black with #EC9005
Text Example
Text Example
White with #EC9005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9005; }
p { color: rgb(236,144,5); }
H1.HeaderClassName
{
color: #EC9005;
}
.AnyTagClassName
{
color: #EC9005;
}
</style>
background-color css
<style>
a { background-color: #EC9005; }
a { background-color: rgb(236,144,5); }
div.DivClassName
{
background-color: #EC9005;
}
.BgClassName
{
background-color: #EC9005;
}
</style>
border-color css
<style>
span { border-color: #EC9005; }
span { border-color: rgb(236,144,5); }
td.TdClassName
{
border-color: #EC9005;
}
.TagClassName
{
border-color: #EC9005;
}
</style>