Shades of West Side #EF8333
Tints of West Side #EF8333
RGB
CMYK
RGB Variations
Color information
#EF8333 (or 0xEF8333) is known color: West Side. HEX triplet: EF, 83 and 33. RGB value is (239,131,51). Sum of RGB (Red+Green+Blue) = 239+131+51=421 (55% of max value = 765). Red value is 239 (93.75% from 255 or 56.77% from 421); Green value is 131 (51.56% from 255 or 31.12% from 421); Blue value is 51 (20.31% from 255 or 12.11% from 421); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8333 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF8333 is #107CCC. Grayscale: #9A9A9A. Windows color (decimal): -1080525 or 3376111. OLE color: 3376111.
HSL color Cylindrical-coordinate representation of color #EF8333: hue angle of 25.53º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EF8333 is Cyan = 0, Magento = 0.45, Yellow = 0.79 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 131 | 51 | - |
| CMYK | 0 | 0.45 | 0.79 | 0.06 |
| HSL | 25.53º | 0.85% | 0.57% | - |
| HSV(B) | 25.53º | 0.79% | 0.94% | - |
| XYZ | 44.31 | 34.82 | 7.52 | - |
| YUV | 154.17 | 69.78 | 188.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 131 | 51 | 0 | 0.45 | 0.79 | 0.06 | 25.53 | 0.85 | 0.57 |
| Hex | EF | 83 | 33 | 0 | 2D | 4F | 6 | 1A | 55 | 39 |
| Octal | 357 | 203 | 63 | 0 | 55 | 117 | 6 | 32 | 125 | 71 |
| Binary | 11101111 | 10000011 | 110011 | 0 | 101101 | 1001111 | 110 | 11010 | 1010101 | 111001 |
Color Harmonies of #EF8333
Complementary color
Monochromatic Colors of #EF8333
Black with #EF8333
Text Example
Text Example
White with #EF8333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8333; }
p { color: rgb(239,131,51); }
H1.HeaderClassName
{
color: #EF8333;
}
.AnyTagClassName
{
color: #EF8333;
}
</style>
background-color css
<style>
a { background-color: #EF8333; }
a { background-color: rgb(239,131,51); }
div.DivClassName
{
background-color: #EF8333;
}
.BgClassName
{
background-color: #EF8333;
}
</style>
border-color css
<style>
span { border-color: #EF8333; }
span { border-color: rgb(239,131,51); }
td.TdClassName
{
border-color: #EF8333;
}
.TagClassName
{
border-color: #EF8333;
}
</style>