Shades of West Side #E5863D
Tints of West Side #E5863D
RGB
CMYK
RGB Variations
Color information
#E5863D (or 0xE5863D) is known color: West Side. HEX triplet: E5, 86 and 3D. RGB value is (229,134,61). Sum of RGB (Red+Green+Blue) = 229+134+61=424 (56% of max value = 765). Red value is 229 (89.84% from 255 or 54.01% from 424); Green value is 134 (52.73% from 255 or 31.60% from 424); Blue value is 61 (24.22% from 255 or 14.39% from 424); Max value from RGB is 229 - color contains mainly: red. Hex color #E5863D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5863D is #1A79C2. Grayscale: #9A9A9A. Windows color (decimal): -1735107 or 4032229. OLE color: 4032229.
HSL color Cylindrical-coordinate representation of color #E5863D: hue angle of 26.07º degrees, saturation: 0.76, 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 #E5863D is Cyan = 0, Magento = 0.41, Yellow = 0.73 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 134 | 61 | - |
| CMYK | 0 | 0.41 | 0.73 | 0.10 |
| HSL | 26.07º | 0.76% | 0.57% | - |
| HSV(B) | 26.07º | 0.73% | 0.9% | - |
| XYZ | 41.68 | 34.05 | 8.79 | - |
| YUV | 154.08 | 75.47 | 181.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 134 | 61 | 0 | 0.41 | 0.73 | 0.10 | 26.07 | 0.76 | 0.57 |
| Hex | E5 | 86 | 3D | 0 | 29 | 49 | A | 1A | 4C | 39 |
| Octal | 345 | 206 | 75 | 0 | 51 | 111 | 12 | 32 | 114 | 71 |
| Binary | 11100101 | 10000110 | 111101 | 0 | 101001 | 1001001 | 1010 | 11010 | 1001100 | 111001 |
Color Harmonies of #E5863D
Complementary color
Monochromatic Colors of #E5863D
Black with #E5863D
Text Example
Text Example
White with #E5863D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5863D; }
p { color: rgb(229,134,61); }
H1.HeaderClassName
{
color: #E5863D;
}
.AnyTagClassName
{
color: #E5863D;
}
</style>
background-color css
<style>
a { background-color: #E5863D; }
a { background-color: rgb(229,134,61); }
div.DivClassName
{
background-color: #E5863D;
}
.BgClassName
{
background-color: #E5863D;
}
</style>
border-color css
<style>
span { border-color: #E5863D; }
span { border-color: rgb(229,134,61); }
td.TdClassName
{
border-color: #E5863D;
}
.TagClassName
{
border-color: #E5863D;
}
</style>