Shades of West Side #E08429
Tints of West Side #E08429
RGB
CMYK
RGB Variations
Color information
#E08429 (or 0xE08429) is known color: West Side. HEX triplet: E0, 84 and 29. RGB value is (224,132,41). Sum of RGB (Red+Green+Blue) = 224+132+41=397 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.42% from 397); Green value is 132 (51.95% from 255 or 33.25% from 397); Blue value is 41 (16.41% from 255 or 10.33% from 397); Max value from RGB is 224 - color contains mainly: red. Hex color #E08429 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E08429 is #1F7BD6. Grayscale: #959595. Windows color (decimal): -2063319 or 2720992. OLE color: 2720992.
HSL color Cylindrical-coordinate representation of color #E08429: hue angle of 29.84º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E08429 is Cyan = 0, Magento = 0.41, Yellow = 0.82 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 132 | 41 | - |
| CMYK | 0 | 0.41 | 0.82 | 0.12 |
| HSL | 29.84º | 0.75% | 0.52% | - |
| HSV(B) | 29.84º | 0.82% | 0.88% | - |
| XYZ | 39.39 | 32.51 | 6.3 | - |
| YUV | 149.13 | 66.98 | 181.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 132 | 41 | 0 | 0.41 | 0.82 | 0.12 | 29.84 | 0.75 | 0.52 |
| Hex | E0 | 84 | 29 | 0 | 29 | 52 | C | 1E | 4B | 34 |
| Octal | 340 | 204 | 51 | 0 | 51 | 122 | 14 | 36 | 113 | 64 |
| Binary | 11100000 | 10000100 | 101001 | 0 | 101001 | 1010010 | 1100 | 11110 | 1001011 | 110100 |
Color Harmonies of #E08429
Complementary color
Monochromatic Colors of #E08429
Black with #E08429
Text Example
Text Example
White with #E08429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08429; }
p { color: rgb(224,132,41); }
H1.HeaderClassName
{
color: #E08429;
}
.AnyTagClassName
{
color: #E08429;
}
</style>
background-color css
<style>
a { background-color: #E08429; }
a { background-color: rgb(224,132,41); }
div.DivClassName
{
background-color: #E08429;
}
.BgClassName
{
background-color: #E08429;
}
</style>
border-color css
<style>
span { border-color: #E08429; }
span { border-color: rgb(224,132,41); }
td.TdClassName
{
border-color: #E08429;
}
.TagClassName
{
border-color: #E08429;
}
</style>