Shades of West Side #E7802C
Tints of West Side #E7802C
RGB
CMYK
RGB Variations
Color information
#E7802C (or 0xE7802C) is known color: West Side. HEX triplet: E7, 80 and 2C. RGB value is (231,128,44). Sum of RGB (Red+Green+Blue) = 231+128+44=403 (53% of max value = 765). Red value is 231 (90.62% from 255 or 57.32% from 403); Green value is 128 (50.39% from 255 or 31.76% from 403); Blue value is 44 (17.58% from 255 or 10.92% from 403); Max value from RGB is 231 - color contains mainly: red. Hex color #E7802C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E7802C is #187FD3. Grayscale: #959595. Windows color (decimal): -1605588 or 2916583. OLE color: 2916583.
HSL color Cylindrical-coordinate representation of color #E7802C: hue angle of 26.95º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E7802C is Cyan = 0, Magento = 0.45, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 128 | 44 | - |
| CMYK | 0 | 0.45 | 0.81 | 0.09 |
| HSL | 26.95º | 0.8% | 0.54% | - |
| HSV(B) | 26.95º | 0.81% | 0.91% | - |
| XYZ | 41.13 | 32.61 | 6.51 | - |
| YUV | 149.22 | 68.62 | 186.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 128 | 44 | 0 | 0.45 | 0.81 | 0.09 | 26.95 | 0.8 | 0.54 |
| Hex | E7 | 80 | 2C | 0 | 2D | 51 | 9 | 1B | 50 | 36 |
| Octal | 347 | 200 | 54 | 0 | 55 | 121 | 11 | 33 | 120 | 66 |
| Binary | 11100111 | 10000000 | 101100 | 0 | 101101 | 1010001 | 1001 | 11011 | 1010000 | 110110 |
Color Harmonies of #E7802C
Complementary color
Monochromatic Colors of #E7802C
Black with #E7802C
Text Example
Text Example
White with #E7802C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7802C; }
p { color: rgb(231,128,44); }
H1.HeaderClassName
{
color: #E7802C;
}
.AnyTagClassName
{
color: #E7802C;
}
</style>
background-color css
<style>
a { background-color: #E7802C; }
a { background-color: rgb(231,128,44); }
div.DivClassName
{
background-color: #E7802C;
}
.BgClassName
{
background-color: #E7802C;
}
</style>
border-color css
<style>
span { border-color: #E7802C; }
span { border-color: rgb(231,128,44); }
td.TdClassName
{
border-color: #E7802C;
}
.TagClassName
{
border-color: #E7802C;
}
</style>