Shades of Tangerine #EA800F
Tints of Tangerine #EA800F
RGB
CMYK
RGB Variations
Color information
#EA800F (or 0xEA800F) is known color: Tangerine. HEX triplet: EA, 80 and 0F. RGB value is (234,128,15). Sum of RGB (Red+Green+Blue) = 234+128+15=377 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.07% from 377); Green value is 128 (50.39% from 255 or 33.95% from 377); Blue value is 15 (6.25% from 255 or 3.98% from 377); Max value from RGB is 234 - color contains mainly: red. Hex color #EA800F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA800F is #157FF0. Grayscale: #939393. Windows color (decimal): -1409009 or 1016042. OLE color: 1016042.
HSL color Cylindrical-coordinate representation of color #EA800F: hue angle of 30.96º degrees, saturation: 0.88, 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 #EA800F is Cyan = 0, Magento = 0.45, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 128 | 15 | - |
| CMYK | 0 | 0.45 | 0.94 | 0.08 |
| HSL | 30.96º | 0.88% | 0.49% | - |
| HSV(B) | 30.96º | 0.94% | 0.92% | - |
| XYZ | 41.74 | 32.97 | 4.62 | - |
| YUV | 146.81 | 53.62 | 190.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 128 | 15 | 0 | 0.45 | 0.94 | 0.08 | 30.96 | 0.88 | 0.49 |
| Hex | EA | 80 | F | 0 | 2D | 5E | 8 | 1F | 58 | 31 |
| Octal | 352 | 200 | 17 | 0 | 55 | 136 | 10 | 37 | 130 | 61 |
| Binary | 11101010 | 10000000 | 1111 | 0 | 101101 | 1011110 | 1000 | 11111 | 1011000 | 110001 |
Color Harmonies of #EA800F
Complementary color
Monochromatic Colors of #EA800F
Black with #EA800F
Text Example
Text Example
White with #EA800F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA800F; }
p { color: rgb(234,128,15); }
H1.HeaderClassName
{
color: #EA800F;
}
.AnyTagClassName
{
color: #EA800F;
}
</style>
background-color css
<style>
a { background-color: #EA800F; }
a { background-color: rgb(234,128,15); }
div.DivClassName
{
background-color: #EA800F;
}
.BgClassName
{
background-color: #EA800F;
}
</style>
border-color css
<style>
span { border-color: #EA800F; }
span { border-color: rgb(234,128,15); }
td.TdClassName
{
border-color: #EA800F;
}
.TagClassName
{
border-color: #EA800F;
}
</style>