Shades of West Side #EB7A32
Tints of West Side #EB7A32
RGB
CMYK
RGB Variations
Color information
#EB7A32 (or 0xEB7A32) is known color: West Side. HEX triplet: EB, 7A and 32. RGB value is (235,122,50). Sum of RGB (Red+Green+Blue) = 235+122+50=407 (53% of max value = 765). Red value is 235 (92.19% from 255 or 57.74% from 407); Green value is 122 (48.05% from 255 or 29.98% from 407); Blue value is 50 (19.92% from 255 or 12.29% from 407); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7A32 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB7A32 is #1485CD. Grayscale: #939393. Windows color (decimal): -1344974 or 3308267. OLE color: 3308267.
HSL color Cylindrical-coordinate representation of color #EB7A32: hue angle of 23.35º 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 #EB7A32 is Cyan = 0, Magento = 0.48, Yellow = 0.79 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 122 | 50 | - |
| CMYK | 0 | 0.48 | 0.79 | 0.08 |
| HSL | 23.35º | 0.82% | 0.56% | - |
| HSV(B) | 23.35º | 0.79% | 0.92% | - |
| XYZ | 41.8 | 31.81 | 6.95 | - |
| YUV | 147.58 | 72.94 | 190.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 122 | 50 | 0 | 0.48 | 0.79 | 0.08 | 23.35 | 0.82 | 0.56 |
| Hex | EB | 7A | 32 | 0 | 30 | 4F | 8 | 17 | 52 | 38 |
| Octal | 353 | 172 | 62 | 0 | 60 | 117 | 10 | 27 | 122 | 70 |
| Binary | 11101011 | 1111010 | 110010 | 0 | 110000 | 1001111 | 1000 | 10111 | 1010010 | 111000 |
Color Harmonies of #EB7A32
Complementary color
Monochromatic Colors of #EB7A32
Black with #EB7A32
Text Example
Text Example
White with #EB7A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB7A32; }
p { color: rgb(235,122,50); }
H1.HeaderClassName
{
color: #EB7A32;
}
.AnyTagClassName
{
color: #EB7A32;
}
</style>
background-color css
<style>
a { background-color: #EB7A32; }
a { background-color: rgb(235,122,50); }
div.DivClassName
{
background-color: #EB7A32;
}
.BgClassName
{
background-color: #EB7A32;
}
</style>
border-color css
<style>
span { border-color: #EB7A32; }
span { border-color: rgb(235,122,50); }
td.TdClassName
{
border-color: #EB7A32;
}
.TagClassName
{
border-color: #EB7A32;
}
</style>