Shades of West Side #E5842A
Tints of West Side #E5842A
RGB
CMYK
RGB Variations
Color information
#E5842A (or 0xE5842A) is known color: West Side. HEX triplet: E5, 84 and 2A. RGB value is (229,132,42). Sum of RGB (Red+Green+Blue) = 229+132+42=403 (53% of max value = 765). Red value is 229 (89.84% from 255 or 56.82% from 403); Green value is 132 (51.95% from 255 or 32.75% from 403); Blue value is 42 (16.80% from 255 or 10.42% from 403); Max value from RGB is 229 - color contains mainly: red. Hex color #E5842A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5842A is #1A7BD5. Grayscale: #979797. Windows color (decimal): -1735638 or 2786533. OLE color: 2786533.
HSL color Cylindrical-coordinate representation of color #E5842A: hue angle of 28.88º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E5842A is Cyan = 0, Magento = 0.42, Yellow = 0.82 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 132 | 42 | - |
| CMYK | 0 | 0.42 | 0.82 | 0.10 |
| HSL | 28.88º | 0.78% | 0.53% | - |
| HSV(B) | 28.88º | 0.82% | 0.9% | - |
| XYZ | 40.98 | 33.33 | 6.46 | - |
| YUV | 150.74 | 66.64 | 183.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 132 | 42 | 0 | 0.42 | 0.82 | 0.10 | 28.88 | 0.78 | 0.53 |
| Hex | E5 | 84 | 2A | 0 | 2A | 52 | A | 1D | 4E | 35 |
| Octal | 345 | 204 | 52 | 0 | 52 | 122 | 12 | 35 | 116 | 65 |
| Binary | 11100101 | 10000100 | 101010 | 0 | 101010 | 1010010 | 1010 | 11101 | 1001110 | 110101 |
Color Harmonies of #E5842A
Complementary color
Monochromatic Colors of #E5842A
Black with #E5842A
Text Example
Text Example
White with #E5842A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5842A; }
p { color: rgb(229,132,42); }
H1.HeaderClassName
{
color: #E5842A;
}
.AnyTagClassName
{
color: #E5842A;
}
</style>
background-color css
<style>
a { background-color: #E5842A; }
a { background-color: rgb(229,132,42); }
div.DivClassName
{
background-color: #E5842A;
}
.BgClassName
{
background-color: #E5842A;
}
</style>
border-color css
<style>
span { border-color: #E5842A; }
span { border-color: rgb(229,132,42); }
td.TdClassName
{
border-color: #E5842A;
}
.TagClassName
{
border-color: #E5842A;
}
</style>