Shades of West Side #E2842A
Tints of West Side #E2842A
RGB
CMYK
RGB Variations
Color information
#E2842A (or 0xE2842A) is known color: West Side. HEX triplet: E2, 84 and 2A. RGB value is (226,132,42). Sum of RGB (Red+Green+Blue) = 226+132+42=400 (52% of max value = 765). Red value is 226 (88.67% from 255 or 56.5% from 400); Green value is 132 (51.95% from 255 or 33% from 400); Blue value is 42 (16.80% from 255 or 10.5% from 400); Max value from RGB is 226 - color contains mainly: red. Hex color #E2842A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E2842A is #1D7BD5. Grayscale: #969696. Windows color (decimal): -1932246 or 2786530. OLE color: 2786530.
HSL color Cylindrical-coordinate representation of color #E2842A: hue angle of 29.35º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E2842A is Cyan = 0, Magento = 0.42, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 132 | 42 | - |
| CMYK | 0 | 0.42 | 0.81 | 0.11 |
| HSL | 29.35º | 0.76% | 0.53% | - |
| HSV(B) | 29.35º | 0.81% | 0.89% | - |
| XYZ | 40.03 | 32.84 | 6.42 | - |
| YUV | 149.85 | 67.14 | 182.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 132 | 42 | 0 | 0.42 | 0.81 | 0.11 | 29.35 | 0.76 | 0.53 |
| Hex | E2 | 84 | 2A | 0 | 2A | 51 | B | 1D | 4C | 35 |
| Octal | 342 | 204 | 52 | 0 | 52 | 121 | 13 | 35 | 114 | 65 |
| Binary | 11100010 | 10000100 | 101010 | 0 | 101010 | 1010001 | 1011 | 11101 | 1001100 | 110101 |
Color Harmonies of #E2842A
Complementary color
Monochromatic Colors of #E2842A
Black with #E2842A
Text Example
Text Example
White with #E2842A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2842A; }
p { color: rgb(226,132,42); }
H1.HeaderClassName
{
color: #E2842A;
}
.AnyTagClassName
{
color: #E2842A;
}
</style>
background-color css
<style>
a { background-color: #E2842A; }
a { background-color: rgb(226,132,42); }
div.DivClassName
{
background-color: #E2842A;
}
.BgClassName
{
background-color: #E2842A;
}
</style>
border-color css
<style>
span { border-color: #E2842A; }
span { border-color: rgb(226,132,42); }
td.TdClassName
{
border-color: #E2842A;
}
.TagClassName
{
border-color: #E2842A;
}
</style>