Shades of Tangerine #EA870A
Tints of Tangerine #EA870A
RGB
CMYK
RGB Variations
Color information
#EA870A (or 0xEA870A) is known color: Tangerine. HEX triplet: EA, 87 and 0A. RGB value is (234,135,10). Sum of RGB (Red+Green+Blue) = 234+135+10=379 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.74% from 379); Green value is 135 (53.12% from 255 or 35.62% from 379); Blue value is 10 (4.30% from 255 or 2.64% from 379); Max value from RGB is 234 - color contains mainly: red. Hex color #EA870A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA870A is #1578F5. Grayscale: #969696. Windows color (decimal): -1407222 or 690154. OLE color: 690154.
HSL color Cylindrical-coordinate representation of color #EA870A: hue angle of 33.48º 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 #EA870A is Cyan = 0, Magento = 0.42, Yellow = 0.96 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 135 | 10 | - |
| CMYK | 0 | 0.42 | 0.96 | 0.08 |
| HSL | 33.48º | 0.92% | 0.48% | - |
| HSV(B) | 33.48º | 0.96% | 0.92% | - |
| XYZ | 42.65 | 34.84 | 4.76 | - |
| YUV | 150.35 | 48.8 | 187.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 135 | 10 | 0 | 0.42 | 0.96 | 0.08 | 33.48 | 0.92 | 0.48 |
| Hex | EA | 87 | A | 0 | 2A | 60 | 8 | 21 | 5C | 30 |
| Octal | 352 | 207 | 12 | 0 | 52 | 140 | 10 | 41 | 134 | 60 |
| Binary | 11101010 | 10000111 | 1010 | 0 | 101010 | 1100000 | 1000 | 100001 | 1011100 | 110000 |
Color Harmonies of #EA870A
Complementary color
Monochromatic Colors of #EA870A
Black with #EA870A
Text Example
Text Example
White with #EA870A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA870A; }
p { color: rgb(234,135,10); }
H1.HeaderClassName
{
color: #EA870A;
}
.AnyTagClassName
{
color: #EA870A;
}
</style>
background-color css
<style>
a { background-color: #EA870A; }
a { background-color: rgb(234,135,10); }
div.DivClassName
{
background-color: #EA870A;
}
.BgClassName
{
background-color: #EA870A;
}
</style>
border-color css
<style>
span { border-color: #EA870A; }
span { border-color: rgb(234,135,10); }
td.TdClassName
{
border-color: #EA870A;
}
.TagClassName
{
border-color: #EA870A;
}
</style>