Shades of West Side #E6842A
Tints of West Side #E6842A
RGB
CMYK
RGB Variations
Color information
#E6842A (or 0xE6842A) is known color: West Side. HEX triplet: E6, 84 and 2A. RGB value is (230,132,42). Sum of RGB (Red+Green+Blue) = 230+132+42=404 (53% of max value = 765). Red value is 230 (90.23% from 255 or 56.93% from 404); Green value is 132 (51.95% from 255 or 32.67% from 404); Blue value is 42 (16.80% from 255 or 10.40% from 404); Max value from RGB is 230 - color contains mainly: red. Hex color #E6842A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E6842A is #197BD5. Grayscale: #979797. Windows color (decimal): -1670102 or 2786534. OLE color: 2786534.
HSL color Cylindrical-coordinate representation of color #E6842A: hue angle of 28.72º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E6842A is Cyan = 0, Magento = 0.43, Yellow = 0.82 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 132 | 42 | - |
| CMYK | 0 | 0.43 | 0.82 | 0.10 |
| HSL | 28.72º | 0.79% | 0.53% | - |
| HSV(B) | 28.72º | 0.82% | 0.9% | - |
| XYZ | 41.3 | 33.49 | 6.48 | - |
| YUV | 151.04 | 66.47 | 184.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 132 | 42 | 0 | 0.43 | 0.82 | 0.10 | 28.72 | 0.79 | 0.53 |
| Hex | E6 | 84 | 2A | 0 | 2B | 52 | A | 1D | 4F | 35 |
| Octal | 346 | 204 | 52 | 0 | 53 | 122 | 12 | 35 | 117 | 65 |
| Binary | 11100110 | 10000100 | 101010 | 0 | 101011 | 1010010 | 1010 | 11101 | 1001111 | 110101 |
Color Harmonies of #E6842A
Complementary color
Monochromatic Colors of #E6842A
Black with #E6842A
Text Example
Text Example
White with #E6842A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6842A; }
p { color: rgb(230,132,42); }
H1.HeaderClassName
{
color: #E6842A;
}
.AnyTagClassName
{
color: #E6842A;
}
</style>
background-color css
<style>
a { background-color: #E6842A; }
a { background-color: rgb(230,132,42); }
div.DivClassName
{
background-color: #E6842A;
}
.BgClassName
{
background-color: #E6842A;
}
</style>
border-color css
<style>
span { border-color: #E6842A; }
span { border-color: rgb(230,132,42); }
td.TdClassName
{
border-color: #E6842A;
}
.TagClassName
{
border-color: #E6842A;
}
</style>