Shades of West Side #ED8028
Tints of West Side #ED8028
RGB
CMYK
RGB Variations
Color information
#ED8028 (or 0xED8028) is known color: West Side. HEX triplet: ED, 80 and 28. RGB value is (237,128,40). Sum of RGB (Red+Green+Blue) = 237+128+40=405 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.52% from 405); Green value is 128 (50.39% from 255 or 31.60% from 405); Blue value is 40 (16.02% from 255 or 9.88% from 405); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8028 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED8028 is #127FD7. Grayscale: #979797. Windows color (decimal): -1212376 or 2654445. OLE color: 2654445.
HSL color Cylindrical-coordinate representation of color #ED8028: hue angle of 26.8º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ED8028 is Cyan = 0, Magento = 0.46, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 128 | 40 | - |
| CMYK | 0 | 0.46 | 0.83 | 0.07 |
| HSL | 26.8º | 0.85% | 0.54% | - |
| HSV(B) | 26.8º | 0.83% | 0.93% | - |
| XYZ | 43.03 | 33.6 | 6.22 | - |
| YUV | 150.56 | 65.61 | 189.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 128 | 40 | 0 | 0.46 | 0.83 | 0.07 | 26.8 | 0.85 | 0.54 |
| Hex | ED | 80 | 28 | 0 | 2E | 53 | 7 | 1B | 55 | 36 |
| Octal | 355 | 200 | 50 | 0 | 56 | 123 | 7 | 33 | 125 | 66 |
| Binary | 11101101 | 10000000 | 101000 | 0 | 101110 | 1010011 | 111 | 11011 | 1010101 | 110110 |
Color Harmonies of #ED8028
Complementary color
Monochromatic Colors of #ED8028
Black with #ED8028
Text Example
Text Example
White with #ED8028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8028; }
p { color: rgb(237,128,40); }
H1.HeaderClassName
{
color: #ED8028;
}
.AnyTagClassName
{
color: #ED8028;
}
</style>
background-color css
<style>
a { background-color: #ED8028; }
a { background-color: rgb(237,128,40); }
div.DivClassName
{
background-color: #ED8028;
}
.BgClassName
{
background-color: #ED8028;
}
</style>
border-color css
<style>
span { border-color: #ED8028; }
span { border-color: rgb(237,128,40); }
td.TdClassName
{
border-color: #ED8028;
}
.TagClassName
{
border-color: #ED8028;
}
</style>