Shades of West Side #E6863E
Tints of West Side #E6863E
RGB
CMYK
RGB Variations
Color information
#E6863E (or 0xE6863E) is known color: West Side. HEX triplet: E6, 86 and 3E. RGB value is (230,134,62). Sum of RGB (Red+Green+Blue) = 230+134+62=426 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.99% from 426); Green value is 134 (52.73% from 255 or 31.46% from 426); Blue value is 62 (24.61% from 255 or 14.55% from 426); Max value from RGB is 230 - color contains mainly: red. Hex color #E6863E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E6863E is #1979C1. Grayscale: #9A9A9A. Windows color (decimal): -1669570 or 4097766. OLE color: 4097766.
HSL color Cylindrical-coordinate representation of color #E6863E: hue angle of 25.71º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E6863E is Cyan = 0, Magento = 0.42, Yellow = 0.73 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 134 | 62 | - |
| CMYK | 0 | 0.42 | 0.73 | 0.10 |
| HSL | 25.71º | 0.77% | 0.57% | - |
| HSV(B) | 25.71º | 0.73% | 0.9% | - |
| XYZ | 42.03 | 34.22 | 8.95 | - |
| YUV | 154.5 | 75.8 | 181.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 134 | 62 | 0 | 0.42 | 0.73 | 0.10 | 25.71 | 0.77 | 0.57 |
| Hex | E6 | 86 | 3E | 0 | 2A | 49 | A | 1A | 4D | 39 |
| Octal | 346 | 206 | 76 | 0 | 52 | 111 | 12 | 32 | 115 | 71 |
| Binary | 11100110 | 10000110 | 111110 | 0 | 101010 | 1001001 | 1010 | 11010 | 1001101 | 111001 |
Color Harmonies of #E6863E
Complementary color
Monochromatic Colors of #E6863E
Black with #E6863E
Text Example
Text Example
White with #E6863E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6863E; }
p { color: rgb(230,134,62); }
H1.HeaderClassName
{
color: #E6863E;
}
.AnyTagClassName
{
color: #E6863E;
}
</style>
background-color css
<style>
a { background-color: #E6863E; }
a { background-color: rgb(230,134,62); }
div.DivClassName
{
background-color: #E6863E;
}
.BgClassName
{
background-color: #E6863E;
}
</style>
border-color css
<style>
span { border-color: #E6863E; }
span { border-color: rgb(230,134,62); }
td.TdClassName
{
border-color: #E6863E;
}
.TagClassName
{
border-color: #E6863E;
}
</style>