Shades of West Side #EF7D2B
Tints of West Side #EF7D2B
RGB
CMYK
RGB Variations
Color information
#EF7D2B (or 0xEF7D2B) is known color: West Side. HEX triplet: EF, 7D and 2B. RGB value is (239,125,43). Sum of RGB (Red+Green+Blue) = 239+125+43=407 (53% of max value = 765). Red value is 239 (93.75% from 255 or 58.72% from 407); Green value is 125 (49.22% from 255 or 30.71% from 407); Blue value is 43 (17.19% from 255 or 10.57% from 407); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7D2B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF7D2B is #1082D4. Grayscale: #969696. Windows color (decimal): -1082069 or 2850287. OLE color: 2850287.
HSL color Cylindrical-coordinate representation of color #EF7D2B: hue angle of 25.1º 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 #EF7D2B is Cyan = 0, Magento = 0.48, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 125 | 43 | - |
| CMYK | 0 | 0.48 | 0.82 | 0.06 |
| HSL | 25.1º | 0.86% | 0.55% | - |
| HSV(B) | 25.1º | 0.82% | 0.94% | - |
| XYZ | 43.37 | 33.19 | 6.41 | - |
| YUV | 149.74 | 67.77 | 191.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 125 | 43 | 0 | 0.48 | 0.82 | 0.06 | 25.1 | 0.86 | 0.55 |
| Hex | EF | 7D | 2B | 0 | 30 | 52 | 6 | 19 | 56 | 37 |
| Octal | 357 | 175 | 53 | 0 | 60 | 122 | 6 | 31 | 126 | 67 |
| Binary | 11101111 | 1111101 | 101011 | 0 | 110000 | 1010010 | 110 | 11001 | 1010110 | 110111 |
Color Harmonies of #EF7D2B
Complementary color
Monochromatic Colors of #EF7D2B
Black with #EF7D2B
Text Example
Text Example
White with #EF7D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7D2B; }
p { color: rgb(239,125,43); }
H1.HeaderClassName
{
color: #EF7D2B;
}
.AnyTagClassName
{
color: #EF7D2B;
}
</style>
background-color css
<style>
a { background-color: #EF7D2B; }
a { background-color: rgb(239,125,43); }
div.DivClassName
{
background-color: #EF7D2B;
}
.BgClassName
{
background-color: #EF7D2B;
}
</style>
border-color css
<style>
span { border-color: #EF7D2B; }
span { border-color: rgb(239,125,43); }
td.TdClassName
{
border-color: #EF7D2B;
}
.TagClassName
{
border-color: #EF7D2B;
}
</style>