Shades of West Side #EF7B29
Tints of West Side #EF7B29
RGB
CMYK
RGB Variations
Color information
#EF7B29 (or 0xEF7B29) is known color: West Side. HEX triplet: EF, 7B and 29. RGB value is (239,123,41). Sum of RGB (Red+Green+Blue) = 239+123+41=403 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.31% from 403); Green value is 123 (48.44% from 255 or 30.52% from 403); Blue value is 41 (16.41% from 255 or 10.17% from 403); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7B29 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF7B29 is #1084D6. Grayscale: #949494. Windows color (decimal): -1082583 or 2718703. OLE color: 2718703.
HSL color Cylindrical-coordinate representation of color #EF7B29: hue angle of 24.85º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EF7B29 is Cyan = 0, Magento = 0.49, Yellow = 0.83 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 123 | 41 | - |
| CMYK | 0 | 0.49 | 0.83 | 0.06 |
| HSL | 24.85º | 0.86% | 0.55% | - |
| HSV(B) | 24.85º | 0.83% | 0.94% | - |
| XYZ | 43.08 | 32.68 | 6.13 | - |
| YUV | 148.34 | 67.43 | 192.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 123 | 41 | 0 | 0.49 | 0.83 | 0.06 | 24.85 | 0.86 | 0.55 |
| Hex | EF | 7B | 29 | 0 | 31 | 53 | 6 | 19 | 56 | 37 |
| Octal | 357 | 173 | 51 | 0 | 61 | 123 | 6 | 31 | 126 | 67 |
| Binary | 11101111 | 1111011 | 101001 | 0 | 110001 | 1010011 | 110 | 11001 | 1010110 | 110111 |
Color Harmonies of #EF7B29
Complementary color
Monochromatic Colors of #EF7B29
Black with #EF7B29
Text Example
Text Example
White with #EF7B29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7B29; }
p { color: rgb(239,123,41); }
H1.HeaderClassName
{
color: #EF7B29;
}
.AnyTagClassName
{
color: #EF7B29;
}
</style>
background-color css
<style>
a { background-color: #EF7B29; }
a { background-color: rgb(239,123,41); }
div.DivClassName
{
background-color: #EF7B29;
}
.BgClassName
{
background-color: #EF7B29;
}
</style>
border-color css
<style>
span { border-color: #EF7B29; }
span { border-color: rgb(239,123,41); }
td.TdClassName
{
border-color: #EF7B29;
}
.TagClassName
{
border-color: #EF7B29;
}
</style>