Shades of Tangerine #E28306
Tints of Tangerine #E28306
RGB
CMYK
RGB Variations
Color information
#E28306 (or 0xE28306) is known color: Tangerine. HEX triplet: E2, 83 and 06. RGB value is (226,131,6). Sum of RGB (Red+Green+Blue) = 226+131+6=363 (48% of max value = 765). Red value is 226 (88.67% from 255 or 62.26% from 363); Green value is 131 (51.56% from 255 or 36.09% from 363); Blue value is 6 (2.73% from 255 or 1.65% from 363); Max value from RGB is 226 - color contains mainly: red. Hex color #E28306 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E28306 is #1D7CF9. Grayscale: #919191. Windows color (decimal): -1932538 or 426978. OLE color: 426978.
HSL color Cylindrical-coordinate representation of color #E28306: hue angle of 34.09º 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 #E28306 is Cyan = 0, Magento = 0.42, Yellow = 0.97 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 131 | 6 | - |
| CMYK | 0 | 0.42 | 0.97 | 0.11 |
| HSL | 34.09º | 0.95% | 0.45% | - |
| HSV(B) | 34.09º | 0.97% | 0.89% | - |
| XYZ | 39.51 | 32.41 | 4.35 | - |
| YUV | 145.16 | 49.47 | 185.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 131 | 6 | 0 | 0.42 | 0.97 | 0.11 | 34.09 | 0.95 | 0.45 |
| Hex | E2 | 83 | 6 | 0 | 2A | 61 | B | 22 | 5F | 2D |
| Octal | 342 | 203 | 6 | 0 | 52 | 141 | 13 | 42 | 137 | 55 |
| Binary | 11100010 | 10000011 | 110 | 0 | 101010 | 1100001 | 1011 | 100010 | 1011111 | 101101 |
Color Harmonies of #E28306
Complementary color
Monochromatic Colors of #E28306
Black with #E28306
Text Example
Text Example
White with #E28306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28306; }
p { color: rgb(226,131,6); }
H1.HeaderClassName
{
color: #E28306;
}
.AnyTagClassName
{
color: #E28306;
}
</style>
background-color css
<style>
a { background-color: #E28306; }
a { background-color: rgb(226,131,6); }
div.DivClassName
{
background-color: #E28306;
}
.BgClassName
{
background-color: #E28306;
}
</style>
border-color css
<style>
span { border-color: #E28306; }
span { border-color: rgb(226,131,6); }
td.TdClassName
{
border-color: #E28306;
}
.TagClassName
{
border-color: #E28306;
}
</style>