Shades of West Side #ED8133
Tints of West Side #ED8133
RGB
CMYK
RGB Variations
Color information
#ED8133 (or 0xED8133) is known color: West Side. HEX triplet: ED, 81 and 33. RGB value is (237,129,51). Sum of RGB (Red+Green+Blue) = 237+129+51=417 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.83% from 417); Green value is 129 (50.78% from 255 or 30.94% from 417); Blue value is 51 (20.31% from 255 or 12.23% from 417); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8133 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED8133 is #127ECC. Grayscale: #989898. Windows color (decimal): -1212109 or 3375597. OLE color: 3375597.
HSL color Cylindrical-coordinate representation of color #ED8133: hue angle of 25.16º 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 #ED8133 is Cyan = 0, Magento = 0.46, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 129 | 51 | - |
| CMYK | 0 | 0.46 | 0.78 | 0.07 |
| HSL | 25.16º | 0.84% | 0.56% | - |
| HSV(B) | 25.16º | 0.78% | 0.93% | - |
| XYZ | 43.37 | 33.94 | 7.4 | - |
| YUV | 152.4 | 70.78 | 188.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 129 | 51 | 0 | 0.46 | 0.78 | 0.07 | 25.16 | 0.84 | 0.56 |
| Hex | ED | 81 | 33 | 0 | 2E | 4E | 7 | 19 | 54 | 38 |
| Octal | 355 | 201 | 63 | 0 | 56 | 116 | 7 | 31 | 124 | 70 |
| Binary | 11101101 | 10000001 | 110011 | 0 | 101110 | 1001110 | 111 | 11001 | 1010100 | 111000 |
Color Harmonies of #ED8133
Complementary color
Monochromatic Colors of #ED8133
Black with #ED8133
Text Example
Text Example
White with #ED8133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8133; }
p { color: rgb(237,129,51); }
H1.HeaderClassName
{
color: #ED8133;
}
.AnyTagClassName
{
color: #ED8133;
}
</style>
background-color css
<style>
a { background-color: #ED8133; }
a { background-color: rgb(237,129,51); }
div.DivClassName
{
background-color: #ED8133;
}
.BgClassName
{
background-color: #ED8133;
}
</style>
border-color css
<style>
span { border-color: #ED8133; }
span { border-color: rgb(237,129,51); }
td.TdClassName
{
border-color: #ED8133;
}
.TagClassName
{
border-color: #ED8133;
}
</style>