Shades of Tangerine #EC8A00
Tints of Tangerine #EC8A00
RGB
CMYK
RGB Variations
Color information
#EC8A00 (or 0xEC8A00) is known color: Tangerine. HEX triplet: EC, 8A and 00. RGB value is (236,138,0). Sum of RGB (Red+Green+Blue) = 236+138+0=374 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.10% from 374); Green value is 138 (54.30% from 255 or 36.90% from 374); Blue value is 0 (0.39% from 255 or 0% from 374); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8A00 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC8A00 is #1375FF. Grayscale: #989898. Windows color (decimal): -1275392 or 35564. OLE color: 35564.
HSL color Cylindrical-coordinate representation of color #EC8A00: hue angle of 35.08º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EC8A00 is Cyan = 0, Magento = 0.42, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 138 | 0 | - |
| CMYK | 0 | 0.42 | 1 | 0.07 |
| HSL | 35.08º | 1% | 0.46% | - |
| HSV(B) | 35.08º | 1% | 0.93% | - |
| XYZ | 43.68 | 36.01 | 4.65 | - |
| YUV | 151.57 | 42.47 | 188.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 138 | 0 | 0 | 0.42 | 1 | 0.07 | 35.08 | 1 | 0.46 |
| Hex | EC | 8A | 0 | 0 | 2A | 64 | 7 | 23 | 64 | 2E |
| Octal | 354 | 212 | 0 | 0 | 52 | 144 | 7 | 43 | 144 | 56 |
| Binary | 11101100 | 10001010 | 0 | 0 | 101010 | 1100100 | 111 | 100011 | 1100100 | 101110 |
Color Harmonies of #EC8A00
Complementary color
Monochromatic Colors of #EC8A00
Black with #EC8A00
Text Example
Text Example
White with #EC8A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8A00; }
p { color: rgb(236,138,0); }
H1.HeaderClassName
{
color: #EC8A00;
}
.AnyTagClassName
{
color: #EC8A00;
}
</style>
background-color css
<style>
a { background-color: #EC8A00; }
a { background-color: rgb(236,138,0); }
div.DivClassName
{
background-color: #EC8A00;
}
.BgClassName
{
background-color: #EC8A00;
}
</style>
border-color css
<style>
span { border-color: #EC8A00; }
span { border-color: rgb(236,138,0); }
td.TdClassName
{
border-color: #EC8A00;
}
.TagClassName
{
border-color: #EC8A00;
}
</style>