Shades of Tangerine #EA8200
Tints of Tangerine #EA8200
RGB
CMYK
RGB Variations
Color information
#EA8200 (or 0xEA8200) is known color: Tangerine. HEX triplet: EA, 82 and 00. RGB value is (234,130,0). Sum of RGB (Red+Green+Blue) = 234+130+0=364 (48% of max value = 765). Red value is 234 (91.80% from 255 or 64.29% from 364); Green value is 130 (51.17% from 255 or 35.71% from 364); Blue value is 0 (0.39% from 255 or 0% from 364); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8200 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA8200 is #157DFF. Grayscale: #929292. Windows color (decimal): -1408512 or 33514. OLE color: 33514.
HSL color Cylindrical-coordinate representation of color #EA8200: hue angle of 33.33º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EA8200 is Cyan = 0, Magento = 0.44, Yellow = 1 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 130 | 0 | - |
| CMYK | 0 | 0.44 | 1 | 0.08 |
| HSL | 33.33º | 1% | 0.46% | - |
| HSV(B) | 33.33º | 1% | 0.92% | - |
| XYZ | 41.91 | 33.46 | 4.25 | - |
| YUV | 146.28 | 45.46 | 190.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 130 | 0 | 0 | 0.44 | 1 | 0.08 | 33.33 | 1 | 0.46 |
| Hex | EA | 82 | 0 | 0 | 2C | 64 | 8 | 21 | 64 | 2E |
| Octal | 352 | 202 | 0 | 0 | 54 | 144 | 10 | 41 | 144 | 56 |
| Binary | 11101010 | 10000010 | 0 | 0 | 101100 | 1100100 | 1000 | 100001 | 1100100 | 101110 |
Color Harmonies of #EA8200
Complementary color
Monochromatic Colors of #EA8200
Black with #EA8200
Text Example
Text Example
White with #EA8200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8200; }
p { color: rgb(234,130,0); }
H1.HeaderClassName
{
color: #EA8200;
}
.AnyTagClassName
{
color: #EA8200;
}
</style>
background-color css
<style>
a { background-color: #EA8200; }
a { background-color: rgb(234,130,0); }
div.DivClassName
{
background-color: #EA8200;
}
.BgClassName
{
background-color: #EA8200;
}
</style>
border-color css
<style>
span { border-color: #EA8200; }
span { border-color: rgb(234,130,0); }
td.TdClassName
{
border-color: #EA8200;
}
.TagClassName
{
border-color: #EA8200;
}
</style>