Shades of Tangerine #EA8310
Tints of Tangerine #EA8310
RGB
CMYK
RGB Variations
Color information
#EA8310 (or 0xEA8310) is known color: Tangerine. HEX triplet: EA, 83 and 10. RGB value is (234,131,16). Sum of RGB (Red+Green+Blue) = 234+131+16=381 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.42% from 381); Green value is 131 (51.56% from 255 or 34.38% from 381); Blue value is 16 (6.64% from 255 or 4.20% from 381); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8310 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA8310 is #157CEF. Grayscale: #959595. Windows color (decimal): -1408240 or 1082346. OLE color: 1082346.
HSL color Cylindrical-coordinate representation of color #EA8310: hue angle of 31.65º degrees, saturation: 0.87, 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 #EA8310 is Cyan = 0, Magento = 0.44, Yellow = 0.93 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 131 | 16 | - |
| CMYK | 0 | 0.44 | 0.93 | 0.08 |
| HSL | 31.65º | 0.87% | 0.49% | - |
| HSV(B) | 31.65º | 0.93% | 0.92% | - |
| XYZ | 42.14 | 33.76 | 4.79 | - |
| YUV | 148.69 | 53.12 | 188.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 131 | 16 | 0 | 0.44 | 0.93 | 0.08 | 31.65 | 0.87 | 0.49 |
| Hex | EA | 83 | 10 | 0 | 2C | 5D | 8 | 20 | 57 | 31 |
| Octal | 352 | 203 | 20 | 0 | 54 | 135 | 10 | 40 | 127 | 61 |
| Binary | 11101010 | 10000011 | 10000 | 0 | 101100 | 1011101 | 1000 | 100000 | 1010111 | 110001 |
Color Harmonies of #EA8310
Complementary color
Monochromatic Colors of #EA8310
Black with #EA8310
Text Example
Text Example
White with #EA8310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8310; }
p { color: rgb(234,131,16); }
H1.HeaderClassName
{
color: #EA8310;
}
.AnyTagClassName
{
color: #EA8310;
}
</style>
background-color css
<style>
a { background-color: #EA8310; }
a { background-color: rgb(234,131,16); }
div.DivClassName
{
background-color: #EA8310;
}
.BgClassName
{
background-color: #EA8310;
}
</style>
border-color css
<style>
span { border-color: #EA8310; }
span { border-color: rgb(234,131,16); }
td.TdClassName
{
border-color: #EA8310;
}
.TagClassName
{
border-color: #EA8310;
}
</style>