Shades of West Side #E3822C
Tints of West Side #E3822C
RGB
CMYK
RGB Variations
Color information
#E3822C (or 0xE3822C) is known color: West Side. HEX triplet: E3, 82 and 2C. RGB value is (227,130,44). Sum of RGB (Red+Green+Blue) = 227+130+44=401 (53% of max value = 765). Red value is 227 (89.06% from 255 or 56.61% from 401); Green value is 130 (51.17% from 255 or 32.42% from 401); Blue value is 44 (17.58% from 255 or 10.97% from 401); Max value from RGB is 227 - color contains mainly: red. Hex color #E3822C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E3822C is #1C7DD3. Grayscale: #959595. Windows color (decimal): -1867220 or 2917091. OLE color: 2917091.
HSL color Cylindrical-coordinate representation of color #E3822C: hue angle of 28.2º degrees, saturation: 0.77, 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 #E3822C is Cyan = 0, Magento = 0.43, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 130 | 44 | - |
| CMYK | 0 | 0.43 | 0.81 | 0.11 |
| HSL | 28.2º | 0.77% | 0.53% | - |
| HSV(B) | 28.2º | 0.81% | 0.89% | - |
| XYZ | 40.12 | 32.48 | 6.54 | - |
| YUV | 149.2 | 68.64 | 183.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 130 | 44 | 0 | 0.43 | 0.81 | 0.11 | 28.2 | 0.77 | 0.53 |
| Hex | E3 | 82 | 2C | 0 | 2B | 51 | B | 1C | 4D | 35 |
| Octal | 343 | 202 | 54 | 0 | 53 | 121 | 13 | 34 | 115 | 65 |
| Binary | 11100011 | 10000010 | 101100 | 0 | 101011 | 1010001 | 1011 | 11100 | 1001101 | 110101 |
Color Harmonies of #E3822C
Complementary color
Monochromatic Colors of #E3822C
Black with #E3822C
Text Example
Text Example
White with #E3822C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3822C; }
p { color: rgb(227,130,44); }
H1.HeaderClassName
{
color: #E3822C;
}
.AnyTagClassName
{
color: #E3822C;
}
</style>
background-color css
<style>
a { background-color: #E3822C; }
a { background-color: rgb(227,130,44); }
div.DivClassName
{
background-color: #E3822C;
}
.BgClassName
{
background-color: #E3822C;
}
</style>
border-color css
<style>
span { border-color: #E3822C; }
span { border-color: rgb(227,130,44); }
td.TdClassName
{
border-color: #E3822C;
}
.TagClassName
{
border-color: #E3822C;
}
</style>