Shades of West Side #EF8234
Tints of West Side #EF8234
RGB
CMYK
RGB Variations
Color information
#EF8234 (or 0xEF8234) is known color: West Side. HEX triplet: EF, 82 and 34. RGB value is (239,130,52). Sum of RGB (Red+Green+Blue) = 239+130+52=421 (55% of max value = 765). Red value is 239 (93.75% from 255 or 56.77% from 421); Green value is 130 (51.17% from 255 or 30.88% from 421); Blue value is 52 (20.70% from 255 or 12.35% from 421); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8234 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF8234 is #107DCB. Grayscale: #9A9A9A. Windows color (decimal): -1080780 or 3441391. OLE color: 3441391.
HSL color Cylindrical-coordinate representation of color #EF8234: hue angle of 25.03º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EF8234 is Cyan = 0, Magento = 0.46, Yellow = 0.78 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 130 | 52 | - |
| CMYK | 0 | 0.46 | 0.78 | 0.06 |
| HSL | 25.03º | 0.85% | 0.57% | - |
| HSV(B) | 25.03º | 0.78% | 0.94% | - |
| XYZ | 44.2 | 34.56 | 7.59 | - |
| YUV | 153.7 | 70.61 | 188.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 130 | 52 | 0 | 0.46 | 0.78 | 0.06 | 25.03 | 0.85 | 0.57 |
| Hex | EF | 82 | 34 | 0 | 2E | 4E | 6 | 19 | 55 | 39 |
| Octal | 357 | 202 | 64 | 0 | 56 | 116 | 6 | 31 | 125 | 71 |
| Binary | 11101111 | 10000010 | 110100 | 0 | 101110 | 1001110 | 110 | 11001 | 1010101 | 111001 |
Color Harmonies of #EF8234
Complementary color
Monochromatic Colors of #EF8234
Black with #EF8234
Text Example
Text Example
White with #EF8234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8234; }
p { color: rgb(239,130,52); }
H1.HeaderClassName
{
color: #EF8234;
}
.AnyTagClassName
{
color: #EF8234;
}
</style>
background-color css
<style>
a { background-color: #EF8234; }
a { background-color: rgb(239,130,52); }
div.DivClassName
{
background-color: #EF8234;
}
.BgClassName
{
background-color: #EF8234;
}
</style>
border-color css
<style>
span { border-color: #EF8234; }
span { border-color: rgb(239,130,52); }
td.TdClassName
{
border-color: #EF8234;
}
.TagClassName
{
border-color: #EF8234;
}
</style>