Shades of West Side #ED8033
Tints of West Side #ED8033
RGB
CMYK
RGB Variations
Color information
#ED8033 (or 0xED8033) is known color: West Side. HEX triplet: ED, 80 and 33. RGB value is (237,128,51). Sum of RGB (Red+Green+Blue) = 237+128+51=416 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.97% from 416); Green value is 128 (50.39% from 255 or 30.77% from 416); Blue value is 51 (20.31% from 255 or 12.26% from 416); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8033 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED8033 is #127FCC. Grayscale: #989898. Windows color (decimal): -1212365 or 3375341. OLE color: 3375341.
HSL color Cylindrical-coordinate representation of color #ED8033: hue angle of 24.84º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ED8033 is Cyan = 0, Magento = 0.46, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 128 | 51 | - |
| CMYK | 0 | 0.46 | 0.78 | 0.07 |
| HSL | 24.84º | 0.84% | 0.56% | - |
| HSV(B) | 24.84º | 0.78% | 0.93% | - |
| XYZ | 43.24 | 33.68 | 7.35 | - |
| YUV | 151.81 | 71.11 | 188.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 128 | 51 | 0 | 0.46 | 0.78 | 0.07 | 24.84 | 0.84 | 0.56 |
| Hex | ED | 80 | 33 | 0 | 2E | 4E | 7 | 19 | 54 | 38 |
| Octal | 355 | 200 | 63 | 0 | 56 | 116 | 7 | 31 | 124 | 70 |
| Binary | 11101101 | 10000000 | 110011 | 0 | 101110 | 1001110 | 111 | 11001 | 1010100 | 111000 |
Color Harmonies of #ED8033
Complementary color
Monochromatic Colors of #ED8033
Black with #ED8033
Text Example
Text Example
White with #ED8033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8033; }
p { color: rgb(237,128,51); }
H1.HeaderClassName
{
color: #ED8033;
}
.AnyTagClassName
{
color: #ED8033;
}
</style>
background-color css
<style>
a { background-color: #ED8033; }
a { background-color: rgb(237,128,51); }
div.DivClassName
{
background-color: #ED8033;
}
.BgClassName
{
background-color: #ED8033;
}
</style>
border-color css
<style>
span { border-color: #ED8033; }
span { border-color: rgb(237,128,51); }
td.TdClassName
{
border-color: #ED8033;
}
.TagClassName
{
border-color: #ED8033;
}
</style>