Shades of West Side #EC8038
Tints of West Side #EC8038
RGB
CMYK
RGB Variations
Color information
#EC8038 (or 0xEC8038) is known color: West Side. HEX triplet: EC, 80 and 38. RGB value is (236,128,56). Sum of RGB (Red+Green+Blue) = 236+128+56=420 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.19% from 420); Green value is 128 (50.39% from 255 or 30.48% from 420); Blue value is 56 (22.27% from 255 or 13.33% from 420); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8038 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8038 is #137FC7. Grayscale: #989898. Windows color (decimal): -1277896 or 3703020. OLE color: 3703020.
HSL color Cylindrical-coordinate representation of color #EC8038: hue angle of 24º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EC8038 is Cyan = 0, Magento = 0.46, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 128 | 56 | - |
| CMYK | 0 | 0.46 | 0.76 | 0.07 |
| HSL | 24º | 0.83% | 0.57% | - |
| HSV(B) | 24º | 0.76% | 0.93% | - |
| XYZ | 43.03 | 33.56 | 7.95 | - |
| YUV | 152.08 | 73.78 | 187.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 128 | 56 | 0 | 0.46 | 0.76 | 0.07 | 24 | 0.83 | 0.57 |
| Hex | EC | 80 | 38 | 0 | 2E | 4C | 7 | 18 | 53 | 39 |
| Octal | 354 | 200 | 70 | 0 | 56 | 114 | 7 | 30 | 123 | 71 |
| Binary | 11101100 | 10000000 | 111000 | 0 | 101110 | 1001100 | 111 | 11000 | 1010011 | 111001 |
Color Harmonies of #EC8038
Complementary color
Monochromatic Colors of #EC8038
Black with #EC8038
Text Example
Text Example
White with #EC8038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8038; }
p { color: rgb(236,128,56); }
H1.HeaderClassName
{
color: #EC8038;
}
.AnyTagClassName
{
color: #EC8038;
}
</style>
background-color css
<style>
a { background-color: #EC8038; }
a { background-color: rgb(236,128,56); }
div.DivClassName
{
background-color: #EC8038;
}
.BgClassName
{
background-color: #EC8038;
}
</style>
border-color css
<style>
span { border-color: #EC8038; }
span { border-color: rgb(236,128,56); }
td.TdClassName
{
border-color: #EC8038;
}
.TagClassName
{
border-color: #EC8038;
}
</style>