Shades of West Side #E08834
Tints of West Side #E08834
RGB
CMYK
RGB Variations
Color information
#E08834 (or 0xE08834) is known color: West Side. HEX triplet: E0, 88 and 34. RGB value is (224,136,52). Sum of RGB (Red+Green+Blue) = 224+136+52=412 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.37% from 412); Green value is 136 (53.52% from 255 or 33.01% from 412); Blue value is 52 (20.70% from 255 or 12.62% from 412); Max value from RGB is 224 - color contains mainly: red. Hex color #E08834 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E08834 is #1F77CB. Grayscale: #999999. Windows color (decimal): -2062284 or 3442912. OLE color: 3442912.
HSL color Cylindrical-coordinate representation of color #E08834: hue angle of 29.3º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E08834 is Cyan = 0, Magento = 0.39, Yellow = 0.77 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 136 | 52 | - |
| CMYK | 0 | 0.39 | 0.77 | 0.12 |
| HSL | 29.3º | 0.74% | 0.54% | - |
| HSV(B) | 29.3º | 0.77% | 0.88% | - |
| XYZ | 40.16 | 33.7 | 7.64 | - |
| YUV | 152.74 | 71.15 | 178.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 136 | 52 | 0 | 0.39 | 0.77 | 0.12 | 29.3 | 0.74 | 0.54 |
| Hex | E0 | 88 | 34 | 0 | 27 | 4D | C | 1D | 4A | 36 |
| Octal | 340 | 210 | 64 | 0 | 47 | 115 | 14 | 35 | 112 | 66 |
| Binary | 11100000 | 10001000 | 110100 | 0 | 100111 | 1001101 | 1100 | 11101 | 1001010 | 110110 |
Color Harmonies of #E08834
Complementary color
Monochromatic Colors of #E08834
Black with #E08834
Text Example
Text Example
White with #E08834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08834; }
p { color: rgb(224,136,52); }
H1.HeaderClassName
{
color: #E08834;
}
.AnyTagClassName
{
color: #E08834;
}
</style>
background-color css
<style>
a { background-color: #E08834; }
a { background-color: rgb(224,136,52); }
div.DivClassName
{
background-color: #E08834;
}
.BgClassName
{
background-color: #E08834;
}
</style>
border-color css
<style>
span { border-color: #E08834; }
span { border-color: rgb(224,136,52); }
td.TdClassName
{
border-color: #E08834;
}
.TagClassName
{
border-color: #E08834;
}
</style>