Shades of Tangerine #EC8009
Tints of Tangerine #EC8009
RGB
CMYK
RGB Variations
Color information
#EC8009 (or 0xEC8009) is known color: Tangerine. HEX triplet: EC, 80 and 09. RGB value is (236,128,9). Sum of RGB (Red+Green+Blue) = 236+128+9=373 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.27% from 373); Green value is 128 (50.39% from 255 or 34.32% from 373); Blue value is 9 (3.91% from 255 or 2.41% from 373); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8009 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC8009 is #137FF6. Grayscale: #939393. Windows color (decimal): -1277943 or 622828. OLE color: 622828.
HSL color Cylindrical-coordinate representation of color #EC8009: hue angle of 31.45º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EC8009 is Cyan = 0, Magento = 0.46, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 128 | 9 | - |
| CMYK | 0 | 0.46 | 0.96 | 0.07 |
| HSL | 31.45º | 0.93% | 0.48% | - |
| HSV(B) | 31.45º | 0.96% | 0.93% | - |
| XYZ | 42.36 | 33.29 | 4.45 | - |
| YUV | 146.73 | 50.28 | 191.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 128 | 9 | 0 | 0.46 | 0.96 | 0.07 | 31.45 | 0.93 | 0.48 |
| Hex | EC | 80 | 9 | 0 | 2E | 60 | 7 | 1F | 5D | 30 |
| Octal | 354 | 200 | 11 | 0 | 56 | 140 | 7 | 37 | 135 | 60 |
| Binary | 11101100 | 10000000 | 1001 | 0 | 101110 | 1100000 | 111 | 11111 | 1011101 | 110000 |
Color Harmonies of #EC8009
Complementary color
Monochromatic Colors of #EC8009
Black with #EC8009
Text Example
Text Example
White with #EC8009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8009; }
p { color: rgb(236,128,9); }
H1.HeaderClassName
{
color: #EC8009;
}
.AnyTagClassName
{
color: #EC8009;
}
</style>
background-color css
<style>
a { background-color: #EC8009; }
a { background-color: rgb(236,128,9); }
div.DivClassName
{
background-color: #EC8009;
}
.BgClassName
{
background-color: #EC8009;
}
</style>
border-color css
<style>
span { border-color: #EC8009; }
span { border-color: rgb(236,128,9); }
td.TdClassName
{
border-color: #EC8009;
}
.TagClassName
{
border-color: #EC8009;
}
</style>