Shades of Tangerine #E28500
Tints of Tangerine #E28500
RGB
CMYK
RGB Variations
Color information
#E28500 (or 0xE28500) is known color: Tangerine. HEX triplet: E2, 85 and 00. RGB value is (226,133,0). Sum of RGB (Red+Green+Blue) = 226+133+0=359 (47% of max value = 765). Red value is 226 (88.67% from 255 or 62.95% from 359); Green value is 133 (52.34% from 255 or 37.05% from 359); Blue value is 0 (0.39% from 255 or 0% from 359); Max value from RGB is 226 - color contains mainly: red. Hex color #E28500 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E28500 is #1D7AFF. Grayscale: #929292. Windows color (decimal): -1932032 or 34274. OLE color: 34274.
HSL color Cylindrical-coordinate representation of color #E28500: hue angle of 35.31º 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 #E28500 is Cyan = 0, Magento = 0.41, Yellow = 1 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 133 | 0 | - |
| CMYK | 0 | 0.41 | 1 | 0.11 |
| HSL | 35.31º | 1% | 0.44% | - |
| HSV(B) | 35.31º | 1% | 0.89% | - |
| XYZ | 39.75 | 32.94 | 4.26 | - |
| YUV | 145.65 | 45.81 | 185.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 133 | 0 | 0 | 0.41 | 1 | 0.11 | 35.31 | 1 | 0.44 |
| Hex | E2 | 85 | 0 | 0 | 29 | 64 | B | 23 | 64 | 2C |
| Octal | 342 | 205 | 0 | 0 | 51 | 144 | 13 | 43 | 144 | 54 |
| Binary | 11100010 | 10000101 | 0 | 0 | 101001 | 1100100 | 1011 | 100011 | 1100100 | 101100 |
Color Harmonies of #E28500
Complementary color
Monochromatic Colors of #E28500
Black with #E28500
Text Example
Text Example
White with #E28500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28500; }
p { color: rgb(226,133,0); }
H1.HeaderClassName
{
color: #E28500;
}
.AnyTagClassName
{
color: #E28500;
}
</style>
background-color css
<style>
a { background-color: #E28500; }
a { background-color: rgb(226,133,0); }
div.DivClassName
{
background-color: #E28500;
}
.BgClassName
{
background-color: #E28500;
}
</style>
border-color css
<style>
span { border-color: #E28500; }
span { border-color: rgb(226,133,0); }
td.TdClassName
{
border-color: #E28500;
}
.TagClassName
{
border-color: #E28500;
}
</style>