Shades of Tangerine #E5800E
Tints of Tangerine #E5800E
RGB
CMYK
RGB Variations
Color information
#E5800E (or 0xE5800E) is known color: Tangerine. HEX triplet: E5, 80 and 0E. RGB value is (229,128,14). Sum of RGB (Red+Green+Blue) = 229+128+14=371 (49% of max value = 765). Red value is 229 (89.84% from 255 or 61.73% from 371); Green value is 128 (50.39% from 255 or 34.50% from 371); Blue value is 14 (5.86% from 255 or 3.77% from 371); Max value from RGB is 229 - color contains mainly: red. Hex color #E5800E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E5800E is #1A7FF1. Grayscale: #919191. Windows color (decimal): -1736690 or 950501. OLE color: 950501.
HSL color Cylindrical-coordinate representation of color #E5800E: hue angle of 31.81º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E5800E is Cyan = 0, Magento = 0.44, Yellow = 0.94 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 128 | 14 | - |
| CMYK | 0 | 0.44 | 0.94 | 0.10 |
| HSL | 31.81º | 0.88% | 0.48% | - |
| HSV(B) | 31.81º | 0.94% | 0.9% | - |
| XYZ | 40.11 | 32.13 | 4.5 | - |
| YUV | 145.2 | 53.96 | 187.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 128 | 14 | 0 | 0.44 | 0.94 | 0.10 | 31.81 | 0.88 | 0.48 |
| Hex | E5 | 80 | E | 0 | 2C | 5E | A | 20 | 58 | 30 |
| Octal | 345 | 200 | 16 | 0 | 54 | 136 | 12 | 40 | 130 | 60 |
| Binary | 11100101 | 10000000 | 1110 | 0 | 101100 | 1011110 | 1010 | 100000 | 1011000 | 110000 |
Color Harmonies of #E5800E
Complementary color
Monochromatic Colors of #E5800E
Black with #E5800E
Text Example
Text Example
White with #E5800E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5800E; }
p { color: rgb(229,128,14); }
H1.HeaderClassName
{
color: #E5800E;
}
.AnyTagClassName
{
color: #E5800E;
}
</style>
background-color css
<style>
a { background-color: #E5800E; }
a { background-color: rgb(229,128,14); }
div.DivClassName
{
background-color: #E5800E;
}
.BgClassName
{
background-color: #E5800E;
}
</style>
border-color css
<style>
span { border-color: #E5800E; }
span { border-color: rgb(229,128,14); }
td.TdClassName
{
border-color: #E5800E;
}
.TagClassName
{
border-color: #E5800E;
}
</style>