Shades of West Side #E7852D
Tints of West Side #E7852D
RGB
CMYK
RGB Variations
Color information
#E7852D (or 0xE7852D) is known color: West Side. HEX triplet: E7, 85 and 2D. RGB value is (231,133,45). Sum of RGB (Red+Green+Blue) = 231+133+45=409 (54% of max value = 765). Red value is 231 (90.62% from 255 or 56.48% from 409); Green value is 133 (52.34% from 255 or 32.52% from 409); Blue value is 45 (17.97% from 255 or 11.00% from 409); Max value from RGB is 231 - color contains mainly: red. Hex color #E7852D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E7852D is #187AD2. Grayscale: #989898. Windows color (decimal): -1604307 or 2983399. OLE color: 2983399.
HSL color Cylindrical-coordinate representation of color #E7852D: hue angle of 28.39º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E7852D is Cyan = 0, Magento = 0.42, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 133 | 45 | - |
| CMYK | 0 | 0.42 | 0.81 | 0.09 |
| HSL | 28.39º | 0.79% | 0.54% | - |
| HSV(B) | 28.39º | 0.81% | 0.91% | - |
| XYZ | 41.82 | 33.95 | 6.83 | - |
| YUV | 152.27 | 67.47 | 184.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 133 | 45 | 0 | 0.42 | 0.81 | 0.09 | 28.39 | 0.79 | 0.54 |
| Hex | E7 | 85 | 2D | 0 | 2A | 51 | 9 | 1C | 4F | 36 |
| Octal | 347 | 205 | 55 | 0 | 52 | 121 | 11 | 34 | 117 | 66 |
| Binary | 11100111 | 10000101 | 101101 | 0 | 101010 | 1010001 | 1001 | 11100 | 1001111 | 110110 |
Color Harmonies of #E7852D
Complementary color
Monochromatic Colors of #E7852D
Black with #E7852D
Text Example
Text Example
White with #E7852D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7852D; }
p { color: rgb(231,133,45); }
H1.HeaderClassName
{
color: #E7852D;
}
.AnyTagClassName
{
color: #E7852D;
}
</style>
background-color css
<style>
a { background-color: #E7852D; }
a { background-color: rgb(231,133,45); }
div.DivClassName
{
background-color: #E7852D;
}
.BgClassName
{
background-color: #E7852D;
}
</style>
border-color css
<style>
span { border-color: #E7852D; }
span { border-color: rgb(231,133,45); }
td.TdClassName
{
border-color: #E7852D;
}
.TagClassName
{
border-color: #E7852D;
}
</style>