Shades of West Side #E5863F
Tints of West Side #E5863F
RGB
CMYK
RGB Variations
Color information
#E5863F (or 0xE5863F) is known color: West Side. HEX triplet: E5, 86 and 3F. RGB value is (229,134,63). Sum of RGB (Red+Green+Blue) = 229+134+63=426 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.76% from 426); Green value is 134 (52.73% from 255 or 31.46% from 426); Blue value is 63 (25% from 255 or 14.79% from 426); Max value from RGB is 229 - color contains mainly: red. Hex color #E5863F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5863F is #1A79C0. Grayscale: #9A9A9A. Windows color (decimal): -1735105 or 4163301. OLE color: 4163301.
HSL color Cylindrical-coordinate representation of color #E5863F: hue angle of 25.66º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E5863F is Cyan = 0, Magento = 0.41, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 134 | 63 | - |
| CMYK | 0 | 0.41 | 0.72 | 0.10 |
| HSL | 25.66º | 0.76% | 0.57% | - |
| HSV(B) | 25.66º | 0.72% | 0.9% | - |
| XYZ | 41.74 | 34.07 | 9.08 | - |
| YUV | 154.31 | 76.47 | 181.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 134 | 63 | 0 | 0.41 | 0.72 | 0.10 | 25.66 | 0.76 | 0.57 |
| Hex | E5 | 86 | 3F | 0 | 29 | 48 | A | 1A | 4C | 39 |
| Octal | 345 | 206 | 77 | 0 | 51 | 110 | 12 | 32 | 114 | 71 |
| Binary | 11100101 | 10000110 | 111111 | 0 | 101001 | 1001000 | 1010 | 11010 | 1001100 | 111001 |
Color Harmonies of #E5863F
Complementary color
Monochromatic Colors of #E5863F
Black with #E5863F
Text Example
Text Example
White with #E5863F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5863F; }
p { color: rgb(229,134,63); }
H1.HeaderClassName
{
color: #E5863F;
}
.AnyTagClassName
{
color: #E5863F;
}
</style>
background-color css
<style>
a { background-color: #E5863F; }
a { background-color: rgb(229,134,63); }
div.DivClassName
{
background-color: #E5863F;
}
.BgClassName
{
background-color: #E5863F;
}
</style>
border-color css
<style>
span { border-color: #E5863F; }
span { border-color: rgb(229,134,63); }
td.TdClassName
{
border-color: #E5863F;
}
.TagClassName
{
border-color: #E5863F;
}
</style>