Shades of West Side #E0842B
Tints of West Side #E0842B
RGB
CMYK
RGB Variations
Color information
#E0842B (or 0xE0842B) is known color: West Side. HEX triplet: E0, 84 and 2B. RGB value is (224,132,43). Sum of RGB (Red+Green+Blue) = 224+132+43=399 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.14% from 399); Green value is 132 (51.95% from 255 or 33.08% from 399); Blue value is 43 (17.19% from 255 or 10.78% from 399); Max value from RGB is 224 - color contains mainly: red. Hex color #E0842B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E0842B is #1F7BD4. Grayscale: #959595. Windows color (decimal): -2063317 or 2852064. OLE color: 2852064.
HSL color Cylindrical-coordinate representation of color #E0842B: hue angle of 29.5º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E0842B is Cyan = 0, Magento = 0.41, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 132 | 43 | - |
| CMYK | 0 | 0.41 | 0.81 | 0.12 |
| HSL | 29.5º | 0.74% | 0.52% | - |
| HSV(B) | 29.5º | 0.81% | 0.88% | - |
| XYZ | 39.43 | 32.52 | 6.49 | - |
| YUV | 149.36 | 67.98 | 181.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 132 | 43 | 0 | 0.41 | 0.81 | 0.12 | 29.5 | 0.74 | 0.52 |
| Hex | E0 | 84 | 2B | 0 | 29 | 51 | C | 1E | 4A | 34 |
| Octal | 340 | 204 | 53 | 0 | 51 | 121 | 14 | 36 | 112 | 64 |
| Binary | 11100000 | 10000100 | 101011 | 0 | 101001 | 1010001 | 1100 | 11110 | 1001010 | 110100 |
Color Harmonies of #E0842B
Complementary color
Monochromatic Colors of #E0842B
Black with #E0842B
Text Example
Text Example
White with #E0842B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0842B; }
p { color: rgb(224,132,43); }
H1.HeaderClassName
{
color: #E0842B;
}
.AnyTagClassName
{
color: #E0842B;
}
</style>
background-color css
<style>
a { background-color: #E0842B; }
a { background-color: rgb(224,132,43); }
div.DivClassName
{
background-color: #E0842B;
}
.BgClassName
{
background-color: #E0842B;
}
</style>
border-color css
<style>
span { border-color: #E0842B; }
span { border-color: rgb(224,132,43); }
td.TdClassName
{
border-color: #E0842B;
}
.TagClassName
{
border-color: #E0842B;
}
</style>