Shades of West Side #E6852B
Tints of West Side #E6852B
RGB
CMYK
RGB Variations
Color information
#E6852B (or 0xE6852B) is known color: West Side. HEX triplet: E6, 85 and 2B. RGB value is (230,133,43). Sum of RGB (Red+Green+Blue) = 230+133+43=406 (53% of max value = 765). Red value is 230 (90.23% from 255 or 56.65% from 406); Green value is 133 (52.34% from 255 or 32.76% from 406); Blue value is 43 (17.19% from 255 or 10.59% from 406); Max value from RGB is 230 - color contains mainly: red. Hex color #E6852B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E6852B is #197AD4. Grayscale: #989898. Windows color (decimal): -1669845 or 2852326. OLE color: 2852326.
HSL color Cylindrical-coordinate representation of color #E6852B: hue angle of 28.88º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E6852B is Cyan = 0, Magento = 0.42, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 133 | 43 | - |
| CMYK | 0 | 0.42 | 0.81 | 0.10 |
| HSL | 28.88º | 0.79% | 0.54% | - |
| HSV(B) | 28.88º | 0.81% | 0.9% | - |
| XYZ | 41.46 | 33.77 | 6.62 | - |
| YUV | 151.74 | 66.64 | 183.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 133 | 43 | 0 | 0.42 | 0.81 | 0.10 | 28.88 | 0.79 | 0.54 |
| Hex | E6 | 85 | 2B | 0 | 2A | 51 | A | 1D | 4F | 36 |
| Octal | 346 | 205 | 53 | 0 | 52 | 121 | 12 | 35 | 117 | 66 |
| Binary | 11100110 | 10000101 | 101011 | 0 | 101010 | 1010001 | 1010 | 11101 | 1001111 | 110110 |
Color Harmonies of #E6852B
Complementary color
Monochromatic Colors of #E6852B
Black with #E6852B
Text Example
Text Example
White with #E6852B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6852B; }
p { color: rgb(230,133,43); }
H1.HeaderClassName
{
color: #E6852B;
}
.AnyTagClassName
{
color: #E6852B;
}
</style>
background-color css
<style>
a { background-color: #E6852B; }
a { background-color: rgb(230,133,43); }
div.DivClassName
{
background-color: #E6852B;
}
.BgClassName
{
background-color: #E6852B;
}
</style>
border-color css
<style>
span { border-color: #E6852B; }
span { border-color: rgb(230,133,43); }
td.TdClassName
{
border-color: #E6852B;
}
.TagClassName
{
border-color: #E6852B;
}
</style>