Shades of West Side #E77F2F
Tints of West Side #E77F2F
RGB
CMYK
RGB Variations
Color information
#E77F2F (or 0xE77F2F) is known color: West Side. HEX triplet: E7, 7F and 2F. RGB value is (231,127,47). Sum of RGB (Red+Green+Blue) = 231+127+47=405 (53% of max value = 765). Red value is 231 (90.62% from 255 or 57.04% from 405); Green value is 127 (50% from 255 or 31.36% from 405); Blue value is 47 (18.75% from 255 or 11.60% from 405); Max value from RGB is 231 - color contains mainly: red. Hex color #E77F2F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E77F2F is #1880D0. Grayscale: #959595. Windows color (decimal): -1605841 or 3112935. OLE color: 3112935.
HSL color Cylindrical-coordinate representation of color #E77F2F: hue angle of 26.09º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E77F2F is Cyan = 0, Magento = 0.45, Yellow = 0.80 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 127 | 47 | - |
| CMYK | 0 | 0.45 | 0.80 | 0.09 |
| HSL | 26.09º | 0.79% | 0.55% | - |
| HSV(B) | 26.09º | 0.8% | 0.91% | - |
| XYZ | 41.06 | 32.37 | 6.77 | - |
| YUV | 148.98 | 70.46 | 186.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 127 | 47 | 0 | 0.45 | 0.80 | 0.09 | 26.09 | 0.79 | 0.55 |
| Hex | E7 | 7F | 2F | 0 | 2D | 50 | 9 | 1A | 4F | 37 |
| Octal | 347 | 177 | 57 | 0 | 55 | 120 | 11 | 32 | 117 | 67 |
| Binary | 11100111 | 1111111 | 101111 | 0 | 101101 | 1010000 | 1001 | 11010 | 1001111 | 110111 |
Color Harmonies of #E77F2F
Complementary color
Monochromatic Colors of #E77F2F
Black with #E77F2F
Text Example
Text Example
White with #E77F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77F2F; }
p { color: rgb(231,127,47); }
H1.HeaderClassName
{
color: #E77F2F;
}
.AnyTagClassName
{
color: #E77F2F;
}
</style>
background-color css
<style>
a { background-color: #E77F2F; }
a { background-color: rgb(231,127,47); }
div.DivClassName
{
background-color: #E77F2F;
}
.BgClassName
{
background-color: #E77F2F;
}
</style>
border-color css
<style>
span { border-color: #E77F2F; }
span { border-color: rgb(231,127,47); }
td.TdClassName
{
border-color: #E77F2F;
}
.TagClassName
{
border-color: #E77F2F;
}
</style>