Shades of Tangerine #EC8905
Tints of Tangerine #EC8905
RGB
CMYK
RGB Variations
Color information
#EC8905 (or 0xEC8905) is known color: Tangerine. HEX triplet: EC, 89 and 05. RGB value is (236,137,5). Sum of RGB (Red+Green+Blue) = 236+137+5=378 (50% of max value = 765). Red value is 236 (92.58% from 255 or 62.43% from 378); Green value is 137 (53.91% from 255 or 36.24% from 378); Blue value is 5 (2.34% from 255 or 1.32% from 378); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8905 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC8905 is #1376FA. Grayscale: #989898. Windows color (decimal): -1275643 or 362988. OLE color: 362988.
HSL color Cylindrical-coordinate representation of color #EC8905: hue angle of 34.29º 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 #EC8905 is Cyan = 0, Magento = 0.42, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 137 | 5 | - |
| CMYK | 0 | 0.42 | 0.98 | 0.07 |
| HSL | 34.29º | 0.96% | 0.47% | - |
| HSV(B) | 34.29º | 0.98% | 0.93% | - |
| XYZ | 43.57 | 35.74 | 4.75 | - |
| YUV | 151.55 | 45.3 | 188.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 137 | 5 | 0 | 0.42 | 0.98 | 0.07 | 34.29 | 0.96 | 0.47 |
| Hex | EC | 89 | 5 | 0 | 2A | 62 | 7 | 22 | 60 | 2F |
| Octal | 354 | 211 | 5 | 0 | 52 | 142 | 7 | 42 | 140 | 57 |
| Binary | 11101100 | 10001001 | 101 | 0 | 101010 | 1100010 | 111 | 100010 | 1100000 | 101111 |
Color Harmonies of #EC8905
Complementary color
Monochromatic Colors of #EC8905
Black with #EC8905
Text Example
Text Example
White with #EC8905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8905; }
p { color: rgb(236,137,5); }
H1.HeaderClassName
{
color: #EC8905;
}
.AnyTagClassName
{
color: #EC8905;
}
</style>
background-color css
<style>
a { background-color: #EC8905; }
a { background-color: rgb(236,137,5); }
div.DivClassName
{
background-color: #EC8905;
}
.BgClassName
{
background-color: #EC8905;
}
</style>
border-color css
<style>
span { border-color: #EC8905; }
span { border-color: rgb(236,137,5); }
td.TdClassName
{
border-color: #EC8905;
}
.TagClassName
{
border-color: #EC8905;
}
</style>