Shades of West Side #EF8436
Tints of West Side #EF8436
RGB
CMYK
RGB Variations
Color information
#EF8436 (or 0xEF8436) is known color: West Side. HEX triplet: EF, 84 and 36. RGB value is (239,132,54). Sum of RGB (Red+Green+Blue) = 239+132+54=425 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.24% from 425); Green value is 132 (51.95% from 255 or 31.06% from 425); Blue value is 54 (21.48% from 255 or 12.71% from 425); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8436 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF8436 is #107BC9. Grayscale: #9B9B9B. Windows color (decimal): -1080266 or 3572975. OLE color: 3572975.
HSL color Cylindrical-coordinate representation of color #EF8436: hue angle of 25.3º 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 #EF8436 is Cyan = 0, Magento = 0.45, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 132 | 54 | - |
| CMYK | 0 | 0.45 | 0.77 | 0.06 |
| HSL | 25.3º | 0.85% | 0.57% | - |
| HSV(B) | 25.3º | 0.77% | 0.94% | - |
| XYZ | 44.51 | 35.12 | 7.92 | - |
| YUV | 155.1 | 70.95 | 187.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 132 | 54 | 0 | 0.45 | 0.77 | 0.06 | 25.3 | 0.85 | 0.57 |
| Hex | EF | 84 | 36 | 0 | 2D | 4D | 6 | 19 | 55 | 39 |
| Octal | 357 | 204 | 66 | 0 | 55 | 115 | 6 | 31 | 125 | 71 |
| Binary | 11101111 | 10000100 | 110110 | 0 | 101101 | 1001101 | 110 | 11001 | 1010101 | 111001 |
Color Harmonies of #EF8436
Complementary color
Monochromatic Colors of #EF8436
Black with #EF8436
Text Example
Text Example
White with #EF8436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8436; }
p { color: rgb(239,132,54); }
H1.HeaderClassName
{
color: #EF8436;
}
.AnyTagClassName
{
color: #EF8436;
}
</style>
background-color css
<style>
a { background-color: #EF8436; }
a { background-color: rgb(239,132,54); }
div.DivClassName
{
background-color: #EF8436;
}
.BgClassName
{
background-color: #EF8436;
}
</style>
border-color css
<style>
span { border-color: #EF8436; }
span { border-color: rgb(239,132,54); }
td.TdClassName
{
border-color: #EF8436;
}
.TagClassName
{
border-color: #EF8436;
}
</style>