Shades of West Side #EF7B2B
Tints of West Side #EF7B2B
RGB
CMYK
RGB Variations
Color information
#EF7B2B (or 0xEF7B2B) is known color: West Side. HEX triplet: EF, 7B and 2B. RGB value is (239,123,43). Sum of RGB (Red+Green+Blue) = 239+123+43=405 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.01% from 405); Green value is 123 (48.44% from 255 or 30.37% from 405); Blue value is 43 (17.19% from 255 or 10.62% from 405); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7B2B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF7B2B is #1084D4. Grayscale: #949494. Windows color (decimal): -1082581 or 2849775. OLE color: 2849775.
HSL color Cylindrical-coordinate representation of color #EF7B2B: hue angle of 24.49º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EF7B2B is Cyan = 0, Magento = 0.49, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 123 | 43 | - |
| CMYK | 0 | 0.49 | 0.82 | 0.06 |
| HSL | 24.49º | 0.86% | 0.55% | - |
| HSV(B) | 24.49º | 0.82% | 0.94% | - |
| XYZ | 43.12 | 32.69 | 6.32 | - |
| YUV | 148.56 | 68.43 | 192.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 123 | 43 | 0 | 0.49 | 0.82 | 0.06 | 24.49 | 0.86 | 0.55 |
| Hex | EF | 7B | 2B | 0 | 31 | 52 | 6 | 18 | 56 | 37 |
| Octal | 357 | 173 | 53 | 0 | 61 | 122 | 6 | 30 | 126 | 67 |
| Binary | 11101111 | 1111011 | 101011 | 0 | 110001 | 1010010 | 110 | 11000 | 1010110 | 110111 |
Color Harmonies of #EF7B2B
Complementary color
Monochromatic Colors of #EF7B2B
Black with #EF7B2B
Text Example
Text Example
White with #EF7B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7B2B; }
p { color: rgb(239,123,43); }
H1.HeaderClassName
{
color: #EF7B2B;
}
.AnyTagClassName
{
color: #EF7B2B;
}
</style>
background-color css
<style>
a { background-color: #EF7B2B; }
a { background-color: rgb(239,123,43); }
div.DivClassName
{
background-color: #EF7B2B;
}
.BgClassName
{
background-color: #EF7B2B;
}
</style>
border-color css
<style>
span { border-color: #EF7B2B; }
span { border-color: rgb(239,123,43); }
td.TdClassName
{
border-color: #EF7B2B;
}
.TagClassName
{
border-color: #EF7B2B;
}
</style>