Shades of West Side #E5823C
Tints of West Side #E5823C
RGB
CMYK
RGB Variations
Color information
#E5823C (or 0xE5823C) is known color: West Side. HEX triplet: E5, 82 and 3C. RGB value is (229,130,60). Sum of RGB (Red+Green+Blue) = 229+130+60=419 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.65% from 419); Green value is 130 (51.17% from 255 or 31.03% from 419); Blue value is 60 (23.83% from 255 or 14.32% from 419); Max value from RGB is 229 - color contains mainly: red. Hex color #E5823C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5823C is #1A7DC3. Grayscale: #989898. Windows color (decimal): -1736132 or 3965669. OLE color: 3965669.
HSL color Cylindrical-coordinate representation of color #E5823C: hue angle of 24.85º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E5823C is Cyan = 0, Magento = 0.43, Yellow = 0.74 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 130 | 60 | - |
| CMYK | 0 | 0.43 | 0.74 | 0.10 |
| HSL | 24.85º | 0.76% | 0.57% | - |
| HSV(B) | 24.85º | 0.74% | 0.9% | - |
| XYZ | 41.11 | 32.95 | 8.47 | - |
| YUV | 151.62 | 76.3 | 183.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 130 | 60 | 0 | 0.43 | 0.74 | 0.10 | 24.85 | 0.76 | 0.57 |
| Hex | E5 | 82 | 3C | 0 | 2B | 4A | A | 19 | 4C | 39 |
| Octal | 345 | 202 | 74 | 0 | 53 | 112 | 12 | 31 | 114 | 71 |
| Binary | 11100101 | 10000010 | 111100 | 0 | 101011 | 1001010 | 1010 | 11001 | 1001100 | 111001 |
Color Harmonies of #E5823C
Complementary color
Monochromatic Colors of #E5823C
Black with #E5823C
Text Example
Text Example
White with #E5823C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5823C; }
p { color: rgb(229,130,60); }
H1.HeaderClassName
{
color: #E5823C;
}
.AnyTagClassName
{
color: #E5823C;
}
</style>
background-color css
<style>
a { background-color: #E5823C; }
a { background-color: rgb(229,130,60); }
div.DivClassName
{
background-color: #E5823C;
}
.BgClassName
{
background-color: #E5823C;
}
</style>
border-color css
<style>
span { border-color: #E5823C; }
span { border-color: rgb(229,130,60); }
td.TdClassName
{
border-color: #E5823C;
}
.TagClassName
{
border-color: #E5823C;
}
</style>