Shades of West Side #ED8029
Tints of West Side #ED8029
RGB
CMYK
RGB Variations
Color information
#ED8029 (or 0xED8029) is known color: West Side. HEX triplet: ED, 80 and 29. RGB value is (237,128,41). Sum of RGB (Red+Green+Blue) = 237+128+41=406 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.37% from 406); Green value is 128 (50.39% from 255 or 31.53% from 406); Blue value is 41 (16.41% from 255 or 10.10% from 406); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8029 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED8029 is #127FD6. Grayscale: #979797. Windows color (decimal): -1212375 or 2719981. OLE color: 2719981.
HSL color Cylindrical-coordinate representation of color #ED8029: hue angle of 26.63º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ED8029 is Cyan = 0, Magento = 0.46, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 128 | 41 | - |
| CMYK | 0 | 0.46 | 0.83 | 0.07 |
| HSL | 26.63º | 0.84% | 0.55% | - |
| HSV(B) | 26.63º | 0.83% | 0.93% | - |
| XYZ | 43.04 | 33.6 | 6.32 | - |
| YUV | 150.67 | 66.11 | 189.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 128 | 41 | 0 | 0.46 | 0.83 | 0.07 | 26.63 | 0.84 | 0.55 |
| Hex | ED | 80 | 29 | 0 | 2E | 53 | 7 | 1B | 54 | 37 |
| Octal | 355 | 200 | 51 | 0 | 56 | 123 | 7 | 33 | 124 | 67 |
| Binary | 11101101 | 10000000 | 101001 | 0 | 101110 | 1010011 | 111 | 11011 | 1010100 | 110111 |
Color Harmonies of #ED8029
Complementary color
Monochromatic Colors of #ED8029
Black with #ED8029
Text Example
Text Example
White with #ED8029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8029; }
p { color: rgb(237,128,41); }
H1.HeaderClassName
{
color: #ED8029;
}
.AnyTagClassName
{
color: #ED8029;
}
</style>
background-color css
<style>
a { background-color: #ED8029; }
a { background-color: rgb(237,128,41); }
div.DivClassName
{
background-color: #ED8029;
}
.BgClassName
{
background-color: #ED8029;
}
</style>
border-color css
<style>
span { border-color: #ED8029; }
span { border-color: rgb(237,128,41); }
td.TdClassName
{
border-color: #ED8029;
}
.TagClassName
{
border-color: #ED8029;
}
</style>