Shades of Tangerine #EC8A05
Tints of Tangerine #EC8A05
RGB
CMYK
RGB Variations
Color information
#EC8A05 (or 0xEC8A05) is known color: Tangerine. HEX triplet: EC, 8A and 05. RGB value is (236,138,5). Sum of RGB (Red+Green+Blue) = 236+138+5=379 (50% of max value = 765). Red value is 236 (92.58% from 255 or 62.27% from 379); Green value is 138 (54.30% from 255 or 36.41% from 379); Blue value is 5 (2.34% from 255 or 1.32% from 379); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8A05 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC8A05 is #1375FA. Grayscale: #989898. Windows color (decimal): -1275387 or 363244. OLE color: 363244.
HSL color Cylindrical-coordinate representation of color #EC8A05: hue angle of 34.55º 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 #EC8A05 is Cyan = 0, Magento = 0.42, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 138 | 5 | - |
| CMYK | 0 | 0.42 | 0.98 | 0.07 |
| HSL | 34.55º | 0.96% | 0.47% | - |
| HSV(B) | 34.55º | 0.98% | 0.93% | - |
| XYZ | 43.71 | 36.02 | 4.79 | - |
| YUV | 152.14 | 44.97 | 187.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 138 | 5 | 0 | 0.42 | 0.98 | 0.07 | 34.55 | 0.96 | 0.47 |
| Hex | EC | 8A | 5 | 0 | 2A | 62 | 7 | 23 | 60 | 2F |
| Octal | 354 | 212 | 5 | 0 | 52 | 142 | 7 | 43 | 140 | 57 |
| Binary | 11101100 | 10001010 | 101 | 0 | 101010 | 1100010 | 111 | 100011 | 1100000 | 101111 |
Color Harmonies of #EC8A05
Complementary color
Monochromatic Colors of #EC8A05
Black with #EC8A05
Text Example
Text Example
White with #EC8A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8A05; }
p { color: rgb(236,138,5); }
H1.HeaderClassName
{
color: #EC8A05;
}
.AnyTagClassName
{
color: #EC8A05;
}
</style>
background-color css
<style>
a { background-color: #EC8A05; }
a { background-color: rgb(236,138,5); }
div.DivClassName
{
background-color: #EC8A05;
}
.BgClassName
{
background-color: #EC8A05;
}
</style>
border-color css
<style>
span { border-color: #EC8A05; }
span { border-color: rgb(236,138,5); }
td.TdClassName
{
border-color: #EC8A05;
}
.TagClassName
{
border-color: #EC8A05;
}
</style>