Shades of West Side #EC8231
Tints of West Side #EC8231
RGB
CMYK
RGB Variations
Color information
#EC8231 (or 0xEC8231) is known color: West Side. HEX triplet: EC, 82 and 31. RGB value is (236,130,49). Sum of RGB (Red+Green+Blue) = 236+130+49=415 (54% of max value = 765). Red value is 236 (92.58% from 255 or 56.87% from 415); Green value is 130 (51.17% from 255 or 31.33% from 415); Blue value is 49 (19.53% from 255 or 11.81% from 415); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8231 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8231 is #137DCE. Grayscale: #989898. Windows color (decimal): -1277391 or 3244780. OLE color: 3244780.
HSL color Cylindrical-coordinate representation of color #EC8231: hue angle of 25.99º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EC8231 is Cyan = 0, Magento = 0.45, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 130 | 49 | - |
| CMYK | 0 | 0.45 | 0.79 | 0.07 |
| HSL | 25.99º | 0.83% | 0.56% | - |
| HSV(B) | 25.99º | 0.79% | 0.93% | - |
| XYZ | 43.13 | 34.02 | 7.2 | - |
| YUV | 152.46 | 69.62 | 187.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 130 | 49 | 0 | 0.45 | 0.79 | 0.07 | 25.99 | 0.83 | 0.56 |
| Hex | EC | 82 | 31 | 0 | 2D | 4F | 7 | 1A | 53 | 38 |
| Octal | 354 | 202 | 61 | 0 | 55 | 117 | 7 | 32 | 123 | 70 |
| Binary | 11101100 | 10000010 | 110001 | 0 | 101101 | 1001111 | 111 | 11010 | 1010011 | 111000 |
Color Harmonies of #EC8231
Complementary color
Monochromatic Colors of #EC8231
Black with #EC8231
Text Example
Text Example
White with #EC8231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8231; }
p { color: rgb(236,130,49); }
H1.HeaderClassName
{
color: #EC8231;
}
.AnyTagClassName
{
color: #EC8231;
}
</style>
background-color css
<style>
a { background-color: #EC8231; }
a { background-color: rgb(236,130,49); }
div.DivClassName
{
background-color: #EC8231;
}
.BgClassName
{
background-color: #EC8231;
}
</style>
border-color css
<style>
span { border-color: #EC8231; }
span { border-color: rgb(236,130,49); }
td.TdClassName
{
border-color: #EC8231;
}
.TagClassName
{
border-color: #EC8231;
}
</style>