Shades of West Side #EF7B2D
Tints of West Side #EF7B2D
RGB
CMYK
RGB Variations
Color information
#EF7B2D (or 0xEF7B2D) is known color: West Side. HEX triplet: EF, 7B and 2D. RGB value is (239,123,45). Sum of RGB (Red+Green+Blue) = 239+123+45=407 (53% of max value = 765). Red value is 239 (93.75% from 255 or 58.72% from 407); Green value is 123 (48.44% from 255 or 30.22% from 407); Blue value is 45 (17.97% from 255 or 11.06% from 407); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7B2D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF7B2D is #1084D2. Grayscale: #959595. Windows color (decimal): -1082579 or 2980847. OLE color: 2980847.
HSL color Cylindrical-coordinate representation of color #EF7B2D: hue angle of 24.12º 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 #EF7B2D is Cyan = 0, Magento = 0.49, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 123 | 45 | - |
| CMYK | 0 | 0.49 | 0.81 | 0.06 |
| HSL | 24.12º | 0.86% | 0.56% | - |
| HSV(B) | 24.12º | 0.81% | 0.94% | - |
| XYZ | 43.15 | 32.71 | 6.52 | - |
| YUV | 148.79 | 69.43 | 192.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 123 | 45 | 0 | 0.49 | 0.81 | 0.06 | 24.12 | 0.86 | 0.56 |
| Hex | EF | 7B | 2D | 0 | 31 | 51 | 6 | 18 | 56 | 38 |
| Octal | 357 | 173 | 55 | 0 | 61 | 121 | 6 | 30 | 126 | 70 |
| Binary | 11101111 | 1111011 | 101101 | 0 | 110001 | 1010001 | 110 | 11000 | 1010110 | 111000 |
Color Harmonies of #EF7B2D
Complementary color
Monochromatic Colors of #EF7B2D
Black with #EF7B2D
Text Example
Text Example
White with #EF7B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7B2D; }
p { color: rgb(239,123,45); }
H1.HeaderClassName
{
color: #EF7B2D;
}
.AnyTagClassName
{
color: #EF7B2D;
}
</style>
background-color css
<style>
a { background-color: #EF7B2D; }
a { background-color: rgb(239,123,45); }
div.DivClassName
{
background-color: #EF7B2D;
}
.BgClassName
{
background-color: #EF7B2D;
}
</style>
border-color css
<style>
span { border-color: #EF7B2D; }
span { border-color: rgb(239,123,45); }
td.TdClassName
{
border-color: #EF7B2D;
}
.TagClassName
{
border-color: #EF7B2D;
}
</style>