Shades of West Side #EF7C2D
Tints of West Side #EF7C2D
RGB
CMYK
RGB Variations
Color information
#EF7C2D (or 0xEF7C2D) is known color: West Side. HEX triplet: EF, 7C and 2D. RGB value is (239,124,45). Sum of RGB (Red+Green+Blue) = 239+124+45=408 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.58% from 408); Green value is 124 (48.83% from 255 or 30.39% from 408); Blue value is 45 (17.97% from 255 or 11.03% from 408); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7C2D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF7C2D is #1083D2. Grayscale: #959595. Windows color (decimal): -1082323 or 2981103. OLE color: 2981103.
HSL color Cylindrical-coordinate representation of color #EF7C2D: hue angle of 24.43º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EF7C2D is Cyan = 0, Magento = 0.48, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 124 | 45 | - |
| CMYK | 0 | 0.48 | 0.81 | 0.06 |
| HSL | 24.43º | 0.86% | 0.56% | - |
| HSV(B) | 24.43º | 0.81% | 0.94% | - |
| XYZ | 43.28 | 32.96 | 6.56 | - |
| YUV | 149.38 | 69.1 | 191.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 124 | 45 | 0 | 0.48 | 0.81 | 0.06 | 24.43 | 0.86 | 0.56 |
| Hex | EF | 7C | 2D | 0 | 30 | 51 | 6 | 18 | 56 | 38 |
| Octal | 357 | 174 | 55 | 0 | 60 | 121 | 6 | 30 | 126 | 70 |
| Binary | 11101111 | 1111100 | 101101 | 0 | 110000 | 1010001 | 110 | 11000 | 1010110 | 111000 |
Color Harmonies of #EF7C2D
Complementary color
Monochromatic Colors of #EF7C2D
Black with #EF7C2D
Text Example
Text Example
White with #EF7C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7C2D; }
p { color: rgb(239,124,45); }
H1.HeaderClassName
{
color: #EF7C2D;
}
.AnyTagClassName
{
color: #EF7C2D;
}
</style>
background-color css
<style>
a { background-color: #EF7C2D; }
a { background-color: rgb(239,124,45); }
div.DivClassName
{
background-color: #EF7C2D;
}
.BgClassName
{
background-color: #EF7C2D;
}
</style>
border-color css
<style>
span { border-color: #EF7C2D; }
span { border-color: rgb(239,124,45); }
td.TdClassName
{
border-color: #EF7C2D;
}
.TagClassName
{
border-color: #EF7C2D;
}
</style>