Shades of West Side #E5842B
Tints of West Side #E5842B
RGB
CMYK
RGB Variations
Color information
#E5842B (or 0xE5842B) is known color: West Side. HEX triplet: E5, 84 and 2B. RGB value is (229,132,43). Sum of RGB (Red+Green+Blue) = 229+132+43=404 (53% of max value = 765). Red value is 229 (89.84% from 255 or 56.68% from 404); Green value is 132 (51.95% from 255 or 32.67% from 404); Blue value is 43 (17.19% from 255 or 10.64% from 404); Max value from RGB is 229 - color contains mainly: red. Hex color #E5842B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5842B is #1A7BD4. Grayscale: #979797. Windows color (decimal): -1735637 or 2852069. OLE color: 2852069.
HSL color Cylindrical-coordinate representation of color #E5842B: hue angle of 28.71º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E5842B is Cyan = 0, Magento = 0.42, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 132 | 43 | - |
| CMYK | 0 | 0.42 | 0.81 | 0.10 |
| HSL | 28.71º | 0.78% | 0.53% | - |
| HSV(B) | 28.71º | 0.81% | 0.9% | - |
| XYZ | 41 | 33.33 | 6.56 | - |
| YUV | 150.86 | 67.14 | 183.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 132 | 43 | 0 | 0.42 | 0.81 | 0.10 | 28.71 | 0.78 | 0.53 |
| Hex | E5 | 84 | 2B | 0 | 2A | 51 | A | 1D | 4E | 35 |
| Octal | 345 | 204 | 53 | 0 | 52 | 121 | 12 | 35 | 116 | 65 |
| Binary | 11100101 | 10000100 | 101011 | 0 | 101010 | 1010001 | 1010 | 11101 | 1001110 | 110101 |
Color Harmonies of #E5842B
Complementary color
Monochromatic Colors of #E5842B
Black with #E5842B
Text Example
Text Example
White with #E5842B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5842B; }
p { color: rgb(229,132,43); }
H1.HeaderClassName
{
color: #E5842B;
}
.AnyTagClassName
{
color: #E5842B;
}
</style>
background-color css
<style>
a { background-color: #E5842B; }
a { background-color: rgb(229,132,43); }
div.DivClassName
{
background-color: #E5842B;
}
.BgClassName
{
background-color: #E5842B;
}
</style>
border-color css
<style>
span { border-color: #E5842B; }
span { border-color: rgb(229,132,43); }
td.TdClassName
{
border-color: #E5842B;
}
.TagClassName
{
border-color: #E5842B;
}
</style>