Shades of West Side #EF8439
Tints of West Side #EF8439
RGB
CMYK
RGB Variations
Color information
#EF8439 (or 0xEF8439) is known color: West Side. HEX triplet: EF, 84 and 39. RGB value is (239,132,57). Sum of RGB (Red+Green+Blue) = 239+132+57=428 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.84% from 428); Green value is 132 (51.95% from 255 or 30.84% from 428); Blue value is 57 (22.66% from 255 or 13.32% from 428); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8439 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF8439 is #107BC6. Grayscale: #9B9B9B. Windows color (decimal): -1080263 or 3769583. OLE color: 3769583.
HSL color Cylindrical-coordinate representation of color #EF8439: hue angle of 24.73º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EF8439 is Cyan = 0, Magento = 0.45, Yellow = 0.76 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 132 | 57 | - |
| CMYK | 0 | 0.45 | 0.76 | 0.06 |
| HSL | 24.73º | 0.85% | 0.58% | - |
| HSV(B) | 24.73º | 0.76% | 0.94% | - |
| XYZ | 44.59 | 35.15 | 8.31 | - |
| YUV | 155.44 | 72.45 | 187.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 132 | 57 | 0 | 0.45 | 0.76 | 0.06 | 24.73 | 0.85 | 0.58 |
| Hex | EF | 84 | 39 | 0 | 2D | 4C | 6 | 19 | 55 | 3A |
| Octal | 357 | 204 | 71 | 0 | 55 | 114 | 6 | 31 | 125 | 72 |
| Binary | 11101111 | 10000100 | 111001 | 0 | 101101 | 1001100 | 110 | 11001 | 1010101 | 111010 |
Color Harmonies of #EF8439
Complementary color
Monochromatic Colors of #EF8439
Black with #EF8439
Text Example
Text Example
White with #EF8439
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8439; }
p { color: rgb(239,132,57); }
H1.HeaderClassName
{
color: #EF8439;
}
.AnyTagClassName
{
color: #EF8439;
}
</style>
background-color css
<style>
a { background-color: #EF8439; }
a { background-color: rgb(239,132,57); }
div.DivClassName
{
background-color: #EF8439;
}
.BgClassName
{
background-color: #EF8439;
}
</style>
border-color css
<style>
span { border-color: #EF8439; }
span { border-color: rgb(239,132,57); }
td.TdClassName
{
border-color: #EF8439;
}
.TagClassName
{
border-color: #EF8439;
}
</style>