Shades of Tangerine #EA890C
Tints of Tangerine #EA890C
RGB
CMYK
RGB Variations
Color information
#EA890C (or 0xEA890C) is known color: Tangerine. HEX triplet: EA, 89 and 0C. RGB value is (234,137,12). Sum of RGB (Red+Green+Blue) = 234+137+12=383 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.10% from 383); Green value is 137 (53.91% from 255 or 35.77% from 383); Blue value is 12 (5.08% from 255 or 3.13% from 383); Max value from RGB is 234 - color contains mainly: red. Hex color #EA890C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA890C is #1576F3. Grayscale: #989898. Windows color (decimal): -1406708 or 821738. OLE color: 821738.
HSL color Cylindrical-coordinate representation of color #EA890C: hue angle of 33.78º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EA890C is Cyan = 0, Magento = 0.41, Yellow = 0.95 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 137 | 12 | - |
| CMYK | 0 | 0.41 | 0.95 | 0.08 |
| HSL | 33.78º | 0.9% | 0.48% | - |
| HSV(B) | 33.78º | 0.95% | 0.92% | - |
| XYZ | 42.94 | 35.41 | 4.92 | - |
| YUV | 151.75 | 49.14 | 186.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 137 | 12 | 0 | 0.41 | 0.95 | 0.08 | 33.78 | 0.9 | 0.48 |
| Hex | EA | 89 | C | 0 | 29 | 5F | 8 | 22 | 5A | 30 |
| Octal | 352 | 211 | 14 | 0 | 51 | 137 | 10 | 42 | 132 | 60 |
| Binary | 11101010 | 10001001 | 1100 | 0 | 101001 | 1011111 | 1000 | 100010 | 1011010 | 110000 |
Color Harmonies of #EA890C
Complementary color
Monochromatic Colors of #EA890C
Black with #EA890C
Text Example
Text Example
White with #EA890C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA890C; }
p { color: rgb(234,137,12); }
H1.HeaderClassName
{
color: #EA890C;
}
.AnyTagClassName
{
color: #EA890C;
}
</style>
background-color css
<style>
a { background-color: #EA890C; }
a { background-color: rgb(234,137,12); }
div.DivClassName
{
background-color: #EA890C;
}
.BgClassName
{
background-color: #EA890C;
}
</style>
border-color css
<style>
span { border-color: #EA890C; }
span { border-color: rgb(234,137,12); }
td.TdClassName
{
border-color: #EA890C;
}
.TagClassName
{
border-color: #EA890C;
}
</style>