Shades of Tangerine #EA8411
Tints of Tangerine #EA8411
RGB
CMYK
RGB Variations
Color information
#EA8411 (or 0xEA8411) is known color: Tangerine. HEX triplet: EA, 84 and 11. RGB value is (234,132,17). Sum of RGB (Red+Green+Blue) = 234+132+17=383 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.10% from 383); Green value is 132 (51.95% from 255 or 34.46% from 383); Blue value is 17 (7.03% from 255 or 4.44% from 383); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8411 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA8411 is #157BEE. Grayscale: #959595. Windows color (decimal): -1407983 or 1148138. OLE color: 1148138.
HSL color Cylindrical-coordinate representation of color #EA8411: hue angle of 31.8º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EA8411 is Cyan = 0, Magento = 0.44, Yellow = 0.93 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 132 | 17 | - |
| CMYK | 0 | 0.44 | 0.93 | 0.08 |
| HSL | 31.8º | 0.86% | 0.49% | - |
| HSV(B) | 31.8º | 0.93% | 0.92% | - |
| XYZ | 42.28 | 34.04 | 4.87 | - |
| YUV | 149.39 | 53.29 | 188.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 132 | 17 | 0 | 0.44 | 0.93 | 0.08 | 31.8 | 0.86 | 0.49 |
| Hex | EA | 84 | 11 | 0 | 2C | 5D | 8 | 20 | 56 | 31 |
| Octal | 352 | 204 | 21 | 0 | 54 | 135 | 10 | 40 | 126 | 61 |
| Binary | 11101010 | 10000100 | 10001 | 0 | 101100 | 1011101 | 1000 | 100000 | 1010110 | 110001 |
Color Harmonies of #EA8411
Complementary color
Monochromatic Colors of #EA8411
Black with #EA8411
Text Example
Text Example
White with #EA8411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8411; }
p { color: rgb(234,132,17); }
H1.HeaderClassName
{
color: #EA8411;
}
.AnyTagClassName
{
color: #EA8411;
}
</style>
background-color css
<style>
a { background-color: #EA8411; }
a { background-color: rgb(234,132,17); }
div.DivClassName
{
background-color: #EA8411;
}
.BgClassName
{
background-color: #EA8411;
}
</style>
border-color css
<style>
span { border-color: #EA8411; }
span { border-color: rgb(234,132,17); }
td.TdClassName
{
border-color: #EA8411;
}
.TagClassName
{
border-color: #EA8411;
}
</style>