Shades of Tangerine #E28A00
Tints of Tangerine #E28A00
RGB
CMYK
RGB Variations
Color information
#E28A00 (or 0xE28A00) is known color: Tangerine. HEX triplet: E2, 8A and 00. RGB value is (226,138,0). Sum of RGB (Red+Green+Blue) = 226+138+0=364 (48% of max value = 765). Red value is 226 (88.67% from 255 or 62.09% from 364); Green value is 138 (54.30% from 255 or 37.91% from 364); Blue value is 0 (0.39% from 255 or 0% from 364); Max value from RGB is 226 - color contains mainly: red. Hex color #E28A00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E28A00 is #1D75FF. Grayscale: #959595. Windows color (decimal): -1930752 or 35554. OLE color: 35554.
HSL color Cylindrical-coordinate representation of color #E28A00: hue angle of 36.64º 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 #E28A00 is Cyan = 0, Magento = 0.39, Yellow = 1 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 138 | 0 | - |
| CMYK | 0 | 0.39 | 1 | 0.11 |
| HSL | 36.64º | 1% | 0.44% | - |
| HSV(B) | 36.64º | 1% | 0.89% | - |
| XYZ | 40.45 | 34.35 | 4.5 | - |
| YUV | 148.58 | 44.15 | 183.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 138 | 0 | 0 | 0.39 | 1 | 0.11 | 36.64 | 1 | 0.44 |
| Hex | E2 | 8A | 0 | 0 | 27 | 64 | B | 25 | 64 | 2C |
| Octal | 342 | 212 | 0 | 0 | 47 | 144 | 13 | 45 | 144 | 54 |
| Binary | 11100010 | 10001010 | 0 | 0 | 100111 | 1100100 | 1011 | 100101 | 1100100 | 101100 |
Color Harmonies of #E28A00
Complementary color
Monochromatic Colors of #E28A00
Black with #E28A00
Text Example
Text Example
White with #E28A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28A00; }
p { color: rgb(226,138,0); }
H1.HeaderClassName
{
color: #E28A00;
}
.AnyTagClassName
{
color: #E28A00;
}
</style>
background-color css
<style>
a { background-color: #E28A00; }
a { background-color: rgb(226,138,0); }
div.DivClassName
{
background-color: #E28A00;
}
.BgClassName
{
background-color: #E28A00;
}
</style>
border-color css
<style>
span { border-color: #E28A00; }
span { border-color: rgb(226,138,0); }
td.TdClassName
{
border-color: #E28A00;
}
.TagClassName
{
border-color: #E28A00;
}
</style>