Shades of West Side #E0852D
Tints of West Side #E0852D
RGB
CMYK
RGB Variations
Color information
#E0852D (or 0xE0852D) is known color: West Side. HEX triplet: E0, 85 and 2D. RGB value is (224,133,45). Sum of RGB (Red+Green+Blue) = 224+133+45=402 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.72% from 402); Green value is 133 (52.34% from 255 or 33.08% from 402); Blue value is 45 (17.97% from 255 or 11.19% from 402); Max value from RGB is 224 - color contains mainly: red. Hex color #E0852D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E0852D is #1F7AD2. Grayscale: #969696. Windows color (decimal): -2063059 or 2983392. OLE color: 2983392.
HSL color Cylindrical-coordinate representation of color #E0852D: hue angle of 29.5º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E0852D is Cyan = 0, Magento = 0.41, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 133 | 45 | - |
| CMYK | 0 | 0.41 | 0.80 | 0.12 |
| HSL | 29.5º | 0.74% | 0.53% | - |
| HSV(B) | 29.5º | 0.8% | 0.88% | - |
| XYZ | 39.6 | 32.81 | 6.73 | - |
| YUV | 150.18 | 68.65 | 180.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 133 | 45 | 0 | 0.41 | 0.80 | 0.12 | 29.5 | 0.74 | 0.53 |
| Hex | E0 | 85 | 2D | 0 | 29 | 50 | C | 1D | 4A | 35 |
| Octal | 340 | 205 | 55 | 0 | 51 | 120 | 14 | 35 | 112 | 65 |
| Binary | 11100000 | 10000101 | 101101 | 0 | 101001 | 1010000 | 1100 | 11101 | 1001010 | 110101 |
Color Harmonies of #E0852D
Complementary color
Monochromatic Colors of #E0852D
Black with #E0852D
Text Example
Text Example
White with #E0852D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0852D; }
p { color: rgb(224,133,45); }
H1.HeaderClassName
{
color: #E0852D;
}
.AnyTagClassName
{
color: #E0852D;
}
</style>
background-color css
<style>
a { background-color: #E0852D; }
a { background-color: rgb(224,133,45); }
div.DivClassName
{
background-color: #E0852D;
}
.BgClassName
{
background-color: #E0852D;
}
</style>
border-color css
<style>
span { border-color: #E0852D; }
span { border-color: rgb(224,133,45); }
td.TdClassName
{
border-color: #E0852D;
}
.TagClassName
{
border-color: #E0852D;
}
</style>