Shades of West Side #EB863C
Tints of West Side #EB863C
RGB
CMYK
RGB Variations
Color information
#EB863C (or 0xEB863C) is known color: West Side. HEX triplet: EB, 86 and 3C. RGB value is (235,134,60). Sum of RGB (Red+Green+Blue) = 235+134+60=429 (56% of max value = 765). Red value is 235 (92.19% from 255 or 54.78% from 429); Green value is 134 (52.73% from 255 or 31.24% from 429); Blue value is 60 (23.83% from 255 or 13.99% from 429); Max value from RGB is 235 - color contains mainly: red. Hex color #EB863C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB863C is #1479C3. Grayscale: #9C9C9C. Windows color (decimal): -1341892 or 3966699. OLE color: 3966699.
HSL color Cylindrical-coordinate representation of color #EB863C: hue angle of 25.37º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EB863C is Cyan = 0, Magento = 0.43, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 134 | 60 | - |
| CMYK | 0 | 0.43 | 0.74 | 0.08 |
| HSL | 25.37º | 0.81% | 0.58% | - |
| HSV(B) | 25.37º | 0.74% | 0.92% | - |
| XYZ | 43.6 | 35.04 | 8.74 | - |
| YUV | 155.76 | 73.96 | 184.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 134 | 60 | 0 | 0.43 | 0.74 | 0.08 | 25.37 | 0.81 | 0.58 |
| Hex | EB | 86 | 3C | 0 | 2B | 4A | 8 | 19 | 51 | 3A |
| Octal | 353 | 206 | 74 | 0 | 53 | 112 | 10 | 31 | 121 | 72 |
| Binary | 11101011 | 10000110 | 111100 | 0 | 101011 | 1001010 | 1000 | 11001 | 1010001 | 111010 |
Color Harmonies of #EB863C
Complementary color
Monochromatic Colors of #EB863C
Black with #EB863C
Text Example
Text Example
White with #EB863C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB863C; }
p { color: rgb(235,134,60); }
H1.HeaderClassName
{
color: #EB863C;
}
.AnyTagClassName
{
color: #EB863C;
}
</style>
background-color css
<style>
a { background-color: #EB863C; }
a { background-color: rgb(235,134,60); }
div.DivClassName
{
background-color: #EB863C;
}
.BgClassName
{
background-color: #EB863C;
}
</style>
border-color css
<style>
span { border-color: #EB863C; }
span { border-color: rgb(235,134,60); }
td.TdClassName
{
border-color: #EB863C;
}
.TagClassName
{
border-color: #EB863C;
}
</style>