Shades of Tangerine #EA850E
Tints of Tangerine #EA850E
RGB
CMYK
RGB Variations
Color information
#EA850E (or 0xEA850E) is known color: Tangerine. HEX triplet: EA, 85 and 0E. RGB value is (234,133,14). Sum of RGB (Red+Green+Blue) = 234+133+14=381 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.42% from 381); Green value is 133 (52.34% from 255 or 34.91% from 381); Blue value is 14 (5.86% from 255 or 3.67% from 381); Max value from RGB is 234 - color contains mainly: red. Hex color #EA850E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA850E is #157AF1. Grayscale: #969696. Windows color (decimal): -1407730 or 951786. OLE color: 951786.
HSL color Cylindrical-coordinate representation of color #EA850E: hue angle of 32.45º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EA850E is Cyan = 0, Magento = 0.43, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 133 | 14 | - |
| CMYK | 0 | 0.43 | 0.94 | 0.08 |
| HSL | 32.45º | 0.89% | 0.49% | - |
| HSV(B) | 32.45º | 0.94% | 0.92% | - |
| XYZ | 42.4 | 34.3 | 4.8 | - |
| YUV | 149.63 | 51.46 | 188.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 133 | 14 | 0 | 0.43 | 0.94 | 0.08 | 32.45 | 0.89 | 0.49 |
| Hex | EA | 85 | E | 0 | 2B | 5E | 8 | 20 | 59 | 31 |
| Octal | 352 | 205 | 16 | 0 | 53 | 136 | 10 | 40 | 131 | 61 |
| Binary | 11101010 | 10000101 | 1110 | 0 | 101011 | 1011110 | 1000 | 100000 | 1011001 | 110001 |
Color Harmonies of #EA850E
Complementary color
Monochromatic Colors of #EA850E
Black with #EA850E
Text Example
Text Example
White with #EA850E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA850E; }
p { color: rgb(234,133,14); }
H1.HeaderClassName
{
color: #EA850E;
}
.AnyTagClassName
{
color: #EA850E;
}
</style>
background-color css
<style>
a { background-color: #EA850E; }
a { background-color: rgb(234,133,14); }
div.DivClassName
{
background-color: #EA850E;
}
.BgClassName
{
background-color: #EA850E;
}
</style>
border-color css
<style>
span { border-color: #EA850E; }
span { border-color: rgb(234,133,14); }
td.TdClassName
{
border-color: #EA850E;
}
.TagClassName
{
border-color: #EA850E;
}
</style>