Shades of West Side #EF8337
Tints of West Side #EF8337
RGB
CMYK
RGB Variations
Color information
#EF8337 (or 0xEF8337) is known color: West Side. HEX triplet: EF, 83 and 37. RGB value is (239,131,55). Sum of RGB (Red+Green+Blue) = 239+131+55=425 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.24% from 425); Green value is 131 (51.56% from 255 or 30.82% from 425); Blue value is 55 (21.88% from 255 or 12.94% from 425); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8337 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF8337 is #107CC8. Grayscale: #9B9B9B. Windows color (decimal): -1080521 or 3638255. OLE color: 3638255.
HSL color Cylindrical-coordinate representation of color #EF8337: hue angle of 24.78º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EF8337 is Cyan = 0, Magento = 0.45, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 131 | 55 | - |
| CMYK | 0 | 0.45 | 0.77 | 0.06 |
| HSL | 24.78º | 0.85% | 0.58% | - |
| HSV(B) | 24.78º | 0.77% | 0.94% | - |
| XYZ | 44.4 | 34.86 | 8 | - |
| YUV | 154.63 | 71.78 | 188.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 131 | 55 | 0 | 0.45 | 0.77 | 0.06 | 24.78 | 0.85 | 0.58 |
| Hex | EF | 83 | 37 | 0 | 2D | 4D | 6 | 19 | 55 | 3A |
| Octal | 357 | 203 | 67 | 0 | 55 | 115 | 6 | 31 | 125 | 72 |
| Binary | 11101111 | 10000011 | 110111 | 0 | 101101 | 1001101 | 110 | 11001 | 1010101 | 111010 |
Color Harmonies of #EF8337
Complementary color
Monochromatic Colors of #EF8337
Black with #EF8337
Text Example
Text Example
White with #EF8337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8337; }
p { color: rgb(239,131,55); }
H1.HeaderClassName
{
color: #EF8337;
}
.AnyTagClassName
{
color: #EF8337;
}
</style>
background-color css
<style>
a { background-color: #EF8337; }
a { background-color: rgb(239,131,55); }
div.DivClassName
{
background-color: #EF8337;
}
.BgClassName
{
background-color: #EF8337;
}
</style>
border-color css
<style>
span { border-color: #EF8337; }
span { border-color: rgb(239,131,55); }
td.TdClassName
{
border-color: #EF8337;
}
.TagClassName
{
border-color: #EF8337;
}
</style>