Shades of West Side #E6842C
Tints of West Side #E6842C
RGB
CMYK
RGB Variations
Color information
#E6842C (or 0xE6842C) is known color: West Side. HEX triplet: E6, 84 and 2C. RGB value is (230,132,44). Sum of RGB (Red+Green+Blue) = 230+132+44=406 (53% of max value = 765). Red value is 230 (90.23% from 255 or 56.65% from 406); Green value is 132 (51.95% from 255 or 32.51% from 406); Blue value is 44 (17.58% from 255 or 10.84% from 406); Max value from RGB is 230 - color contains mainly: red. Hex color #E6842C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E6842C is #197BD3. Grayscale: #979797. Windows color (decimal): -1670100 or 2917606. OLE color: 2917606.
HSL color Cylindrical-coordinate representation of color #E6842C: hue angle of 28.39º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E6842C is Cyan = 0, Magento = 0.43, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 132 | 44 | - |
| CMYK | 0 | 0.43 | 0.81 | 0.10 |
| HSL | 28.39º | 0.79% | 0.54% | - |
| HSV(B) | 28.39º | 0.81% | 0.9% | - |
| XYZ | 41.34 | 33.51 | 6.67 | - |
| YUV | 151.27 | 67.47 | 184.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 132 | 44 | 0 | 0.43 | 0.81 | 0.10 | 28.39 | 0.79 | 0.54 |
| Hex | E6 | 84 | 2C | 0 | 2B | 51 | A | 1C | 4F | 36 |
| Octal | 346 | 204 | 54 | 0 | 53 | 121 | 12 | 34 | 117 | 66 |
| Binary | 11100110 | 10000100 | 101100 | 0 | 101011 | 1010001 | 1010 | 11100 | 1001111 | 110110 |
Color Harmonies of #E6842C
Complementary color
Monochromatic Colors of #E6842C
Black with #E6842C
Text Example
Text Example
White with #E6842C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6842C; }
p { color: rgb(230,132,44); }
H1.HeaderClassName
{
color: #E6842C;
}
.AnyTagClassName
{
color: #E6842C;
}
</style>
background-color css
<style>
a { background-color: #E6842C; }
a { background-color: rgb(230,132,44); }
div.DivClassName
{
background-color: #E6842C;
}
.BgClassName
{
background-color: #E6842C;
}
</style>
border-color css
<style>
span { border-color: #E6842C; }
span { border-color: rgb(230,132,44); }
td.TdClassName
{
border-color: #E6842C;
}
.TagClassName
{
border-color: #E6842C;
}
</style>