Shades of West Side #EF8237
Tints of West Side #EF8237
RGB
CMYK
RGB Variations
Color information
#EF8237 (or 0xEF8237) is known color: West Side. HEX triplet: EF, 82 and 37. RGB value is (239,130,55). Sum of RGB (Red+Green+Blue) = 239+130+55=424 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.37% from 424); Green value is 130 (51.17% from 255 or 30.66% from 424); Blue value is 55 (21.88% from 255 or 12.97% from 424); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8237 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF8237 is #107DC8. Grayscale: #9A9A9A. Windows color (decimal): -1080777 or 3637999. OLE color: 3637999.
HSL color Cylindrical-coordinate representation of color #EF8237: hue angle of 24.46º 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 #EF8237 is Cyan = 0, Magento = 0.46, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 130 | 55 | - |
| CMYK | 0 | 0.46 | 0.77 | 0.06 |
| HSL | 24.46º | 0.85% | 0.58% | - |
| HSV(B) | 24.46º | 0.77% | 0.94% | - |
| XYZ | 44.27 | 34.59 | 7.96 | - |
| YUV | 154.04 | 72.11 | 188.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 130 | 55 | 0 | 0.46 | 0.77 | 0.06 | 24.46 | 0.85 | 0.58 |
| Hex | EF | 82 | 37 | 0 | 2E | 4D | 6 | 18 | 55 | 3A |
| Octal | 357 | 202 | 67 | 0 | 56 | 115 | 6 | 30 | 125 | 72 |
| Binary | 11101111 | 10000010 | 110111 | 0 | 101110 | 1001101 | 110 | 11000 | 1010101 | 111010 |
Color Harmonies of #EF8237
Complementary color
Monochromatic Colors of #EF8237
Black with #EF8237
Text Example
Text Example
White with #EF8237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8237; }
p { color: rgb(239,130,55); }
H1.HeaderClassName
{
color: #EF8237;
}
.AnyTagClassName
{
color: #EF8237;
}
</style>
background-color css
<style>
a { background-color: #EF8237; }
a { background-color: rgb(239,130,55); }
div.DivClassName
{
background-color: #EF8237;
}
.BgClassName
{
background-color: #EF8237;
}
</style>
border-color css
<style>
span { border-color: #EF8237; }
span { border-color: rgb(239,130,55); }
td.TdClassName
{
border-color: #EF8237;
}
.TagClassName
{
border-color: #EF8237;
}
</style>