Shades of Tangerine #EC8B09
Tints of Tangerine #EC8B09
RGB
CMYK
RGB Variations
Color information
#EC8B09 (or 0xEC8B09) is known color: Tangerine. HEX triplet: EC, 8B and 09. RGB value is (236,139,9). Sum of RGB (Red+Green+Blue) = 236+139+9=384 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.46% from 384); Green value is 139 (54.69% from 255 or 36.20% from 384); Blue value is 9 (3.91% from 255 or 2.34% from 384); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8B09 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC8B09 is #1374F6. Grayscale: #999999. Windows color (decimal): -1275127 or 625644. OLE color: 625644.
HSL color Cylindrical-coordinate representation of color #EC8B09: hue angle of 34.36º 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 #EC8B09 is Cyan = 0, Magento = 0.41, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 139 | 9 | - |
| CMYK | 0 | 0.41 | 0.96 | 0.07 |
| HSL | 34.36º | 0.93% | 0.48% | - |
| HSV(B) | 34.36º | 0.96% | 0.93% | - |
| XYZ | 43.87 | 36.32 | 4.96 | - |
| YUV | 153.18 | 46.64 | 187.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 139 | 9 | 0 | 0.41 | 0.96 | 0.07 | 34.36 | 0.93 | 0.48 |
| Hex | EC | 8B | 9 | 0 | 29 | 60 | 7 | 22 | 5D | 30 |
| Octal | 354 | 213 | 11 | 0 | 51 | 140 | 7 | 42 | 135 | 60 |
| Binary | 11101100 | 10001011 | 1001 | 0 | 101001 | 1100000 | 111 | 100010 | 1011101 | 110000 |
Color Harmonies of #EC8B09
Complementary color
Monochromatic Colors of #EC8B09
Black with #EC8B09
Text Example
Text Example
White with #EC8B09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8B09; }
p { color: rgb(236,139,9); }
H1.HeaderClassName
{
color: #EC8B09;
}
.AnyTagClassName
{
color: #EC8B09;
}
</style>
background-color css
<style>
a { background-color: #EC8B09; }
a { background-color: rgb(236,139,9); }
div.DivClassName
{
background-color: #EC8B09;
}
.BgClassName
{
background-color: #EC8B09;
}
</style>
border-color css
<style>
span { border-color: #EC8B09; }
span { border-color: rgb(236,139,9); }
td.TdClassName
{
border-color: #EC8B09;
}
.TagClassName
{
border-color: #EC8B09;
}
</style>