Shades of West Side #EB863D
Tints of West Side #EB863D
RGB
CMYK
RGB Variations
Color information
#EB863D (or 0xEB863D) is known color: West Side. HEX triplet: EB, 86 and 3D. RGB value is (235,134,61). Sum of RGB (Red+Green+Blue) = 235+134+61=430 (56% of max value = 765). Red value is 235 (92.19% from 255 or 54.65% from 430); Green value is 134 (52.73% from 255 or 31.16% from 430); Blue value is 61 (24.22% from 255 or 14.19% from 430); Max value from RGB is 235 - color contains mainly: red. Hex color #EB863D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB863D is #1479C2. Grayscale: #9C9C9C. Windows color (decimal): -1341891 or 4032235. OLE color: 4032235.
HSL color Cylindrical-coordinate representation of color #EB863D: hue angle of 25.17º 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 #EB863D is Cyan = 0, Magento = 0.43, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 134 | 61 | - |
| CMYK | 0 | 0.43 | 0.74 | 0.08 |
| HSL | 25.17º | 0.81% | 0.58% | - |
| HSV(B) | 25.17º | 0.74% | 0.92% | - |
| XYZ | 43.63 | 35.05 | 8.88 | - |
| YUV | 155.88 | 74.46 | 184.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 134 | 61 | 0 | 0.43 | 0.74 | 0.08 | 25.17 | 0.81 | 0.58 |
| Hex | EB | 86 | 3D | 0 | 2B | 4A | 8 | 19 | 51 | 3A |
| Octal | 353 | 206 | 75 | 0 | 53 | 112 | 10 | 31 | 121 | 72 |
| Binary | 11101011 | 10000110 | 111101 | 0 | 101011 | 1001010 | 1000 | 11001 | 1010001 | 111010 |
Color Harmonies of #EB863D
Complementary color
Monochromatic Colors of #EB863D
Black with #EB863D
Text Example
Text Example
White with #EB863D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB863D; }
p { color: rgb(235,134,61); }
H1.HeaderClassName
{
color: #EB863D;
}
.AnyTagClassName
{
color: #EB863D;
}
</style>
background-color css
<style>
a { background-color: #EB863D; }
a { background-color: rgb(235,134,61); }
div.DivClassName
{
background-color: #EB863D;
}
.BgClassName
{
background-color: #EB863D;
}
</style>
border-color css
<style>
span { border-color: #EB863D; }
span { border-color: rgb(235,134,61); }
td.TdClassName
{
border-color: #EB863D;
}
.TagClassName
{
border-color: #EB863D;
}
</style>