Shades of Tangerine #E28206
Tints of Tangerine #E28206
RGB
CMYK
RGB Variations
Color information
#E28206 (or 0xE28206) is known color: Tangerine. HEX triplet: E2, 82 and 06. RGB value is (226,130,6). Sum of RGB (Red+Green+Blue) = 226+130+6=362 (47% of max value = 765). Red value is 226 (88.67% from 255 or 62.43% from 362); Green value is 130 (51.17% from 255 or 35.91% from 362); Blue value is 6 (2.73% from 255 or 1.66% from 362); Max value from RGB is 226 - color contains mainly: red. Hex color #E28206 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E28206 is #1D7DF9. Grayscale: #919191. Windows color (decimal): -1932794 or 426722. OLE color: 426722.
HSL color Cylindrical-coordinate representation of color #E28206: hue angle of 33.82º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E28206 is Cyan = 0, Magento = 0.42, Yellow = 0.97 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 130 | 6 | - |
| CMYK | 0 | 0.42 | 0.97 | 0.11 |
| HSL | 33.82º | 0.95% | 0.45% | - |
| HSV(B) | 33.82º | 0.97% | 0.89% | - |
| XYZ | 39.38 | 32.15 | 4.3 | - |
| YUV | 144.57 | 49.8 | 186.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 130 | 6 | 0 | 0.42 | 0.97 | 0.11 | 33.82 | 0.95 | 0.45 |
| Hex | E2 | 82 | 6 | 0 | 2A | 61 | B | 22 | 5F | 2D |
| Octal | 342 | 202 | 6 | 0 | 52 | 141 | 13 | 42 | 137 | 55 |
| Binary | 11100010 | 10000010 | 110 | 0 | 101010 | 1100001 | 1011 | 100010 | 1011111 | 101101 |
Color Harmonies of #E28206
Complementary color
Monochromatic Colors of #E28206
Black with #E28206
Text Example
Text Example
White with #E28206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28206; }
p { color: rgb(226,130,6); }
H1.HeaderClassName
{
color: #E28206;
}
.AnyTagClassName
{
color: #E28206;
}
</style>
background-color css
<style>
a { background-color: #E28206; }
a { background-color: rgb(226,130,6); }
div.DivClassName
{
background-color: #E28206;
}
.BgClassName
{
background-color: #E28206;
}
</style>
border-color css
<style>
span { border-color: #E28206; }
span { border-color: rgb(226,130,6); }
td.TdClassName
{
border-color: #E28206;
}
.TagClassName
{
border-color: #E28206;
}
</style>