Shades of Tangerine #EA8100
Tints of Tangerine #EA8100
RGB
CMYK
RGB Variations
Color information
#EA8100 (or 0xEA8100) is known color: Tangerine. HEX triplet: EA, 81 and 00. RGB value is (234,129,0). Sum of RGB (Red+Green+Blue) = 234+129+0=363 (48% of max value = 765). Red value is 234 (91.80% from 255 or 64.46% from 363); Green value is 129 (50.78% from 255 or 35.54% from 363); Blue value is 0 (0.39% from 255 or 0% from 363); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8100 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA8100 is #157EFF. Grayscale: #929292. Windows color (decimal): -1408768 or 33258. OLE color: 33258.
HSL color Cylindrical-coordinate representation of color #EA8100: hue angle of 33.08º 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 #EA8100 is Cyan = 0, Magento = 0.45, Yellow = 1 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 129 | 0 | - |
| CMYK | 0 | 0.45 | 1 | 0.08 |
| HSL | 33.08º | 1% | 0.46% | - |
| HSV(B) | 33.08º | 1% | 0.92% | - |
| XYZ | 41.78 | 33.19 | 4.2 | - |
| YUV | 145.69 | 45.79 | 190.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 129 | 0 | 0 | 0.45 | 1 | 0.08 | 33.08 | 1 | 0.46 |
| Hex | EA | 81 | 0 | 0 | 2D | 64 | 8 | 21 | 64 | 2E |
| Octal | 352 | 201 | 0 | 0 | 55 | 144 | 10 | 41 | 144 | 56 |
| Binary | 11101010 | 10000001 | 0 | 0 | 101101 | 1100100 | 1000 | 100001 | 1100100 | 101110 |
Color Harmonies of #EA8100
Complementary color
Monochromatic Colors of #EA8100
Black with #EA8100
Text Example
Text Example
White with #EA8100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8100; }
p { color: rgb(234,129,0); }
H1.HeaderClassName
{
color: #EA8100;
}
.AnyTagClassName
{
color: #EA8100;
}
</style>
background-color css
<style>
a { background-color: #EA8100; }
a { background-color: rgb(234,129,0); }
div.DivClassName
{
background-color: #EA8100;
}
.BgClassName
{
background-color: #EA8100;
}
</style>
border-color css
<style>
span { border-color: #EA8100; }
span { border-color: rgb(234,129,0); }
td.TdClassName
{
border-color: #EA8100;
}
.TagClassName
{
border-color: #EA8100;
}
</style>