Shades of West Side #EC853D
Tints of West Side #EC853D
RGB
CMYK
RGB Variations
Color information
#EC853D (or 0xEC853D) is known color: West Side. HEX triplet: EC, 85 and 3D. RGB value is (236,133,61). Sum of RGB (Red+Green+Blue) = 236+133+61=430 (56% of max value = 765). Red value is 236 (92.58% from 255 or 54.88% from 430); Green value is 133 (52.34% from 255 or 30.93% from 430); Blue value is 61 (24.22% from 255 or 14.19% from 430); Max value from RGB is 236 - color contains mainly: red. Hex color #EC853D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC853D is #137AC2. Grayscale: #9B9B9B. Windows color (decimal): -1276611 or 4031980. OLE color: 4031980.
HSL color Cylindrical-coordinate representation of color #EC853D: hue angle of 24.69º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EC853D is Cyan = 0, Magento = 0.44, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 133 | 61 | - |
| CMYK | 0 | 0.44 | 0.74 | 0.07 |
| HSL | 24.69º | 0.82% | 0.58% | - |
| HSV(B) | 24.69º | 0.74% | 0.93% | - |
| XYZ | 43.82 | 34.94 | 8.85 | - |
| YUV | 155.59 | 74.62 | 185.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 133 | 61 | 0 | 0.44 | 0.74 | 0.07 | 24.69 | 0.82 | 0.58 |
| Hex | EC | 85 | 3D | 0 | 2C | 4A | 7 | 19 | 52 | 3A |
| Octal | 354 | 205 | 75 | 0 | 54 | 112 | 7 | 31 | 122 | 72 |
| Binary | 11101100 | 10000101 | 111101 | 0 | 101100 | 1001010 | 111 | 11001 | 1010010 | 111010 |
Color Harmonies of #EC853D
Complementary color
Monochromatic Colors of #EC853D
Black with #EC853D
Text Example
Text Example
White with #EC853D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC853D; }
p { color: rgb(236,133,61); }
H1.HeaderClassName
{
color: #EC853D;
}
.AnyTagClassName
{
color: #EC853D;
}
</style>
background-color css
<style>
a { background-color: #EC853D; }
a { background-color: rgb(236,133,61); }
div.DivClassName
{
background-color: #EC853D;
}
.BgClassName
{
background-color: #EC853D;
}
</style>
border-color css
<style>
span { border-color: #EC853D; }
span { border-color: rgb(236,133,61); }
td.TdClassName
{
border-color: #EC853D;
}
.TagClassName
{
border-color: #EC853D;
}
</style>