Shades of West Side #E7842A
Tints of West Side #E7842A
RGB
CMYK
RGB Variations
Color information
#E7842A (or 0xE7842A) is known color: West Side. HEX triplet: E7, 84 and 2A. RGB value is (231,132,42). Sum of RGB (Red+Green+Blue) = 231+132+42=405 (53% of max value = 765). Red value is 231 (90.62% from 255 or 57.04% from 405); Green value is 132 (51.95% from 255 or 32.59% from 405); Blue value is 42 (16.80% from 255 or 10.37% from 405); Max value from RGB is 231 - color contains mainly: red. Hex color #E7842A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E7842A is #187BD5. Grayscale: #979797. Windows color (decimal): -1604566 or 2786535. OLE color: 2786535.
HSL color Cylindrical-coordinate representation of color #E7842A: hue angle of 28.57º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E7842A is Cyan = 0, Magento = 0.43, Yellow = 0.82 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 132 | 42 | - |
| CMYK | 0 | 0.43 | 0.82 | 0.09 |
| HSL | 28.57º | 0.8% | 0.54% | - |
| HSV(B) | 28.57º | 0.82% | 0.91% | - |
| XYZ | 41.62 | 33.66 | 6.49 | - |
| YUV | 151.34 | 66.3 | 184.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 132 | 42 | 0 | 0.43 | 0.82 | 0.09 | 28.57 | 0.8 | 0.54 |
| Hex | E7 | 84 | 2A | 0 | 2B | 52 | 9 | 1D | 50 | 36 |
| Octal | 347 | 204 | 52 | 0 | 53 | 122 | 11 | 35 | 120 | 66 |
| Binary | 11100111 | 10000100 | 101010 | 0 | 101011 | 1010010 | 1001 | 11101 | 1010000 | 110110 |
Color Harmonies of #E7842A
Complementary color
Monochromatic Colors of #E7842A
Black with #E7842A
Text Example
Text Example
White with #E7842A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7842A; }
p { color: rgb(231,132,42); }
H1.HeaderClassName
{
color: #E7842A;
}
.AnyTagClassName
{
color: #E7842A;
}
</style>
background-color css
<style>
a { background-color: #E7842A; }
a { background-color: rgb(231,132,42); }
div.DivClassName
{
background-color: #E7842A;
}
.BgClassName
{
background-color: #E7842A;
}
</style>
border-color css
<style>
span { border-color: #E7842A; }
span { border-color: rgb(231,132,42); }
td.TdClassName
{
border-color: #E7842A;
}
.TagClassName
{
border-color: #E7842A;
}
</style>