Shades of Tangerine #EA8210
Tints of Tangerine #EA8210
RGB
CMYK
RGB Variations
Color information
#EA8210 (or 0xEA8210) is known color: Tangerine. HEX triplet: EA, 82 and 10. RGB value is (234,130,16). Sum of RGB (Red+Green+Blue) = 234+130+16=380 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.58% from 380); Green value is 130 (51.17% from 255 or 34.21% from 380); Blue value is 16 (6.64% from 255 or 4.21% from 380); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8210 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA8210 is #157DEF. Grayscale: #949494. Windows color (decimal): -1408496 or 1082090. OLE color: 1082090.
HSL color Cylindrical-coordinate representation of color #EA8210: hue angle of 31.38º 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 #EA8210 is Cyan = 0, Magento = 0.44, Yellow = 0.93 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 130 | 16 | - |
| CMYK | 0 | 0.44 | 0.93 | 0.08 |
| HSL | 31.38º | 0.87% | 0.49% | - |
| HSV(B) | 31.38º | 0.93% | 0.92% | - |
| XYZ | 42.01 | 33.5 | 4.74 | - |
| YUV | 148.1 | 53.46 | 189.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 130 | 16 | 0 | 0.44 | 0.93 | 0.08 | 31.38 | 0.87 | 0.49 |
| Hex | EA | 82 | 10 | 0 | 2C | 5D | 8 | 1F | 57 | 31 |
| Octal | 352 | 202 | 20 | 0 | 54 | 135 | 10 | 37 | 127 | 61 |
| Binary | 11101010 | 10000010 | 10000 | 0 | 101100 | 1011101 | 1000 | 11111 | 1010111 | 110001 |
Color Harmonies of #EA8210
Complementary color
Monochromatic Colors of #EA8210
Black with #EA8210
Text Example
Text Example
White with #EA8210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8210; }
p { color: rgb(234,130,16); }
H1.HeaderClassName
{
color: #EA8210;
}
.AnyTagClassName
{
color: #EA8210;
}
</style>
background-color css
<style>
a { background-color: #EA8210; }
a { background-color: rgb(234,130,16); }
div.DivClassName
{
background-color: #EA8210;
}
.BgClassName
{
background-color: #EA8210;
}
</style>
border-color css
<style>
span { border-color: #EA8210; }
span { border-color: rgb(234,130,16); }
td.TdClassName
{
border-color: #EA8210;
}
.TagClassName
{
border-color: #EA8210;
}
</style>