Shades of West Side #E08331
Tints of West Side #E08331
RGB
CMYK
RGB Variations
Color information
#E08331 (or 0xE08331) is known color: West Side. HEX triplet: E0, 83 and 31. RGB value is (224,131,49). Sum of RGB (Red+Green+Blue) = 224+131+49=404 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.45% from 404); Green value is 131 (51.56% from 255 or 32.43% from 404); Blue value is 49 (19.53% from 255 or 12.13% from 404); Max value from RGB is 224 - color contains mainly: red. Hex color #E08331 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E08331 is #1F7CCE. Grayscale: #959595. Windows color (decimal): -2063567 or 3245024. OLE color: 3245024.
HSL color Cylindrical-coordinate representation of color #E08331: hue angle of 28.11º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E08331 is Cyan = 0, Magento = 0.42, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 131 | 49 | - |
| CMYK | 0 | 0.42 | 0.78 | 0.12 |
| HSL | 28.11º | 0.74% | 0.54% | - |
| HSV(B) | 28.11º | 0.78% | 0.88% | - |
| XYZ | 39.41 | 32.3 | 7.06 | - |
| YUV | 149.46 | 71.31 | 181.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 131 | 49 | 0 | 0.42 | 0.78 | 0.12 | 28.11 | 0.74 | 0.54 |
| Hex | E0 | 83 | 31 | 0 | 2A | 4E | C | 1C | 4A | 36 |
| Octal | 340 | 203 | 61 | 0 | 52 | 116 | 14 | 34 | 112 | 66 |
| Binary | 11100000 | 10000011 | 110001 | 0 | 101010 | 1001110 | 1100 | 11100 | 1001010 | 110110 |
Color Harmonies of #E08331
Complementary color
Monochromatic Colors of #E08331
Black with #E08331
Text Example
Text Example
White with #E08331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08331; }
p { color: rgb(224,131,49); }
H1.HeaderClassName
{
color: #E08331;
}
.AnyTagClassName
{
color: #E08331;
}
</style>
background-color css
<style>
a { background-color: #E08331; }
a { background-color: rgb(224,131,49); }
div.DivClassName
{
background-color: #E08331;
}
.BgClassName
{
background-color: #E08331;
}
</style>
border-color css
<style>
span { border-color: #E08331; }
span { border-color: rgb(224,131,49); }
td.TdClassName
{
border-color: #E08331;
}
.TagClassName
{
border-color: #E08331;
}
</style>