Shades of Tangerine #EA8D00
Tints of Tangerine #EA8D00
RGB
CMYK
RGB Variations
Color information
#EA8D00 (or 0xEA8D00) is known color: Tangerine. HEX triplet: EA, 8D and 00. RGB value is (234,141,0). Sum of RGB (Red+Green+Blue) = 234+141+0=375 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.4% from 375); Green value is 141 (55.47% from 255 or 37.6% from 375); Blue value is 0 (0.39% from 255 or 0% from 375); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8D00 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA8D00 is #1572FF. Grayscale: #999999. Windows color (decimal): -1405696 or 36330. OLE color: 36330.
HSL color Cylindrical-coordinate representation of color #EA8D00: hue angle of 36.15º 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 #EA8D00 is Cyan = 0, Magento = 0.40, Yellow = 1 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 141 | 0 | - |
| CMYK | 0 | 0.40 | 1 | 0.08 |
| HSL | 36.15º | 1% | 0.46% | - |
| HSV(B) | 36.15º | 1% | 0.92% | - |
| XYZ | 43.46 | 36.54 | 4.76 | - |
| YUV | 152.73 | 41.81 | 185.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 141 | 0 | 0 | 0.40 | 1 | 0.08 | 36.15 | 1 | 0.46 |
| Hex | EA | 8D | 0 | 0 | 28 | 64 | 8 | 24 | 64 | 2E |
| Octal | 352 | 215 | 0 | 0 | 50 | 144 | 10 | 44 | 144 | 56 |
| Binary | 11101010 | 10001101 | 0 | 0 | 101000 | 1100100 | 1000 | 100100 | 1100100 | 101110 |
Color Harmonies of #EA8D00
Complementary color
Monochromatic Colors of #EA8D00
Black with #EA8D00
Text Example
Text Example
White with #EA8D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8D00; }
p { color: rgb(234,141,0); }
H1.HeaderClassName
{
color: #EA8D00;
}
.AnyTagClassName
{
color: #EA8D00;
}
</style>
background-color css
<style>
a { background-color: #EA8D00; }
a { background-color: rgb(234,141,0); }
div.DivClassName
{
background-color: #EA8D00;
}
.BgClassName
{
background-color: #EA8D00;
}
</style>
border-color css
<style>
span { border-color: #EA8D00; }
span { border-color: rgb(234,141,0); }
td.TdClassName
{
border-color: #EA8D00;
}
.TagClassName
{
border-color: #EA8D00;
}
</style>