Shades of Tangerine #E28300
Tints of Tangerine #E28300
RGB
CMYK
RGB Variations
Color information
#E28300 (or 0xE28300) is known color: Tangerine. HEX triplet: E2, 83 and 00. RGB value is (226,131,0). Sum of RGB (Red+Green+Blue) = 226+131+0=357 (47% of max value = 765). Red value is 226 (88.67% from 255 or 63.31% from 357); Green value is 131 (51.56% from 255 or 36.69% from 357); Blue value is 0 (0.39% from 255 or 0% from 357); Max value from RGB is 226 - color contains mainly: red. Hex color #E28300 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E28300 is #1D7CFF. Grayscale: #919191. Windows color (decimal): -1932544 or 33762. OLE color: 33762.
HSL color Cylindrical-coordinate representation of color #E28300: hue angle of 34.78º 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 #E28300 is Cyan = 0, Magento = 0.42, Yellow = 1 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 131 | 0 | - |
| CMYK | 0 | 0.42 | 1 | 0.11 |
| HSL | 34.78º | 1% | 0.44% | - |
| HSV(B) | 34.78º | 1% | 0.89% | - |
| XYZ | 39.48 | 32.4 | 4.17 | - |
| YUV | 144.47 | 46.47 | 186.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 131 | 0 | 0 | 0.42 | 1 | 0.11 | 34.78 | 1 | 0.44 |
| Hex | E2 | 83 | 0 | 0 | 2A | 64 | B | 23 | 64 | 2C |
| Octal | 342 | 203 | 0 | 0 | 52 | 144 | 13 | 43 | 144 | 54 |
| Binary | 11100010 | 10000011 | 0 | 0 | 101010 | 1100100 | 1011 | 100011 | 1100100 | 101100 |
Color Harmonies of #E28300
Complementary color
Monochromatic Colors of #E28300
Black with #E28300
Text Example
Text Example
White with #E28300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28300; }
p { color: rgb(226,131,0); }
H1.HeaderClassName
{
color: #E28300;
}
.AnyTagClassName
{
color: #E28300;
}
</style>
background-color css
<style>
a { background-color: #E28300; }
a { background-color: rgb(226,131,0); }
div.DivClassName
{
background-color: #E28300;
}
.BgClassName
{
background-color: #E28300;
}
</style>
border-color css
<style>
span { border-color: #E28300; }
span { border-color: rgb(226,131,0); }
td.TdClassName
{
border-color: #E28300;
}
.TagClassName
{
border-color: #E28300;
}
</style>