Shades of West Side #EB7C2D
Tints of West Side #EB7C2D
RGB
CMYK
RGB Variations
Color information
#EB7C2D (or 0xEB7C2D) is known color: West Side. HEX triplet: EB, 7C and 2D. RGB value is (235,124,45). Sum of RGB (Red+Green+Blue) = 235+124+45=404 (53% of max value = 765). Red value is 235 (92.19% from 255 or 58.17% from 404); Green value is 124 (48.83% from 255 or 30.69% from 404); Blue value is 45 (17.97% from 255 or 11.14% from 404); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7C2D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB7C2D is #1483D2. Grayscale: #949494. Windows color (decimal): -1344467 or 2981099. OLE color: 2981099.
HSL color Cylindrical-coordinate representation of color #EB7C2D: hue angle of 24.95º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EB7C2D is Cyan = 0, Magento = 0.47, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 124 | 45 | - |
| CMYK | 0 | 0.47 | 0.81 | 0.08 |
| HSL | 24.95º | 0.83% | 0.55% | - |
| HSV(B) | 24.95º | 0.81% | 0.92% | - |
| XYZ | 41.94 | 32.27 | 6.5 | - |
| YUV | 148.18 | 69.77 | 189.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 124 | 45 | 0 | 0.47 | 0.81 | 0.08 | 24.95 | 0.83 | 0.55 |
| Hex | EB | 7C | 2D | 0 | 2F | 51 | 8 | 19 | 53 | 37 |
| Octal | 353 | 174 | 55 | 0 | 57 | 121 | 10 | 31 | 123 | 67 |
| Binary | 11101011 | 1111100 | 101101 | 0 | 101111 | 1010001 | 1000 | 11001 | 1010011 | 110111 |
Color Harmonies of #EB7C2D
Complementary color
Monochromatic Colors of #EB7C2D
Black with #EB7C2D
Text Example
Text Example
White with #EB7C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB7C2D; }
p { color: rgb(235,124,45); }
H1.HeaderClassName
{
color: #EB7C2D;
}
.AnyTagClassName
{
color: #EB7C2D;
}
</style>
background-color css
<style>
a { background-color: #EB7C2D; }
a { background-color: rgb(235,124,45); }
div.DivClassName
{
background-color: #EB7C2D;
}
.BgClassName
{
background-color: #EB7C2D;
}
</style>
border-color css
<style>
span { border-color: #EB7C2D; }
span { border-color: rgb(235,124,45); }
td.TdClassName
{
border-color: #EB7C2D;
}
.TagClassName
{
border-color: #EB7C2D;
}
</style>