Shades of Tangerine #E28B06
Tints of Tangerine #E28B06
RGB
CMYK
RGB Variations
Color information
#E28B06 (or 0xE28B06) is known color: Tangerine. HEX triplet: E2, 8B and 06. RGB value is (226,139,6). Sum of RGB (Red+Green+Blue) = 226+139+6=371 (49% of max value = 765). Red value is 226 (88.67% from 255 or 60.92% from 371); Green value is 139 (54.69% from 255 or 37.47% from 371); Blue value is 6 (2.73% from 255 or 1.62% from 371); Max value from RGB is 226 - color contains mainly: red. Hex color #E28B06 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E28B06 is #1D74F9. Grayscale: #969696. Windows color (decimal): -1930490 or 429026. OLE color: 429026.
HSL color Cylindrical-coordinate representation of color #E28B06: hue angle of 36.27º 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 #E28B06 is Cyan = 0, Magento = 0.38, Yellow = 0.97 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 139 | 6 | - |
| CMYK | 0 | 0.38 | 0.97 | 0.11 |
| HSL | 36.27º | 0.95% | 0.45% | - |
| HSV(B) | 36.27º | 0.97% | 0.89% | - |
| XYZ | 40.63 | 34.65 | 4.72 | - |
| YUV | 149.85 | 46.82 | 182.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 139 | 6 | 0 | 0.38 | 0.97 | 0.11 | 36.27 | 0.95 | 0.45 |
| Hex | E2 | 8B | 6 | 0 | 26 | 61 | B | 24 | 5F | 2D |
| Octal | 342 | 213 | 6 | 0 | 46 | 141 | 13 | 44 | 137 | 55 |
| Binary | 11100010 | 10001011 | 110 | 0 | 100110 | 1100001 | 1011 | 100100 | 1011111 | 101101 |
Color Harmonies of #E28B06
Complementary color
Monochromatic Colors of #E28B06
Black with #E28B06
Text Example
Text Example
White with #E28B06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28B06; }
p { color: rgb(226,139,6); }
H1.HeaderClassName
{
color: #E28B06;
}
.AnyTagClassName
{
color: #E28B06;
}
</style>
background-color css
<style>
a { background-color: #E28B06; }
a { background-color: rgb(226,139,6); }
div.DivClassName
{
background-color: #E28B06;
}
.BgClassName
{
background-color: #E28B06;
}
</style>
border-color css
<style>
span { border-color: #E28B06; }
span { border-color: rgb(226,139,6); }
td.TdClassName
{
border-color: #E28B06;
}
.TagClassName
{
border-color: #E28B06;
}
</style>