Shades of West Side #ED8433
Tints of West Side #ED8433
RGB
CMYK
RGB Variations
Color information
#ED8433 (or 0xED8433) is known color: West Side. HEX triplet: ED, 84 and 33. RGB value is (237,132,51). Sum of RGB (Red+Green+Blue) = 237+132+51=420 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.43% from 420); Green value is 132 (51.95% from 255 or 31.43% from 420); Blue value is 51 (20.31% from 255 or 12.14% from 420); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8433 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED8433 is #127BCC. Grayscale: #9A9A9A. Windows color (decimal): -1211341 or 3376365. OLE color: 3376365.
HSL color Cylindrical-coordinate representation of color #ED8433: hue angle of 26.13º 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 #ED8433 is Cyan = 0, Magento = 0.44, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 132 | 51 | - |
| CMYK | 0 | 0.44 | 0.78 | 0.07 |
| HSL | 26.13º | 0.84% | 0.56% | - |
| HSV(B) | 26.13º | 0.78% | 0.93% | - |
| XYZ | 43.77 | 34.75 | 7.53 | - |
| YUV | 154.16 | 69.79 | 187.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 132 | 51 | 0 | 0.44 | 0.78 | 0.07 | 26.13 | 0.84 | 0.56 |
| Hex | ED | 84 | 33 | 0 | 2C | 4E | 7 | 1A | 54 | 38 |
| Octal | 355 | 204 | 63 | 0 | 54 | 116 | 7 | 32 | 124 | 70 |
| Binary | 11101101 | 10000100 | 110011 | 0 | 101100 | 1001110 | 111 | 11010 | 1010100 | 111000 |
Color Harmonies of #ED8433
Complementary color
Monochromatic Colors of #ED8433
Black with #ED8433
Text Example
Text Example
White with #ED8433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8433; }
p { color: rgb(237,132,51); }
H1.HeaderClassName
{
color: #ED8433;
}
.AnyTagClassName
{
color: #ED8433;
}
</style>
background-color css
<style>
a { background-color: #ED8433; }
a { background-color: rgb(237,132,51); }
div.DivClassName
{
background-color: #ED8433;
}
.BgClassName
{
background-color: #ED8433;
}
</style>
border-color css
<style>
span { border-color: #ED8433; }
span { border-color: rgb(237,132,51); }
td.TdClassName
{
border-color: #ED8433;
}
.TagClassName
{
border-color: #ED8433;
}
</style>