Shades of Tangerine #E28600
Tints of Tangerine #E28600
RGB
CMYK
RGB Variations
Color information
#E28600 (or 0xE28600) is known color: Tangerine. HEX triplet: E2, 86 and 00. RGB value is (226,134,0). Sum of RGB (Red+Green+Blue) = 226+134+0=360 (47% of max value = 765). Red value is 226 (88.67% from 255 or 62.78% from 360); Green value is 134 (52.73% from 255 or 37.22% from 360); Blue value is 0 (0.39% from 255 or 0% from 360); Max value from RGB is 226 - color contains mainly: red. Hex color #E28600 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E28600 is #1D79FF. Grayscale: #929292. Windows color (decimal): -1931776 or 34530. OLE color: 34530.
HSL color Cylindrical-coordinate representation of color #E28600: hue angle of 35.58º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E28600 is Cyan = 0, Magento = 0.41, Yellow = 1 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 134 | 0 | - |
| CMYK | 0 | 0.41 | 1 | 0.11 |
| HSL | 35.58º | 1% | 0.44% | - |
| HSV(B) | 35.58º | 1% | 0.89% | - |
| XYZ | 39.89 | 33.22 | 4.31 | - |
| YUV | 146.23 | 45.48 | 184.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 134 | 0 | 0 | 0.41 | 1 | 0.11 | 35.58 | 1 | 0.44 |
| Hex | E2 | 86 | 0 | 0 | 29 | 64 | B | 24 | 64 | 2C |
| Octal | 342 | 206 | 0 | 0 | 51 | 144 | 13 | 44 | 144 | 54 |
| Binary | 11100010 | 10000110 | 0 | 0 | 101001 | 1100100 | 1011 | 100100 | 1100100 | 101100 |
Color Harmonies of #E28600
Complementary color
Monochromatic Colors of #E28600
Black with #E28600
Text Example
Text Example
White with #E28600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28600; }
p { color: rgb(226,134,0); }
H1.HeaderClassName
{
color: #E28600;
}
.AnyTagClassName
{
color: #E28600;
}
</style>
background-color css
<style>
a { background-color: #E28600; }
a { background-color: rgb(226,134,0); }
div.DivClassName
{
background-color: #E28600;
}
.BgClassName
{
background-color: #E28600;
}
</style>
border-color css
<style>
span { border-color: #E28600; }
span { border-color: rgb(226,134,0); }
td.TdClassName
{
border-color: #E28600;
}
.TagClassName
{
border-color: #E28600;
}
</style>