Shades of West Side #E78129
Tints of West Side #E78129
RGB
CMYK
RGB Variations
Color information
#E78129 (or 0xE78129) is known color: West Side. HEX triplet: E7, 81 and 29. RGB value is (231,129,41). Sum of RGB (Red+Green+Blue) = 231+129+41=401 (53% of max value = 765). Red value is 231 (90.62% from 255 or 57.61% from 401); Green value is 129 (50.78% from 255 or 32.17% from 401); Blue value is 41 (16.41% from 255 or 10.22% from 401); Max value from RGB is 231 - color contains mainly: red. Hex color #E78129 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E78129 is #187ED6. Grayscale: #959595. Windows color (decimal): -1605335 or 2720231. OLE color: 2720231.
HSL color Cylindrical-coordinate representation of color #E78129: hue angle of 27.79º 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 #E78129 is Cyan = 0, Magento = 0.44, Yellow = 0.82 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 129 | 41 | - |
| CMYK | 0 | 0.44 | 0.82 | 0.09 |
| HSL | 27.79º | 0.8% | 0.53% | - |
| HSV(B) | 27.79º | 0.82% | 0.91% | - |
| XYZ | 41.21 | 32.85 | 6.27 | - |
| YUV | 149.47 | 66.79 | 186.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 129 | 41 | 0 | 0.44 | 0.82 | 0.09 | 27.79 | 0.8 | 0.53 |
| Hex | E7 | 81 | 29 | 0 | 2C | 52 | 9 | 1C | 50 | 35 |
| Octal | 347 | 201 | 51 | 0 | 54 | 122 | 11 | 34 | 120 | 65 |
| Binary | 11100111 | 10000001 | 101001 | 0 | 101100 | 1010010 | 1001 | 11100 | 1010000 | 110101 |
Color Harmonies of #E78129
Complementary color
Monochromatic Colors of #E78129
Black with #E78129
Text Example
Text Example
White with #E78129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E78129; }
p { color: rgb(231,129,41); }
H1.HeaderClassName
{
color: #E78129;
}
.AnyTagClassName
{
color: #E78129;
}
</style>
background-color css
<style>
a { background-color: #E78129; }
a { background-color: rgb(231,129,41); }
div.DivClassName
{
background-color: #E78129;
}
.BgClassName
{
background-color: #E78129;
}
</style>
border-color css
<style>
span { border-color: #E78129; }
span { border-color: rgb(231,129,41); }
td.TdClassName
{
border-color: #E78129;
}
.TagClassName
{
border-color: #E78129;
}
</style>