Shades of West Side #E57D2D
Tints of West Side #E57D2D
RGB
CMYK
RGB Variations
Color information
#E57D2D (or 0xE57D2D) is known color: West Side. HEX triplet: E5, 7D and 2D. RGB value is (229,125,45). Sum of RGB (Red+Green+Blue) = 229+125+45=399 (52% of max value = 765). Red value is 229 (89.84% from 255 or 57.39% from 399); Green value is 125 (49.22% from 255 or 31.33% from 399); Blue value is 45 (17.97% from 255 or 11.28% from 399); Max value from RGB is 229 - color contains mainly: red. Hex color #E57D2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E57D2D is #1A82D2. Grayscale: #939393. Windows color (decimal): -1737427 or 2981349. OLE color: 2981349.
HSL color Cylindrical-coordinate representation of color #E57D2D: hue angle of 26.09º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E57D2D is Cyan = 0, Magento = 0.45, Yellow = 0.80 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 125 | 45 | - |
| CMYK | 0 | 0.45 | 0.80 | 0.10 |
| HSL | 26.09º | 0.78% | 0.54% | - |
| HSV(B) | 26.09º | 0.8% | 0.9% | - |
| XYZ | 40.12 | 31.51 | 6.45 | - |
| YUV | 146.98 | 70.46 | 186.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 125 | 45 | 0 | 0.45 | 0.80 | 0.10 | 26.09 | 0.78 | 0.54 |
| Hex | E5 | 7D | 2D | 0 | 2D | 50 | A | 1A | 4E | 36 |
| Octal | 345 | 175 | 55 | 0 | 55 | 120 | 12 | 32 | 116 | 66 |
| Binary | 11100101 | 1111101 | 101101 | 0 | 101101 | 1010000 | 1010 | 11010 | 1001110 | 110110 |
Color Harmonies of #E57D2D
Complementary color
Monochromatic Colors of #E57D2D
Black with #E57D2D
Text Example
Text Example
White with #E57D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E57D2D; }
p { color: rgb(229,125,45); }
H1.HeaderClassName
{
color: #E57D2D;
}
.AnyTagClassName
{
color: #E57D2D;
}
</style>
background-color css
<style>
a { background-color: #E57D2D; }
a { background-color: rgb(229,125,45); }
div.DivClassName
{
background-color: #E57D2D;
}
.BgClassName
{
background-color: #E57D2D;
}
</style>
border-color css
<style>
span { border-color: #E57D2D; }
span { border-color: rgb(229,125,45); }
td.TdClassName
{
border-color: #E57D2D;
}
.TagClassName
{
border-color: #E57D2D;
}
</style>