Shades of West Side #EF8336
Tints of West Side #EF8336
RGB
CMYK
RGB Variations
Color information
#EF8336 (or 0xEF8336) is known color: West Side. HEX triplet: EF, 83 and 36. RGB value is (239,131,54). Sum of RGB (Red+Green+Blue) = 239+131+54=424 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.37% from 424); Green value is 131 (51.56% from 255 or 30.90% from 424); Blue value is 54 (21.48% from 255 or 12.74% from 424); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8336 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF8336 is #107CC9. Grayscale: #9A9A9A. Windows color (decimal): -1080522 or 3572719. OLE color: 3572719.
HSL color Cylindrical-coordinate representation of color #EF8336: hue angle of 24.97º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EF8336 is Cyan = 0, Magento = 0.45, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 131 | 54 | - |
| CMYK | 0 | 0.45 | 0.77 | 0.06 |
| HSL | 24.97º | 0.85% | 0.57% | - |
| HSV(B) | 24.97º | 0.77% | 0.94% | - |
| XYZ | 44.38 | 34.85 | 7.88 | - |
| YUV | 154.51 | 71.28 | 188.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 131 | 54 | 0 | 0.45 | 0.77 | 0.06 | 24.97 | 0.85 | 0.57 |
| Hex | EF | 83 | 36 | 0 | 2D | 4D | 6 | 19 | 55 | 39 |
| Octal | 357 | 203 | 66 | 0 | 55 | 115 | 6 | 31 | 125 | 71 |
| Binary | 11101111 | 10000011 | 110110 | 0 | 101101 | 1001101 | 110 | 11001 | 1010101 | 111001 |
Color Harmonies of #EF8336
Complementary color
Monochromatic Colors of #EF8336
Black with #EF8336
Text Example
Text Example
White with #EF8336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8336; }
p { color: rgb(239,131,54); }
H1.HeaderClassName
{
color: #EF8336;
}
.AnyTagClassName
{
color: #EF8336;
}
</style>
background-color css
<style>
a { background-color: #EF8336; }
a { background-color: rgb(239,131,54); }
div.DivClassName
{
background-color: #EF8336;
}
.BgClassName
{
background-color: #EF8336;
}
</style>
border-color css
<style>
span { border-color: #EF8336; }
span { border-color: rgb(239,131,54); }
td.TdClassName
{
border-color: #EF8336;
}
.TagClassName
{
border-color: #EF8336;
}
</style>