Shades of West Side #E08530
Tints of West Side #E08530
RGB
CMYK
RGB Variations
Color information
#E08530 (or 0xE08530) is known color: West Side. HEX triplet: E0, 85 and 30. RGB value is (224,133,48). Sum of RGB (Red+Green+Blue) = 224+133+48=405 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.31% from 405); Green value is 133 (52.34% from 255 or 32.84% from 405); Blue value is 48 (19.14% from 255 or 11.85% from 405); Max value from RGB is 224 - color contains mainly: red. Hex color #E08530 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E08530 is #1F7ACF. Grayscale: #969696. Windows color (decimal): -2063056 or 3180000. OLE color: 3180000.
HSL color Cylindrical-coordinate representation of color #E08530: hue angle of 28.98º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E08530 is Cyan = 0, Magento = 0.41, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 133 | 48 | - |
| CMYK | 0 | 0.41 | 0.79 | 0.12 |
| HSL | 28.98º | 0.74% | 0.53% | - |
| HSV(B) | 28.98º | 0.79% | 0.88% | - |
| XYZ | 39.66 | 32.84 | 7.04 | - |
| YUV | 150.52 | 70.15 | 180.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 133 | 48 | 0 | 0.41 | 0.79 | 0.12 | 28.98 | 0.74 | 0.53 |
| Hex | E0 | 85 | 30 | 0 | 29 | 4F | C | 1D | 4A | 35 |
| Octal | 340 | 205 | 60 | 0 | 51 | 117 | 14 | 35 | 112 | 65 |
| Binary | 11100000 | 10000101 | 110000 | 0 | 101001 | 1001111 | 1100 | 11101 | 1001010 | 110101 |
Color Harmonies of #E08530
Complementary color
Monochromatic Colors of #E08530
Black with #E08530
Text Example
Text Example
White with #E08530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08530; }
p { color: rgb(224,133,48); }
H1.HeaderClassName
{
color: #E08530;
}
.AnyTagClassName
{
color: #E08530;
}
</style>
background-color css
<style>
a { background-color: #E08530; }
a { background-color: rgb(224,133,48); }
div.DivClassName
{
background-color: #E08530;
}
.BgClassName
{
background-color: #E08530;
}
</style>
border-color css
<style>
span { border-color: #E08530; }
span { border-color: rgb(224,133,48); }
td.TdClassName
{
border-color: #E08530;
}
.TagClassName
{
border-color: #E08530;
}
</style>