Shades of West Side #ED7F33
Tints of West Side #ED7F33
RGB
CMYK
RGB Variations
Color information
#ED7F33 (or 0xED7F33) is known color: West Side. HEX triplet: ED, 7F and 33. RGB value is (237,127,51). Sum of RGB (Red+Green+Blue) = 237+127+51=415 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.11% from 415); Green value is 127 (50% from 255 or 30.60% from 415); Blue value is 51 (20.31% from 255 or 12.29% from 415); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7F33 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED7F33 is #1280CC. Grayscale: #979797. Windows color (decimal): -1212621 or 3375085. OLE color: 3375085.
HSL color Cylindrical-coordinate representation of color #ED7F33: hue angle of 24.52º 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 #ED7F33 is Cyan = 0, Magento = 0.46, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 127 | 51 | - |
| CMYK | 0 | 0.46 | 0.78 | 0.07 |
| HSL | 24.52º | 0.84% | 0.56% | - |
| HSV(B) | 24.52º | 0.78% | 0.93% | - |
| XYZ | 43.11 | 33.42 | 7.31 | - |
| YUV | 151.23 | 71.44 | 189.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 127 | 51 | 0 | 0.46 | 0.78 | 0.07 | 24.52 | 0.84 | 0.56 |
| Hex | ED | 7F | 33 | 0 | 2E | 4E | 7 | 19 | 54 | 38 |
| Octal | 355 | 177 | 63 | 0 | 56 | 116 | 7 | 31 | 124 | 70 |
| Binary | 11101101 | 1111111 | 110011 | 0 | 101110 | 1001110 | 111 | 11001 | 1010100 | 111000 |
Color Harmonies of #ED7F33
Complementary color
Monochromatic Colors of #ED7F33
Black with #ED7F33
Text Example
Text Example
White with #ED7F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7F33; }
p { color: rgb(237,127,51); }
H1.HeaderClassName
{
color: #ED7F33;
}
.AnyTagClassName
{
color: #ED7F33;
}
</style>
background-color css
<style>
a { background-color: #ED7F33; }
a { background-color: rgb(237,127,51); }
div.DivClassName
{
background-color: #ED7F33;
}
.BgClassName
{
background-color: #ED7F33;
}
</style>
border-color css
<style>
span { border-color: #ED7F33; }
span { border-color: rgb(237,127,51); }
td.TdClassName
{
border-color: #ED7F33;
}
.TagClassName
{
border-color: #ED7F33;
}
</style>