Shades of West Side #E6852E
Tints of West Side #E6852E
RGB
CMYK
RGB Variations
Color information
#E6852E (or 0xE6852E) is known color: West Side. HEX triplet: E6, 85 and 2E. RGB value is (230,133,46). Sum of RGB (Red+Green+Blue) = 230+133+46=409 (54% of max value = 765). Red value is 230 (90.23% from 255 or 56.23% from 409); Green value is 133 (52.34% from 255 or 32.52% from 409); Blue value is 46 (18.36% from 255 or 11.25% from 409); Max value from RGB is 230 - color contains mainly: red. Hex color #E6852E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E6852E is #197AD1. Grayscale: #989898. Windows color (decimal): -1669842 or 3048934. OLE color: 3048934.
HSL color Cylindrical-coordinate representation of color #E6852E: hue angle of 28.37º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E6852E is Cyan = 0, Magento = 0.42, Yellow = 0.8 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 133 | 46 | - |
| CMYK | 0 | 0.42 | 0.8 | 0.10 |
| HSL | 28.37º | 0.79% | 0.54% | - |
| HSV(B) | 28.37º | 0.8% | 0.9% | - |
| XYZ | 41.51 | 33.8 | 6.92 | - |
| YUV | 152.09 | 68.14 | 183.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 133 | 46 | 0 | 0.42 | 0.8 | 0.10 | 28.37 | 0.79 | 0.54 |
| Hex | E6 | 85 | 2E | 0 | 2A | 50 | A | 1C | 4F | 36 |
| Octal | 346 | 205 | 56 | 0 | 52 | 120 | 12 | 34 | 117 | 66 |
| Binary | 11100110 | 10000101 | 101110 | 0 | 101010 | 1010000 | 1010 | 11100 | 1001111 | 110110 |
Color Harmonies of #E6852E
Complementary color
Monochromatic Colors of #E6852E
Black with #E6852E
Text Example
Text Example
White with #E6852E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6852E; }
p { color: rgb(230,133,46); }
H1.HeaderClassName
{
color: #E6852E;
}
.AnyTagClassName
{
color: #E6852E;
}
</style>
background-color css
<style>
a { background-color: #E6852E; }
a { background-color: rgb(230,133,46); }
div.DivClassName
{
background-color: #E6852E;
}
.BgClassName
{
background-color: #E6852E;
}
</style>
border-color css
<style>
span { border-color: #E6852E; }
span { border-color: rgb(230,133,46); }
td.TdClassName
{
border-color: #E6852E;
}
.TagClassName
{
border-color: #E6852E;
}
</style>