Shades of West Side #E77D32
Tints of West Side #E77D32
RGB
CMYK
RGB Variations
Color information
#E77D32 (or 0xE77D32) is known color: West Side. HEX triplet: E7, 7D and 32. RGB value is (231,125,50). Sum of RGB (Red+Green+Blue) = 231+125+50=406 (53% of max value = 765). Red value is 231 (90.62% from 255 or 56.90% from 406); Green value is 125 (49.22% from 255 or 30.79% from 406); Blue value is 50 (19.92% from 255 or 12.32% from 406); Max value from RGB is 231 - color contains mainly: red. Hex color #E77D32 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E77D32 is #1882CD. Grayscale: #949494. Windows color (decimal): -1606350 or 3309031. OLE color: 3309031.
HSL color Cylindrical-coordinate representation of color #E77D32: hue angle of 24.86º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E77D32 is Cyan = 0, Magento = 0.46, Yellow = 0.78 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 125 | 50 | - |
| CMYK | 0 | 0.46 | 0.78 | 0.09 |
| HSL | 24.86º | 0.79% | 0.55% | - |
| HSV(B) | 24.86º | 0.78% | 0.91% | - |
| XYZ | 40.86 | 31.89 | 7.02 | - |
| YUV | 148.14 | 72.62 | 187.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 125 | 50 | 0 | 0.46 | 0.78 | 0.09 | 24.86 | 0.79 | 0.55 |
| Hex | E7 | 7D | 32 | 0 | 2E | 4E | 9 | 19 | 4F | 37 |
| Octal | 347 | 175 | 62 | 0 | 56 | 116 | 11 | 31 | 117 | 67 |
| Binary | 11100111 | 1111101 | 110010 | 0 | 101110 | 1001110 | 1001 | 11001 | 1001111 | 110111 |
Color Harmonies of #E77D32
Complementary color
Monochromatic Colors of #E77D32
Black with #E77D32
Text Example
Text Example
White with #E77D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77D32; }
p { color: rgb(231,125,50); }
H1.HeaderClassName
{
color: #E77D32;
}
.AnyTagClassName
{
color: #E77D32;
}
</style>
background-color css
<style>
a { background-color: #E77D32; }
a { background-color: rgb(231,125,50); }
div.DivClassName
{
background-color: #E77D32;
}
.BgClassName
{
background-color: #E77D32;
}
</style>
border-color css
<style>
span { border-color: #E77D32; }
span { border-color: rgb(231,125,50); }
td.TdClassName
{
border-color: #E77D32;
}
.TagClassName
{
border-color: #E77D32;
}
</style>