Shades of West Side #EB7F2C
Tints of West Side #EB7F2C
RGB
CMYK
RGB Variations
Color information
#EB7F2C (or 0xEB7F2C) is known color: West Side. HEX triplet: EB, 7F and 2C. RGB value is (235,127,44). Sum of RGB (Red+Green+Blue) = 235+127+44=406 (53% of max value = 765). Red value is 235 (92.19% from 255 or 57.88% from 406); Green value is 127 (50% from 255 or 31.28% from 406); Blue value is 44 (17.58% from 255 or 10.84% from 406); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7F2C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB7F2C is #1480D3. Grayscale: #969696. Windows color (decimal): -1343700 or 2916331. OLE color: 2916331.
HSL color Cylindrical-coordinate representation of color #EB7F2C: hue angle of 26.07º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EB7F2C is Cyan = 0, Magento = 0.46, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 127 | 44 | - |
| CMYK | 0 | 0.46 | 0.81 | 0.08 |
| HSL | 26.07º | 0.83% | 0.55% | - |
| HSV(B) | 26.07º | 0.81% | 0.92% | - |
| XYZ | 42.3 | 33.02 | 6.53 | - |
| YUV | 149.83 | 68.28 | 188.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 127 | 44 | 0 | 0.46 | 0.81 | 0.08 | 26.07 | 0.83 | 0.55 |
| Hex | EB | 7F | 2C | 0 | 2E | 51 | 8 | 1A | 53 | 37 |
| Octal | 353 | 177 | 54 | 0 | 56 | 121 | 10 | 32 | 123 | 67 |
| Binary | 11101011 | 1111111 | 101100 | 0 | 101110 | 1010001 | 1000 | 11010 | 1010011 | 110111 |
Color Harmonies of #EB7F2C
Complementary color
Monochromatic Colors of #EB7F2C
Black with #EB7F2C
Text Example
Text Example
White with #EB7F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB7F2C; }
p { color: rgb(235,127,44); }
H1.HeaderClassName
{
color: #EB7F2C;
}
.AnyTagClassName
{
color: #EB7F2C;
}
</style>
background-color css
<style>
a { background-color: #EB7F2C; }
a { background-color: rgb(235,127,44); }
div.DivClassName
{
background-color: #EB7F2C;
}
.BgClassName
{
background-color: #EB7F2C;
}
</style>
border-color css
<style>
span { border-color: #EB7F2C; }
span { border-color: rgb(235,127,44); }
td.TdClassName
{
border-color: #EB7F2C;
}
.TagClassName
{
border-color: #EB7F2C;
}
</style>