Shades of Tangerine #EC8A03
Tints of Tangerine #EC8A03
RGB
CMYK
RGB Variations
Color information
#EC8A03 (or 0xEC8A03) is known color: Tangerine. HEX triplet: EC, 8A and 03. RGB value is (236,138,3). Sum of RGB (Red+Green+Blue) = 236+138+3=377 (49% of max value = 765). Red value is 236 (92.58% from 255 or 62.60% from 377); Green value is 138 (54.30% from 255 or 36.60% from 377); Blue value is 3 (1.56% from 255 or 0.80% from 377); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8A03 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC8A03 is #1375FC. Grayscale: #989898. Windows color (decimal): -1275389 or 232172. OLE color: 232172.
HSL color Cylindrical-coordinate representation of color #EC8A03: hue angle of 34.76º 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 #EC8A03 is Cyan = 0, Magento = 0.42, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 138 | 3 | - |
| CMYK | 0 | 0.42 | 0.99 | 0.07 |
| HSL | 34.76º | 0.97% | 0.47% | - |
| HSV(B) | 34.76º | 0.99% | 0.93% | - |
| XYZ | 43.7 | 36.02 | 4.73 | - |
| YUV | 151.91 | 43.97 | 187.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 138 | 3 | 0 | 0.42 | 0.99 | 0.07 | 34.76 | 0.97 | 0.47 |
| Hex | EC | 8A | 3 | 0 | 2A | 63 | 7 | 23 | 61 | 2F |
| Octal | 354 | 212 | 3 | 0 | 52 | 143 | 7 | 43 | 141 | 57 |
| Binary | 11101100 | 10001010 | 11 | 0 | 101010 | 1100011 | 111 | 100011 | 1100001 | 101111 |
Color Harmonies of #EC8A03
Complementary color
Monochromatic Colors of #EC8A03
Black with #EC8A03
Text Example
Text Example
White with #EC8A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8A03; }
p { color: rgb(236,138,3); }
H1.HeaderClassName
{
color: #EC8A03;
}
.AnyTagClassName
{
color: #EC8A03;
}
</style>
background-color css
<style>
a { background-color: #EC8A03; }
a { background-color: rgb(236,138,3); }
div.DivClassName
{
background-color: #EC8A03;
}
.BgClassName
{
background-color: #EC8A03;
}
</style>
border-color css
<style>
span { border-color: #EC8A03; }
span { border-color: rgb(236,138,3); }
td.TdClassName
{
border-color: #EC8A03;
}
.TagClassName
{
border-color: #EC8A03;
}
</style>