Shades of West Side #EF822F
Tints of West Side #EF822F
RGB
CMYK
RGB Variations
Color information
#EF822F (or 0xEF822F) is known color: West Side. HEX triplet: EF, 82 and 2F. RGB value is (239,130,47). Sum of RGB (Red+Green+Blue) = 239+130+47=416 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.45% from 416); Green value is 130 (51.17% from 255 or 31.25% from 416); Blue value is 47 (18.75% from 255 or 11.30% from 416); Max value from RGB is 239 - color contains mainly: red. Hex color #EF822F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF822F is #107DD0. Grayscale: #999999. Windows color (decimal): -1080785 or 3113711. OLE color: 3113711.
HSL color Cylindrical-coordinate representation of color #EF822F: hue angle of 25.94º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EF822F is Cyan = 0, Magento = 0.46, Yellow = 0.80 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 130 | 47 | - |
| CMYK | 0 | 0.46 | 0.80 | 0.06 |
| HSL | 25.94º | 0.86% | 0.56% | - |
| HSV(B) | 25.94º | 0.8% | 0.94% | - |
| XYZ | 44.09 | 34.52 | 7.03 | - |
| YUV | 153.13 | 68.11 | 189.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 130 | 47 | 0 | 0.46 | 0.80 | 0.06 | 25.94 | 0.86 | 0.56 |
| Hex | EF | 82 | 2F | 0 | 2E | 50 | 6 | 1A | 56 | 38 |
| Octal | 357 | 202 | 57 | 0 | 56 | 120 | 6 | 32 | 126 | 70 |
| Binary | 11101111 | 10000010 | 101111 | 0 | 101110 | 1010000 | 110 | 11010 | 1010110 | 111000 |
Color Harmonies of #EF822F
Complementary color
Monochromatic Colors of #EF822F
Black with #EF822F
Text Example
Text Example
White with #EF822F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF822F; }
p { color: rgb(239,130,47); }
H1.HeaderClassName
{
color: #EF822F;
}
.AnyTagClassName
{
color: #EF822F;
}
</style>
background-color css
<style>
a { background-color: #EF822F; }
a { background-color: rgb(239,130,47); }
div.DivClassName
{
background-color: #EF822F;
}
.BgClassName
{
background-color: #EF822F;
}
</style>
border-color css
<style>
span { border-color: #EF822F; }
span { border-color: rgb(239,130,47); }
td.TdClassName
{
border-color: #EF822F;
}
.TagClassName
{
border-color: #EF822F;
}
</style>