Shades of West Side #E58429
Tints of West Side #E58429
RGB
CMYK
RGB Variations
Color information
#E58429 (or 0xE58429) is known color: West Side. HEX triplet: E5, 84 and 29. RGB value is (229,132,41). Sum of RGB (Red+Green+Blue) = 229+132+41=402 (53% of max value = 765). Red value is 229 (89.84% from 255 or 56.97% from 402); Green value is 132 (51.95% from 255 or 32.84% from 402); Blue value is 41 (16.41% from 255 or 10.20% from 402); Max value from RGB is 229 - color contains mainly: red. Hex color #E58429 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E58429 is #1A7BD6. Grayscale: #979797. Windows color (decimal): -1735639 or 2720997. OLE color: 2720997.
HSL color Cylindrical-coordinate representation of color #E58429: hue angle of 29.04º 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 #E58429 is Cyan = 0, Magento = 0.42, Yellow = 0.82 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 132 | 41 | - |
| CMYK | 0 | 0.42 | 0.82 | 0.10 |
| HSL | 29.04º | 0.78% | 0.53% | - |
| HSV(B) | 29.04º | 0.82% | 0.9% | - |
| XYZ | 40.96 | 33.32 | 6.37 | - |
| YUV | 150.63 | 66.14 | 183.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 132 | 41 | 0 | 0.42 | 0.82 | 0.10 | 29.04 | 0.78 | 0.53 |
| Hex | E5 | 84 | 29 | 0 | 2A | 52 | A | 1D | 4E | 35 |
| Octal | 345 | 204 | 51 | 0 | 52 | 122 | 12 | 35 | 116 | 65 |
| Binary | 11100101 | 10000100 | 101001 | 0 | 101010 | 1010010 | 1010 | 11101 | 1001110 | 110101 |
Color Harmonies of #E58429
Complementary color
Monochromatic Colors of #E58429
Black with #E58429
Text Example
Text Example
White with #E58429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58429; }
p { color: rgb(229,132,41); }
H1.HeaderClassName
{
color: #E58429;
}
.AnyTagClassName
{
color: #E58429;
}
</style>
background-color css
<style>
a { background-color: #E58429; }
a { background-color: rgb(229,132,41); }
div.DivClassName
{
background-color: #E58429;
}
.BgClassName
{
background-color: #E58429;
}
</style>
border-color css
<style>
span { border-color: #E58429; }
span { border-color: rgb(229,132,41); }
td.TdClassName
{
border-color: #E58429;
}
.TagClassName
{
border-color: #E58429;
}
</style>