Shades of West Side #EB7C32
Tints of West Side #EB7C32
RGB
CMYK
RGB Variations
Color information
#EB7C32 (or 0xEB7C32) is known color: West Side. HEX triplet: EB, 7C and 32. RGB value is (235,124,50). Sum of RGB (Red+Green+Blue) = 235+124+50=409 (54% of max value = 765). Red value is 235 (92.19% from 255 or 57.46% from 409); Green value is 124 (48.83% from 255 or 30.32% from 409); Blue value is 50 (19.92% from 255 or 12.22% from 409); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7C32 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB7C32 is #1483CD. Grayscale: #959595. Windows color (decimal): -1344462 or 3308779. OLE color: 3308779.
HSL color Cylindrical-coordinate representation of color #EB7C32: hue angle of 24º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EB7C32 is Cyan = 0, Magento = 0.47, Yellow = 0.79 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 124 | 50 | - |
| CMYK | 0 | 0.47 | 0.79 | 0.08 |
| HSL | 24º | 0.82% | 0.56% | - |
| HSV(B) | 24º | 0.79% | 0.92% | - |
| XYZ | 42.04 | 32.31 | 7.04 | - |
| YUV | 148.75 | 72.27 | 189.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 124 | 50 | 0 | 0.47 | 0.79 | 0.08 | 24 | 0.82 | 0.56 |
| Hex | EB | 7C | 32 | 0 | 2F | 4F | 8 | 18 | 52 | 38 |
| Octal | 353 | 174 | 62 | 0 | 57 | 117 | 10 | 30 | 122 | 70 |
| Binary | 11101011 | 1111100 | 110010 | 0 | 101111 | 1001111 | 1000 | 11000 | 1010010 | 111000 |
Color Harmonies of #EB7C32
Complementary color
Monochromatic Colors of #EB7C32
Black with #EB7C32
Text Example
Text Example
White with #EB7C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB7C32; }
p { color: rgb(235,124,50); }
H1.HeaderClassName
{
color: #EB7C32;
}
.AnyTagClassName
{
color: #EB7C32;
}
</style>
background-color css
<style>
a { background-color: #EB7C32; }
a { background-color: rgb(235,124,50); }
div.DivClassName
{
background-color: #EB7C32;
}
.BgClassName
{
background-color: #EB7C32;
}
</style>
border-color css
<style>
span { border-color: #EB7C32; }
span { border-color: rgb(235,124,50); }
td.TdClassName
{
border-color: #EB7C32;
}
.TagClassName
{
border-color: #EB7C32;
}
</style>