Shades of Tangerine #EA890F
Tints of Tangerine #EA890F
RGB
CMYK
RGB Variations
Color information
#EA890F (or 0xEA890F) is known color: Tangerine. HEX triplet: EA, 89 and 0F. RGB value is (234,137,15). Sum of RGB (Red+Green+Blue) = 234+137+15=386 (51% of max value = 765). Red value is 234 (91.80% from 255 or 60.62% from 386); Green value is 137 (53.91% from 255 or 35.49% from 386); Blue value is 15 (6.25% from 255 or 3.89% from 386); Max value from RGB is 234 - color contains mainly: red. Hex color #EA890F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA890F is #1576F0. Grayscale: #989898. Windows color (decimal): -1406705 or 1018346. OLE color: 1018346.
HSL color Cylindrical-coordinate representation of color #EA890F: hue angle of 33.42º degrees, saturation: 0.88, 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 #EA890F is Cyan = 0, Magento = 0.41, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 137 | 15 | - |
| CMYK | 0 | 0.41 | 0.94 | 0.08 |
| HSL | 33.42º | 0.88% | 0.49% | - |
| HSV(B) | 33.42º | 0.94% | 0.92% | - |
| XYZ | 42.96 | 35.42 | 5.02 | - |
| YUV | 152.1 | 50.64 | 186.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 137 | 15 | 0 | 0.41 | 0.94 | 0.08 | 33.42 | 0.88 | 0.49 |
| Hex | EA | 89 | F | 0 | 29 | 5E | 8 | 21 | 58 | 31 |
| Octal | 352 | 211 | 17 | 0 | 51 | 136 | 10 | 41 | 130 | 61 |
| Binary | 11101010 | 10001001 | 1111 | 0 | 101001 | 1011110 | 1000 | 100001 | 1011000 | 110001 |
Color Harmonies of #EA890F
Complementary color
Monochromatic Colors of #EA890F
Black with #EA890F
Text Example
Text Example
White with #EA890F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA890F; }
p { color: rgb(234,137,15); }
H1.HeaderClassName
{
color: #EA890F;
}
.AnyTagClassName
{
color: #EA890F;
}
</style>
background-color css
<style>
a { background-color: #EA890F; }
a { background-color: rgb(234,137,15); }
div.DivClassName
{
background-color: #EA890F;
}
.BgClassName
{
background-color: #EA890F;
}
</style>
border-color css
<style>
span { border-color: #EA890F; }
span { border-color: rgb(234,137,15); }
td.TdClassName
{
border-color: #EA890F;
}
.TagClassName
{
border-color: #EA890F;
}
</style>