Shades of West Side #E5863A
Tints of West Side #E5863A
RGB
CMYK
RGB Variations
Color information
#E5863A (or 0xE5863A) is known color: West Side. HEX triplet: E5, 86 and 3A. RGB value is (229,134,58). Sum of RGB (Red+Green+Blue) = 229+134+58=421 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.39% from 421); Green value is 134 (52.73% from 255 or 31.83% from 421); Blue value is 58 (23.05% from 255 or 13.78% from 421); Max value from RGB is 229 - color contains mainly: red. Hex color #E5863A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5863A is #1A79C5. Grayscale: #9A9A9A. Windows color (decimal): -1735110 or 3835621. OLE color: 3835621.
HSL color Cylindrical-coordinate representation of color #E5863A: hue angle of 26.67º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E5863A is Cyan = 0, Magento = 0.41, Yellow = 0.75 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 134 | 58 | - |
| CMYK | 0 | 0.41 | 0.75 | 0.10 |
| HSL | 26.67º | 0.77% | 0.56% | - |
| HSV(B) | 26.67º | 0.75% | 0.9% | - |
| XYZ | 41.6 | 34.01 | 8.38 | - |
| YUV | 153.74 | 73.97 | 181.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 134 | 58 | 0 | 0.41 | 0.75 | 0.10 | 26.67 | 0.77 | 0.56 |
| Hex | E5 | 86 | 3A | 0 | 29 | 4B | A | 1B | 4D | 38 |
| Octal | 345 | 206 | 72 | 0 | 51 | 113 | 12 | 33 | 115 | 70 |
| Binary | 11100101 | 10000110 | 111010 | 0 | 101001 | 1001011 | 1010 | 11011 | 1001101 | 111000 |
Color Harmonies of #E5863A
Complementary color
Monochromatic Colors of #E5863A
Black with #E5863A
Text Example
Text Example
White with #E5863A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5863A; }
p { color: rgb(229,134,58); }
H1.HeaderClassName
{
color: #E5863A;
}
.AnyTagClassName
{
color: #E5863A;
}
</style>
background-color css
<style>
a { background-color: #E5863A; }
a { background-color: rgb(229,134,58); }
div.DivClassName
{
background-color: #E5863A;
}
.BgClassName
{
background-color: #E5863A;
}
</style>
border-color css
<style>
span { border-color: #E5863A; }
span { border-color: rgb(229,134,58); }
td.TdClassName
{
border-color: #E5863A;
}
.TagClassName
{
border-color: #E5863A;
}
</style>