Shades of West Side #EB823C
Tints of West Side #EB823C
RGB
CMYK
RGB Variations
Color information
#EB823C (or 0xEB823C) is known color: West Side. HEX triplet: EB, 82 and 3C. RGB value is (235,130,60). Sum of RGB (Red+Green+Blue) = 235+130+60=425 (56% of max value = 765). Red value is 235 (92.19% from 255 or 55.29% from 425); Green value is 130 (51.17% from 255 or 30.59% from 425); Blue value is 60 (23.83% from 255 or 14.12% from 425); Max value from RGB is 235 - color contains mainly: red. Hex color #EB823C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB823C is #147DC3. Grayscale: #999999. Windows color (decimal): -1342916 or 3965675. OLE color: 3965675.
HSL color Cylindrical-coordinate representation of color #EB823C: hue angle of 24º 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 #EB823C is Cyan = 0, Magento = 0.45, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 130 | 60 | - |
| CMYK | 0 | 0.45 | 0.74 | 0.08 |
| HSL | 24º | 0.81% | 0.58% | - |
| HSV(B) | 24º | 0.74% | 0.92% | - |
| XYZ | 43.06 | 33.95 | 8.56 | - |
| YUV | 153.42 | 75.29 | 186.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 130 | 60 | 0 | 0.45 | 0.74 | 0.08 | 24 | 0.81 | 0.58 |
| Hex | EB | 82 | 3C | 0 | 2D | 4A | 8 | 18 | 51 | 3A |
| Octal | 353 | 202 | 74 | 0 | 55 | 112 | 10 | 30 | 121 | 72 |
| Binary | 11101011 | 10000010 | 111100 | 0 | 101101 | 1001010 | 1000 | 11000 | 1010001 | 111010 |
Color Harmonies of #EB823C
Complementary color
Monochromatic Colors of #EB823C
Black with #EB823C
Text Example
Text Example
White with #EB823C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB823C; }
p { color: rgb(235,130,60); }
H1.HeaderClassName
{
color: #EB823C;
}
.AnyTagClassName
{
color: #EB823C;
}
</style>
background-color css
<style>
a { background-color: #EB823C; }
a { background-color: rgb(235,130,60); }
div.DivClassName
{
background-color: #EB823C;
}
.BgClassName
{
background-color: #EB823C;
}
</style>
border-color css
<style>
span { border-color: #EB823C; }
span { border-color: rgb(235,130,60); }
td.TdClassName
{
border-color: #EB823C;
}
.TagClassName
{
border-color: #EB823C;
}
</style>