Shades of West Side #E2862D
Tints of West Side #E2862D
RGB
CMYK
RGB Variations
Color information
#E2862D (or 0xE2862D) is known color: West Side. HEX triplet: E2, 86 and 2D. RGB value is (226,134,45). Sum of RGB (Red+Green+Blue) = 226+134+45=405 (53% of max value = 765). Red value is 226 (88.67% from 255 or 55.80% from 405); Green value is 134 (52.73% from 255 or 33.09% from 405); Blue value is 45 (17.97% from 255 or 11.11% from 405); Max value from RGB is 226 - color contains mainly: red. Hex color #E2862D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E2862D is #1D79D2. Grayscale: #979797. Windows color (decimal): -1931731 or 2983650. OLE color: 2983650.
HSL color Cylindrical-coordinate representation of color #E2862D: hue angle of 29.5º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E2862D is Cyan = 0, Magento = 0.41, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 134 | 45 | - |
| CMYK | 0 | 0.41 | 0.80 | 0.11 |
| HSL | 29.5º | 0.76% | 0.53% | - |
| HSV(B) | 29.5º | 0.8% | 0.89% | - |
| XYZ | 40.36 | 33.41 | 6.8 | - |
| YUV | 151.36 | 67.98 | 181.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 134 | 45 | 0 | 0.41 | 0.80 | 0.11 | 29.5 | 0.76 | 0.53 |
| Hex | E2 | 86 | 2D | 0 | 29 | 50 | B | 1E | 4C | 35 |
| Octal | 342 | 206 | 55 | 0 | 51 | 120 | 13 | 36 | 114 | 65 |
| Binary | 11100010 | 10000110 | 101101 | 0 | 101001 | 1010000 | 1011 | 11110 | 1001100 | 110101 |
Color Harmonies of #E2862D
Complementary color
Monochromatic Colors of #E2862D
Black with #E2862D
Text Example
Text Example
White with #E2862D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2862D; }
p { color: rgb(226,134,45); }
H1.HeaderClassName
{
color: #E2862D;
}
.AnyTagClassName
{
color: #E2862D;
}
</style>
background-color css
<style>
a { background-color: #E2862D; }
a { background-color: rgb(226,134,45); }
div.DivClassName
{
background-color: #E2862D;
}
.BgClassName
{
background-color: #E2862D;
}
</style>
border-color css
<style>
span { border-color: #E2862D; }
span { border-color: rgb(226,134,45); }
td.TdClassName
{
border-color: #E2862D;
}
.TagClassName
{
border-color: #E2862D;
}
</style>