Shades of West Side #E5842E
Tints of West Side #E5842E
RGB
CMYK
RGB Variations
Color information
#E5842E (or 0xE5842E) is known color: West Side. HEX triplet: E5, 84 and 2E. RGB value is (229,132,46). Sum of RGB (Red+Green+Blue) = 229+132+46=407 (53% of max value = 765). Red value is 229 (89.84% from 255 or 56.27% from 407); Green value is 132 (51.95% from 255 or 32.43% from 407); Blue value is 46 (18.36% from 255 or 11.30% from 407); Max value from RGB is 229 - color contains mainly: red. Hex color #E5842E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5842E is #1A7BD1. Grayscale: #979797. Windows color (decimal): -1735634 or 3048677. OLE color: 3048677.
HSL color Cylindrical-coordinate representation of color #E5842E: hue angle of 28.2º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E5842E is Cyan = 0, Magento = 0.42, Yellow = 0.80 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 132 | 46 | - |
| CMYK | 0 | 0.42 | 0.80 | 0.10 |
| HSL | 28.2º | 0.78% | 0.54% | - |
| HSV(B) | 28.2º | 0.8% | 0.9% | - |
| XYZ | 41.06 | 33.36 | 6.86 | - |
| YUV | 151.2 | 68.64 | 183.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 132 | 46 | 0 | 0.42 | 0.80 | 0.10 | 28.2 | 0.78 | 0.54 |
| Hex | E5 | 84 | 2E | 0 | 2A | 50 | A | 1C | 4E | 36 |
| Octal | 345 | 204 | 56 | 0 | 52 | 120 | 12 | 34 | 116 | 66 |
| Binary | 11100101 | 10000100 | 101110 | 0 | 101010 | 1010000 | 1010 | 11100 | 1001110 | 110110 |
Color Harmonies of #E5842E
Complementary color
Monochromatic Colors of #E5842E
Black with #E5842E
Text Example
Text Example
White with #E5842E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5842E; }
p { color: rgb(229,132,46); }
H1.HeaderClassName
{
color: #E5842E;
}
.AnyTagClassName
{
color: #E5842E;
}
</style>
background-color css
<style>
a { background-color: #E5842E; }
a { background-color: rgb(229,132,46); }
div.DivClassName
{
background-color: #E5842E;
}
.BgClassName
{
background-color: #E5842E;
}
</style>
border-color css
<style>
span { border-color: #E5842E; }
span { border-color: rgb(229,132,46); }
td.TdClassName
{
border-color: #E5842E;
}
.TagClassName
{
border-color: #E5842E;
}
</style>