Shades of Tangerine #EC9003
Tints of Tangerine #EC9003
RGB
CMYK
RGB Variations
Color information
#EC9003 (or 0xEC9003) is known color: Tangerine. HEX triplet: EC, 90 and 03. RGB value is (236,144,3). Sum of RGB (Red+Green+Blue) = 236+144+3=383 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.62% from 383); Green value is 144 (56.64% from 255 or 37.60% from 383); Blue value is 3 (1.56% from 255 or 0.78% from 383); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9003 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC9003 is #136FFC. Grayscale: #9C9C9C. Windows color (decimal): -1273853 or 233708. OLE color: 233708.
HSL color Cylindrical-coordinate representation of color #EC9003: hue angle of 36.31º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EC9003 is Cyan = 0, Magento = 0.39, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 144 | 3 | - |
| CMYK | 0 | 0.39 | 0.99 | 0.07 |
| HSL | 36.31º | 0.97% | 0.47% | - |
| HSV(B) | 36.31º | 0.99% | 0.93% | - |
| XYZ | 44.58 | 37.79 | 5.03 | - |
| YUV | 155.43 | 41.98 | 185.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 144 | 3 | 0 | 0.39 | 0.99 | 0.07 | 36.31 | 0.97 | 0.47 |
| Hex | EC | 90 | 3 | 0 | 27 | 63 | 7 | 24 | 61 | 2F |
| Octal | 354 | 220 | 3 | 0 | 47 | 143 | 7 | 44 | 141 | 57 |
| Binary | 11101100 | 10010000 | 11 | 0 | 100111 | 1100011 | 111 | 100100 | 1100001 | 101111 |
Color Harmonies of #EC9003
Complementary color
Monochromatic Colors of #EC9003
Black with #EC9003
Text Example
Text Example
White with #EC9003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9003; }
p { color: rgb(236,144,3); }
H1.HeaderClassName
{
color: #EC9003;
}
.AnyTagClassName
{
color: #EC9003;
}
</style>
background-color css
<style>
a { background-color: #EC9003; }
a { background-color: rgb(236,144,3); }
div.DivClassName
{
background-color: #EC9003;
}
.BgClassName
{
background-color: #EC9003;
}
</style>
border-color css
<style>
span { border-color: #EC9003; }
span { border-color: rgb(236,144,3); }
td.TdClassName
{
border-color: #EC9003;
}
.TagClassName
{
border-color: #EC9003;
}
</style>