Shades of West Side #E68129
Tints of West Side #E68129
RGB
CMYK
RGB Variations
Color information
#E68129 (or 0xE68129) is known color: West Side. HEX triplet: E6, 81 and 29. RGB value is (230,129,41). Sum of RGB (Red+Green+Blue) = 230+129+41=400 (52% of max value = 765). Red value is 230 (90.23% from 255 or 57.5% from 400); Green value is 129 (50.78% from 255 or 32.25% from 400); Blue value is 41 (16.41% from 255 or 10.25% from 400); Max value from RGB is 230 - color contains mainly: red. Hex color #E68129 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E68129 is #197ED6. Grayscale: #959595. Windows color (decimal): -1670871 or 2720230. OLE color: 2720230.
HSL color Cylindrical-coordinate representation of color #E68129: hue angle of 27.94º 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 #E68129 is Cyan = 0, Magento = 0.44, Yellow = 0.82 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 129 | 41 | - |
| CMYK | 0 | 0.44 | 0.82 | 0.10 |
| HSL | 27.94º | 0.79% | 0.53% | - |
| HSV(B) | 27.94º | 0.82% | 0.9% | - |
| XYZ | 40.88 | 32.68 | 6.25 | - |
| YUV | 149.17 | 66.96 | 185.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 129 | 41 | 0 | 0.44 | 0.82 | 0.10 | 27.94 | 0.79 | 0.53 |
| Hex | E6 | 81 | 29 | 0 | 2C | 52 | A | 1C | 4F | 35 |
| Octal | 346 | 201 | 51 | 0 | 54 | 122 | 12 | 34 | 117 | 65 |
| Binary | 11100110 | 10000001 | 101001 | 0 | 101100 | 1010010 | 1010 | 11100 | 1001111 | 110101 |
Color Harmonies of #E68129
Complementary color
Monochromatic Colors of #E68129
Black with #E68129
Text Example
Text Example
White with #E68129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68129; }
p { color: rgb(230,129,41); }
H1.HeaderClassName
{
color: #E68129;
}
.AnyTagClassName
{
color: #E68129;
}
</style>
background-color css
<style>
a { background-color: #E68129; }
a { background-color: rgb(230,129,41); }
div.DivClassName
{
background-color: #E68129;
}
.BgClassName
{
background-color: #E68129;
}
</style>
border-color css
<style>
span { border-color: #E68129; }
span { border-color: rgb(230,129,41); }
td.TdClassName
{
border-color: #E68129;
}
.TagClassName
{
border-color: #E68129;
}
</style>