Shades of West Side #ED8432
Tints of West Side #ED8432
RGB
CMYK
RGB Variations
Color information
#ED8432 (or 0xED8432) is known color: West Side. HEX triplet: ED, 84 and 32. RGB value is (237,132,50). Sum of RGB (Red+Green+Blue) = 237+132+50=419 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.56% from 419); Green value is 132 (51.95% from 255 or 31.50% from 419); Blue value is 50 (19.92% from 255 or 11.93% from 419); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8432 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED8432 is #127BCD. Grayscale: #9A9A9A. Windows color (decimal): -1211342 or 3310829. OLE color: 3310829.
HSL color Cylindrical-coordinate representation of color #ED8432: hue angle of 26.31º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #ED8432 is Cyan = 0, Magento = 0.44, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 132 | 50 | - |
| CMYK | 0 | 0.44 | 0.79 | 0.07 |
| HSL | 26.31º | 0.84% | 0.56% | - |
| HSV(B) | 26.31º | 0.79% | 0.93% | - |
| XYZ | 43.75 | 34.74 | 7.42 | - |
| YUV | 154.05 | 69.29 | 187.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 132 | 50 | 0 | 0.44 | 0.79 | 0.07 | 26.31 | 0.84 | 0.56 |
| Hex | ED | 84 | 32 | 0 | 2C | 4F | 7 | 1A | 54 | 38 |
| Octal | 355 | 204 | 62 | 0 | 54 | 117 | 7 | 32 | 124 | 70 |
| Binary | 11101101 | 10000100 | 110010 | 0 | 101100 | 1001111 | 111 | 11010 | 1010100 | 111000 |
Color Harmonies of #ED8432
Complementary color
Monochromatic Colors of #ED8432
Black with #ED8432
Text Example
Text Example
White with #ED8432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8432; }
p { color: rgb(237,132,50); }
H1.HeaderClassName
{
color: #ED8432;
}
.AnyTagClassName
{
color: #ED8432;
}
</style>
background-color css
<style>
a { background-color: #ED8432; }
a { background-color: rgb(237,132,50); }
div.DivClassName
{
background-color: #ED8432;
}
.BgClassName
{
background-color: #ED8432;
}
</style>
border-color css
<style>
span { border-color: #ED8432; }
span { border-color: rgb(237,132,50); }
td.TdClassName
{
border-color: #ED8432;
}
.TagClassName
{
border-color: #ED8432;
}
</style>