Shades of West Side #EF802C
Tints of West Side #EF802C
RGB
CMYK
RGB Variations
Color information
#EF802C (or 0xEF802C) is known color: West Side. HEX triplet: EF, 80 and 2C. RGB value is (239,128,44). Sum of RGB (Red+Green+Blue) = 239+128+44=411 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.15% from 411); Green value is 128 (50.39% from 255 or 31.14% from 411); Blue value is 44 (17.58% from 255 or 10.71% from 411); Max value from RGB is 239 - color contains mainly: red. Hex color #EF802C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF802C is #107FD3. Grayscale: #989898. Windows color (decimal): -1081300 or 2916591. OLE color: 2916591.
HSL color Cylindrical-coordinate representation of color #EF802C: hue angle of 25.85º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EF802C is Cyan = 0, Magento = 0.46, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 128 | 44 | - |
| CMYK | 0 | 0.46 | 0.82 | 0.06 |
| HSL | 25.85º | 0.86% | 0.55% | - |
| HSV(B) | 25.85º | 0.82% | 0.94% | - |
| XYZ | 43.77 | 33.97 | 6.63 | - |
| YUV | 151.61 | 67.27 | 190.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 128 | 44 | 0 | 0.46 | 0.82 | 0.06 | 25.85 | 0.86 | 0.55 |
| Hex | EF | 80 | 2C | 0 | 2E | 52 | 6 | 1A | 56 | 37 |
| Octal | 357 | 200 | 54 | 0 | 56 | 122 | 6 | 32 | 126 | 67 |
| Binary | 11101111 | 10000000 | 101100 | 0 | 101110 | 1010010 | 110 | 11010 | 1010110 | 110111 |
Color Harmonies of #EF802C
Complementary color
Monochromatic Colors of #EF802C
Black with #EF802C
Text Example
Text Example
White with #EF802C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF802C; }
p { color: rgb(239,128,44); }
H1.HeaderClassName
{
color: #EF802C;
}
.AnyTagClassName
{
color: #EF802C;
}
</style>
background-color css
<style>
a { background-color: #EF802C; }
a { background-color: rgb(239,128,44); }
div.DivClassName
{
background-color: #EF802C;
}
.BgClassName
{
background-color: #EF802C;
}
</style>
border-color css
<style>
span { border-color: #EF802C; }
span { border-color: rgb(239,128,44); }
td.TdClassName
{
border-color: #EF802C;
}
.TagClassName
{
border-color: #EF802C;
}
</style>