Shades of West Side #E2802D
Tints of West Side #E2802D
RGB
CMYK
RGB Variations
Color information
#E2802D (or 0xE2802D) is known color: West Side. HEX triplet: E2, 80 and 2D. RGB value is (226,128,45). Sum of RGB (Red+Green+Blue) = 226+128+45=399 (52% of max value = 765). Red value is 226 (88.67% from 255 or 56.64% from 399); Green value is 128 (50.39% from 255 or 32.08% from 399); Blue value is 45 (17.97% from 255 or 11.28% from 399); Max value from RGB is 226 - color contains mainly: red. Hex color #E2802D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E2802D is #1D7FD2. Grayscale: #949494. Windows color (decimal): -1933267 or 2982114. OLE color: 2982114.
HSL color Cylindrical-coordinate representation of color #E2802D: hue angle of 27.51º 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 #E2802D is Cyan = 0, Magento = 0.43, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 128 | 45 | - |
| CMYK | 0 | 0.43 | 0.80 | 0.11 |
| HSL | 27.51º | 0.76% | 0.53% | - |
| HSV(B) | 27.51º | 0.8% | 0.89% | - |
| XYZ | 39.56 | 31.8 | 6.54 | - |
| YUV | 147.84 | 69.97 | 183.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 128 | 45 | 0 | 0.43 | 0.80 | 0.11 | 27.51 | 0.76 | 0.53 |
| Hex | E2 | 80 | 2D | 0 | 2B | 50 | B | 1C | 4C | 35 |
| Octal | 342 | 200 | 55 | 0 | 53 | 120 | 13 | 34 | 114 | 65 |
| Binary | 11100010 | 10000000 | 101101 | 0 | 101011 | 1010000 | 1011 | 11100 | 1001100 | 110101 |
Color Harmonies of #E2802D
Complementary color
Monochromatic Colors of #E2802D
Black with #E2802D
Text Example
Text Example
White with #E2802D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2802D; }
p { color: rgb(226,128,45); }
H1.HeaderClassName
{
color: #E2802D;
}
.AnyTagClassName
{
color: #E2802D;
}
</style>
background-color css
<style>
a { background-color: #E2802D; }
a { background-color: rgb(226,128,45); }
div.DivClassName
{
background-color: #E2802D;
}
.BgClassName
{
background-color: #E2802D;
}
</style>
border-color css
<style>
span { border-color: #E2802D; }
span { border-color: rgb(226,128,45); }
td.TdClassName
{
border-color: #E2802D;
}
.TagClassName
{
border-color: #E2802D;
}
</style>