Shades of Tangerine #EA890A
Tints of Tangerine #EA890A
RGB
CMYK
RGB Variations
Color information
#EA890A (or 0xEA890A) is known color: Tangerine. HEX triplet: EA, 89 and 0A. RGB value is (234,137,10). Sum of RGB (Red+Green+Blue) = 234+137+10=381 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.42% from 381); Green value is 137 (53.91% from 255 or 35.96% from 381); Blue value is 10 (4.30% from 255 or 2.62% from 381); Max value from RGB is 234 - color contains mainly: red. Hex color #EA890A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA890A is #1576F5. Grayscale: #989898. Windows color (decimal): -1406710 or 690666. OLE color: 690666.
HSL color Cylindrical-coordinate representation of color #EA890A: hue angle of 34.02º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EA890A is Cyan = 0, Magento = 0.41, Yellow = 0.96 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 137 | 10 | - |
| CMYK | 0 | 0.41 | 0.96 | 0.08 |
| HSL | 34.02º | 0.92% | 0.48% | - |
| HSV(B) | 34.02º | 0.96% | 0.92% | - |
| XYZ | 42.93 | 35.41 | 4.86 | - |
| YUV | 151.53 | 48.14 | 186.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 137 | 10 | 0 | 0.41 | 0.96 | 0.08 | 34.02 | 0.92 | 0.48 |
| Hex | EA | 89 | A | 0 | 29 | 60 | 8 | 22 | 5C | 30 |
| Octal | 352 | 211 | 12 | 0 | 51 | 140 | 10 | 42 | 134 | 60 |
| Binary | 11101010 | 10001001 | 1010 | 0 | 101001 | 1100000 | 1000 | 100010 | 1011100 | 110000 |
Color Harmonies of #EA890A
Complementary color
Monochromatic Colors of #EA890A
Black with #EA890A
Text Example
Text Example
White with #EA890A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA890A; }
p { color: rgb(234,137,10); }
H1.HeaderClassName
{
color: #EA890A;
}
.AnyTagClassName
{
color: #EA890A;
}
</style>
background-color css
<style>
a { background-color: #EA890A; }
a { background-color: rgb(234,137,10); }
div.DivClassName
{
background-color: #EA890A;
}
.BgClassName
{
background-color: #EA890A;
}
</style>
border-color css
<style>
span { border-color: #EA890A; }
span { border-color: rgb(234,137,10); }
td.TdClassName
{
border-color: #EA890A;
}
.TagClassName
{
border-color: #EA890A;
}
</style>