Shades of Tangerine #EA800A
Tints of Tangerine #EA800A
RGB
CMYK
RGB Variations
Color information
#EA800A (or 0xEA800A) is known color: Tangerine. HEX triplet: EA, 80 and 0A. RGB value is (234,128,10). Sum of RGB (Red+Green+Blue) = 234+128+10=372 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.90% from 372); Green value is 128 (50.39% from 255 or 34.41% from 372); Blue value is 10 (4.30% from 255 or 2.69% from 372); Max value from RGB is 234 - color contains mainly: red. Hex color #EA800A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA800A is #157FF5. Grayscale: #929292. Windows color (decimal): -1409014 or 688362. OLE color: 688362.
HSL color Cylindrical-coordinate representation of color #EA800A: hue angle of 31.61º 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 #EA800A is Cyan = 0, Magento = 0.45, Yellow = 0.96 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 128 | 10 | - |
| CMYK | 0 | 0.45 | 0.96 | 0.08 |
| HSL | 31.61º | 0.92% | 0.48% | - |
| HSV(B) | 31.61º | 0.96% | 0.92% | - |
| XYZ | 41.71 | 32.95 | 4.45 | - |
| YUV | 146.24 | 51.12 | 190.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 128 | 10 | 0 | 0.45 | 0.96 | 0.08 | 31.61 | 0.92 | 0.48 |
| Hex | EA | 80 | A | 0 | 2D | 60 | 8 | 20 | 5C | 30 |
| Octal | 352 | 200 | 12 | 0 | 55 | 140 | 10 | 40 | 134 | 60 |
| Binary | 11101010 | 10000000 | 1010 | 0 | 101101 | 1100000 | 1000 | 100000 | 1011100 | 110000 |
Color Harmonies of #EA800A
Complementary color
Monochromatic Colors of #EA800A
Black with #EA800A
Text Example
Text Example
White with #EA800A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA800A; }
p { color: rgb(234,128,10); }
H1.HeaderClassName
{
color: #EA800A;
}
.AnyTagClassName
{
color: #EA800A;
}
</style>
background-color css
<style>
a { background-color: #EA800A; }
a { background-color: rgb(234,128,10); }
div.DivClassName
{
background-color: #EA800A;
}
.BgClassName
{
background-color: #EA800A;
}
</style>
border-color css
<style>
span { border-color: #EA800A; }
span { border-color: rgb(234,128,10); }
td.TdClassName
{
border-color: #EA800A;
}
.TagClassName
{
border-color: #EA800A;
}
</style>