Shades of West Side #E3822F
Tints of West Side #E3822F
RGB
CMYK
RGB Variations
Color information
#E3822F (or 0xE3822F) is known color: West Side. HEX triplet: E3, 82 and 2F. RGB value is (227,130,47). Sum of RGB (Red+Green+Blue) = 227+130+47=404 (53% of max value = 765). Red value is 227 (89.06% from 255 or 56.19% from 404); Green value is 130 (51.17% from 255 or 32.18% from 404); Blue value is 47 (18.75% from 255 or 11.63% from 404); Max value from RGB is 227 - color contains mainly: red. Hex color #E3822F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E3822F is #1C7DD0. Grayscale: #959595. Windows color (decimal): -1867217 or 3113699. OLE color: 3113699.
HSL color Cylindrical-coordinate representation of color #E3822F: hue angle of 27.67º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E3822F is Cyan = 0, Magento = 0.43, Yellow = 0.79 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 130 | 47 | - |
| CMYK | 0 | 0.43 | 0.79 | 0.11 |
| HSL | 27.67º | 0.76% | 0.54% | - |
| HSV(B) | 27.67º | 0.79% | 0.89% | - |
| XYZ | 40.17 | 32.5 | 6.85 | - |
| YUV | 149.54 | 70.14 | 183.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 130 | 47 | 0 | 0.43 | 0.79 | 0.11 | 27.67 | 0.76 | 0.54 |
| Hex | E3 | 82 | 2F | 0 | 2B | 4F | B | 1C | 4C | 36 |
| Octal | 343 | 202 | 57 | 0 | 53 | 117 | 13 | 34 | 114 | 66 |
| Binary | 11100011 | 10000010 | 101111 | 0 | 101011 | 1001111 | 1011 | 11100 | 1001100 | 110110 |
Color Harmonies of #E3822F
Complementary color
Monochromatic Colors of #E3822F
Black with #E3822F
Text Example
Text Example
White with #E3822F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3822F; }
p { color: rgb(227,130,47); }
H1.HeaderClassName
{
color: #E3822F;
}
.AnyTagClassName
{
color: #E3822F;
}
</style>
background-color css
<style>
a { background-color: #E3822F; }
a { background-color: rgb(227,130,47); }
div.DivClassName
{
background-color: #E3822F;
}
.BgClassName
{
background-color: #E3822F;
}
</style>
border-color css
<style>
span { border-color: #E3822F; }
span { border-color: rgb(227,130,47); }
td.TdClassName
{
border-color: #E3822F;
}
.TagClassName
{
border-color: #E3822F;
}
</style>