Shades of Tangerine #EA890E
Tints of Tangerine #EA890E
RGB
CMYK
RGB Variations
Color information
#EA890E (or 0xEA890E) is known color: Tangerine. HEX triplet: EA, 89 and 0E. RGB value is (234,137,14). Sum of RGB (Red+Green+Blue) = 234+137+14=385 (50% of max value = 765). Red value is 234 (91.80% from 255 or 60.78% from 385); Green value is 137 (53.91% from 255 or 35.58% from 385); Blue value is 14 (5.86% from 255 or 3.64% from 385); Max value from RGB is 234 - color contains mainly: red. Hex color #EA890E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA890E is #1576F1. Grayscale: #989898. Windows color (decimal): -1406706 or 952810. OLE color: 952810.
HSL color Cylindrical-coordinate representation of color #EA890E: hue angle of 33.55º 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 #EA890E is Cyan = 0, Magento = 0.41, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 137 | 14 | - |
| CMYK | 0 | 0.41 | 0.94 | 0.08 |
| HSL | 33.55º | 0.89% | 0.49% | - |
| HSV(B) | 33.55º | 0.94% | 0.92% | - |
| XYZ | 42.96 | 35.42 | 4.99 | - |
| YUV | 151.98 | 50.14 | 186.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 137 | 14 | 0 | 0.41 | 0.94 | 0.08 | 33.55 | 0.89 | 0.49 |
| Hex | EA | 89 | E | 0 | 29 | 5E | 8 | 22 | 59 | 31 |
| Octal | 352 | 211 | 16 | 0 | 51 | 136 | 10 | 42 | 131 | 61 |
| Binary | 11101010 | 10001001 | 1110 | 0 | 101001 | 1011110 | 1000 | 100010 | 1011001 | 110001 |
Color Harmonies of #EA890E
Complementary color
Monochromatic Colors of #EA890E
Black with #EA890E
Text Example
Text Example
White with #EA890E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA890E; }
p { color: rgb(234,137,14); }
H1.HeaderClassName
{
color: #EA890E;
}
.AnyTagClassName
{
color: #EA890E;
}
</style>
background-color css
<style>
a { background-color: #EA890E; }
a { background-color: rgb(234,137,14); }
div.DivClassName
{
background-color: #EA890E;
}
.BgClassName
{
background-color: #EA890E;
}
</style>
border-color css
<style>
span { border-color: #EA890E; }
span { border-color: rgb(234,137,14); }
td.TdClassName
{
border-color: #EA890E;
}
.TagClassName
{
border-color: #EA890E;
}
</style>