Shades of Tangerine #EA9200
Tints of Tangerine #EA9200
RGB
CMYK
RGB Variations
Color information
#EA9200 (or 0xEA9200) is known color: Tangerine. HEX triplet: EA, 92 and 00. RGB value is (234,146,0). Sum of RGB (Red+Green+Blue) = 234+146+0=380 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.58% from 380); Green value is 146 (57.42% from 255 or 38.42% from 380); Blue value is 0 (0.39% from 255 or 0% from 380); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9200 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA9200 is #156DFF. Grayscale: #9C9C9C. Windows color (decimal): -1404416 or 37610. OLE color: 37610.
HSL color Cylindrical-coordinate representation of color #EA9200: hue angle of 37.44º 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 #EA9200 is Cyan = 0, Magento = 0.38, Yellow = 1 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 146 | 0 | - |
| CMYK | 0 | 0.38 | 1 | 0.08 |
| HSL | 37.44º | 1% | 0.46% | - |
| HSV(B) | 37.44º | 1% | 0.92% | - |
| XYZ | 44.21 | 38.05 | 5.01 | - |
| YUV | 155.67 | 40.15 | 183.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 146 | 0 | 0 | 0.38 | 1 | 0.08 | 37.44 | 1 | 0.46 |
| Hex | EA | 92 | 0 | 0 | 26 | 64 | 8 | 25 | 64 | 2E |
| Octal | 352 | 222 | 0 | 0 | 46 | 144 | 10 | 45 | 144 | 56 |
| Binary | 11101010 | 10010010 | 0 | 0 | 100110 | 1100100 | 1000 | 100101 | 1100100 | 101110 |
Color Harmonies of #EA9200
Complementary color
Monochromatic Colors of #EA9200
Black with #EA9200
Text Example
Text Example
White with #EA9200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9200; }
p { color: rgb(234,146,0); }
H1.HeaderClassName
{
color: #EA9200;
}
.AnyTagClassName
{
color: #EA9200;
}
</style>
background-color css
<style>
a { background-color: #EA9200; }
a { background-color: rgb(234,146,0); }
div.DivClassName
{
background-color: #EA9200;
}
.BgClassName
{
background-color: #EA9200;
}
</style>
border-color css
<style>
span { border-color: #EA9200; }
span { border-color: rgb(234,146,0); }
td.TdClassName
{
border-color: #EA9200;
}
.TagClassName
{
border-color: #EA9200;
}
</style>