Shades of Tangerine #EC8F03
Tints of Tangerine #EC8F03
RGB
CMYK
RGB Variations
Color information
#EC8F03 (or 0xEC8F03) is known color: Tangerine. HEX triplet: EC, 8F and 03. RGB value is (236,143,3). Sum of RGB (Red+Green+Blue) = 236+143+3=382 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.78% from 382); Green value is 143 (56.25% from 255 or 37.43% from 382); Blue value is 3 (1.56% from 255 or 0.79% from 382); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8F03 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC8F03 is #1370FC. Grayscale: #9B9B9B. Windows color (decimal): -1274109 or 233452. OLE color: 233452.
HSL color Cylindrical-coordinate representation of color #EC8F03: hue angle of 36.05º 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 #EC8F03 is Cyan = 0, Magento = 0.39, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 143 | 3 | - |
| CMYK | 0 | 0.39 | 0.99 | 0.07 |
| HSL | 36.05º | 0.97% | 0.47% | - |
| HSV(B) | 36.05º | 0.99% | 0.93% | - |
| XYZ | 44.43 | 37.48 | 4.98 | - |
| YUV | 154.85 | 42.31 | 185.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 143 | 3 | 0 | 0.39 | 0.99 | 0.07 | 36.05 | 0.97 | 0.47 |
| Hex | EC | 8F | 3 | 0 | 27 | 63 | 7 | 24 | 61 | 2F |
| Octal | 354 | 217 | 3 | 0 | 47 | 143 | 7 | 44 | 141 | 57 |
| Binary | 11101100 | 10001111 | 11 | 0 | 100111 | 1100011 | 111 | 100100 | 1100001 | 101111 |
Color Harmonies of #EC8F03
Complementary color
Monochromatic Colors of #EC8F03
Black with #EC8F03
Text Example
Text Example
White with #EC8F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8F03; }
p { color: rgb(236,143,3); }
H1.HeaderClassName
{
color: #EC8F03;
}
.AnyTagClassName
{
color: #EC8F03;
}
</style>
background-color css
<style>
a { background-color: #EC8F03; }
a { background-color: rgb(236,143,3); }
div.DivClassName
{
background-color: #EC8F03;
}
.BgClassName
{
background-color: #EC8F03;
}
</style>
border-color css
<style>
span { border-color: #EC8F03; }
span { border-color: rgb(236,143,3); }
td.TdClassName
{
border-color: #EC8F03;
}
.TagClassName
{
border-color: #EC8F03;
}
</style>