Shades of West Side #E8852E
Tints of West Side #E8852E
RGB
CMYK
RGB Variations
Color information
#E8852E (or 0xE8852E) is known color: West Side. HEX triplet: E8, 85 and 2E. RGB value is (232,133,46). Sum of RGB (Red+Green+Blue) = 232+133+46=411 (54% of max value = 765). Red value is 232 (91.02% from 255 or 56.45% from 411); Green value is 133 (52.34% from 255 or 32.36% from 411); Blue value is 46 (18.36% from 255 or 11.19% from 411); Max value from RGB is 232 - color contains mainly: red. Hex color #E8852E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E8852E is #177AD1. Grayscale: #999999. Windows color (decimal): -1538770 or 3048936. OLE color: 3048936.
HSL color Cylindrical-coordinate representation of color #E8852E: hue angle of 28.06º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E8852E is Cyan = 0, Magento = 0.43, Yellow = 0.80 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 133 | 46 | - |
| CMYK | 0 | 0.43 | 0.80 | 0.09 |
| HSL | 28.06º | 0.8% | 0.55% | - |
| HSV(B) | 28.06º | 0.8% | 0.91% | - |
| XYZ | 42.16 | 34.13 | 6.95 | - |
| YUV | 152.68 | 67.8 | 184.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 133 | 46 | 0 | 0.43 | 0.80 | 0.09 | 28.06 | 0.8 | 0.55 |
| Hex | E8 | 85 | 2E | 0 | 2B | 50 | 9 | 1C | 50 | 37 |
| Octal | 350 | 205 | 56 | 0 | 53 | 120 | 11 | 34 | 120 | 67 |
| Binary | 11101000 | 10000101 | 101110 | 0 | 101011 | 1010000 | 1001 | 11100 | 1010000 | 110111 |
Color Harmonies of #E8852E
Complementary color
Monochromatic Colors of #E8852E
Black with #E8852E
Text Example
Text Example
White with #E8852E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8852E; }
p { color: rgb(232,133,46); }
H1.HeaderClassName
{
color: #E8852E;
}
.AnyTagClassName
{
color: #E8852E;
}
</style>
background-color css
<style>
a { background-color: #E8852E; }
a { background-color: rgb(232,133,46); }
div.DivClassName
{
background-color: #E8852E;
}
.BgClassName
{
background-color: #E8852E;
}
</style>
border-color css
<style>
span { border-color: #E8852E; }
span { border-color: rgb(232,133,46); }
td.TdClassName
{
border-color: #E8852E;
}
.TagClassName
{
border-color: #E8852E;
}
</style>