Shades of Tangerine #EA860E
Tints of Tangerine #EA860E
RGB
CMYK
RGB Variations
Color information
#EA860E (or 0xEA860E) is known color: Tangerine. HEX triplet: EA, 86 and 0E. RGB value is (234,134,14). Sum of RGB (Red+Green+Blue) = 234+134+14=382 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.26% from 382); Green value is 134 (52.73% from 255 or 35.08% from 382); Blue value is 14 (5.86% from 255 or 3.66% from 382); Max value from RGB is 234 - color contains mainly: red. Hex color #EA860E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA860E is #1579F1. Grayscale: #969696. Windows color (decimal): -1407474 or 952042. OLE color: 952042.
HSL color Cylindrical-coordinate representation of color #EA860E: hue angle of 32.73º 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 #EA860E is Cyan = 0, Magento = 0.43, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 134 | 14 | - |
| CMYK | 0 | 0.43 | 0.94 | 0.08 |
| HSL | 32.73º | 0.89% | 0.49% | - |
| HSV(B) | 32.73º | 0.94% | 0.92% | - |
| XYZ | 42.54 | 34.57 | 4.85 | - |
| YUV | 150.22 | 51.13 | 187.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 134 | 14 | 0 | 0.43 | 0.94 | 0.08 | 32.73 | 0.89 | 0.49 |
| Hex | EA | 86 | E | 0 | 2B | 5E | 8 | 21 | 59 | 31 |
| Octal | 352 | 206 | 16 | 0 | 53 | 136 | 10 | 41 | 131 | 61 |
| Binary | 11101010 | 10000110 | 1110 | 0 | 101011 | 1011110 | 1000 | 100001 | 1011001 | 110001 |
Color Harmonies of #EA860E
Complementary color
Monochromatic Colors of #EA860E
Black with #EA860E
Text Example
Text Example
White with #EA860E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA860E; }
p { color: rgb(234,134,14); }
H1.HeaderClassName
{
color: #EA860E;
}
.AnyTagClassName
{
color: #EA860E;
}
</style>
background-color css
<style>
a { background-color: #EA860E; }
a { background-color: rgb(234,134,14); }
div.DivClassName
{
background-color: #EA860E;
}
.BgClassName
{
background-color: #EA860E;
}
</style>
border-color css
<style>
span { border-color: #EA860E; }
span { border-color: rgb(234,134,14); }
td.TdClassName
{
border-color: #EA860E;
}
.TagClassName
{
border-color: #EA860E;
}
</style>