Shades of West Side #E78329
Tints of West Side #E78329
RGB
CMYK
RGB Variations
Color information
#E78329 (or 0xE78329) is known color: West Side. HEX triplet: E7, 83 and 29. RGB value is (231,131,41). Sum of RGB (Red+Green+Blue) = 231+131+41=403 (53% of max value = 765). Red value is 231 (90.62% from 255 or 57.32% from 403); Green value is 131 (51.56% from 255 or 32.51% from 403); Blue value is 41 (16.41% from 255 or 10.17% from 403); Max value from RGB is 231 - color contains mainly: red. Hex color #E78329 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E78329 is #187CD6. Grayscale: #979797. Windows color (decimal): -1604823 or 2720743. OLE color: 2720743.
HSL color Cylindrical-coordinate representation of color #E78329: hue angle of 28.42º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E78329 is Cyan = 0, Magento = 0.43, Yellow = 0.82 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 131 | 41 | - |
| CMYK | 0 | 0.43 | 0.82 | 0.09 |
| HSL | 28.42º | 0.8% | 0.53% | - |
| HSV(B) | 28.42º | 0.82% | 0.91% | - |
| XYZ | 41.47 | 33.38 | 6.36 | - |
| YUV | 150.64 | 66.13 | 185.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 131 | 41 | 0 | 0.43 | 0.82 | 0.09 | 28.42 | 0.8 | 0.53 |
| Hex | E7 | 83 | 29 | 0 | 2B | 52 | 9 | 1C | 50 | 35 |
| Octal | 347 | 203 | 51 | 0 | 53 | 122 | 11 | 34 | 120 | 65 |
| Binary | 11100111 | 10000011 | 101001 | 0 | 101011 | 1010010 | 1001 | 11100 | 1010000 | 110101 |
Color Harmonies of #E78329
Complementary color
Monochromatic Colors of #E78329
Black with #E78329
Text Example
Text Example
White with #E78329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E78329; }
p { color: rgb(231,131,41); }
H1.HeaderClassName
{
color: #E78329;
}
.AnyTagClassName
{
color: #E78329;
}
</style>
background-color css
<style>
a { background-color: #E78329; }
a { background-color: rgb(231,131,41); }
div.DivClassName
{
background-color: #E78329;
}
.BgClassName
{
background-color: #E78329;
}
</style>
border-color css
<style>
span { border-color: #E78329; }
span { border-color: rgb(231,131,41); }
td.TdClassName
{
border-color: #E78329;
}
.TagClassName
{
border-color: #E78329;
}
</style>