Shades of Tangerine #EC8A09
Tints of Tangerine #EC8A09
RGB
CMYK
RGB Variations
Color information
#EC8A09 (or 0xEC8A09) is known color: Tangerine. HEX triplet: EC, 8A and 09. RGB value is (236,138,9). Sum of RGB (Red+Green+Blue) = 236+138+9=383 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.62% from 383); Green value is 138 (54.30% from 255 or 36.03% from 383); Blue value is 9 (3.91% from 255 or 2.35% from 383); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8A09 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC8A09 is #1375F6. Grayscale: #999999. Windows color (decimal): -1275383 or 625388. OLE color: 625388.
HSL color Cylindrical-coordinate representation of color #EC8A09: hue angle of 34.1º 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 #EC8A09 is Cyan = 0, Magento = 0.42, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 138 | 9 | - |
| CMYK | 0 | 0.42 | 0.96 | 0.07 |
| HSL | 34.1º | 0.93% | 0.48% | - |
| HSV(B) | 34.1º | 0.96% | 0.93% | - |
| XYZ | 43.73 | 36.03 | 4.91 | - |
| YUV | 152.6 | 46.97 | 187.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 138 | 9 | 0 | 0.42 | 0.96 | 0.07 | 34.1 | 0.93 | 0.48 |
| Hex | EC | 8A | 9 | 0 | 2A | 60 | 7 | 22 | 5D | 30 |
| Octal | 354 | 212 | 11 | 0 | 52 | 140 | 7 | 42 | 135 | 60 |
| Binary | 11101100 | 10001010 | 1001 | 0 | 101010 | 1100000 | 111 | 100010 | 1011101 | 110000 |
Color Harmonies of #EC8A09
Complementary color
Monochromatic Colors of #EC8A09
Black with #EC8A09
Text Example
Text Example
White with #EC8A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8A09; }
p { color: rgb(236,138,9); }
H1.HeaderClassName
{
color: #EC8A09;
}
.AnyTagClassName
{
color: #EC8A09;
}
</style>
background-color css
<style>
a { background-color: #EC8A09; }
a { background-color: rgb(236,138,9); }
div.DivClassName
{
background-color: #EC8A09;
}
.BgClassName
{
background-color: #EC8A09;
}
</style>
border-color css
<style>
span { border-color: #EC8A09; }
span { border-color: rgb(236,138,9); }
td.TdClassName
{
border-color: #EC8A09;
}
.TagClassName
{
border-color: #EC8A09;
}
</style>