Shades of West Side #EE782D
Tints of West Side #EE782D
RGB
CMYK
RGB Variations
Color information
#EE782D (or 0xEE782D) is known color: West Side. HEX triplet: EE, 78 and 2D. RGB value is (238,120,45). Sum of RGB (Red+Green+Blue) = 238+120+45=403 (53% of max value = 765). Red value is 238 (93.36% from 255 or 59.06% from 403); Green value is 120 (47.27% from 255 or 29.78% from 403); Blue value is 45 (17.97% from 255 or 11.17% from 403); Max value from RGB is 238 - color contains mainly: red. Hex color #EE782D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE782D is #1187D2. Grayscale: #939393. Windows color (decimal): -1148883 or 2980078. OLE color: 2980078.
HSL color Cylindrical-coordinate representation of color #EE782D: hue angle of 23.32º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EE782D is Cyan = 0, Magento = 0.50, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 120 | 45 | - |
| CMYK | 0 | 0.50 | 0.81 | 0.07 |
| HSL | 23.32º | 0.85% | 0.55% | - |
| HSV(B) | 23.32º | 0.81% | 0.93% | - |
| XYZ | 42.45 | 31.8 | 6.38 | - |
| YUV | 146.73 | 70.59 | 193.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 120 | 45 | 0 | 0.50 | 0.81 | 0.07 | 23.32 | 0.85 | 0.55 |
| Hex | EE | 78 | 2D | 0 | 32 | 51 | 7 | 17 | 55 | 37 |
| Octal | 356 | 170 | 55 | 0 | 62 | 121 | 7 | 27 | 125 | 67 |
| Binary | 11101110 | 1111000 | 101101 | 0 | 110010 | 1010001 | 111 | 10111 | 1010101 | 110111 |
Color Harmonies of #EE782D
Complementary color
Monochromatic Colors of #EE782D
Black with #EE782D
Text Example
Text Example
White with #EE782D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE782D; }
p { color: rgb(238,120,45); }
H1.HeaderClassName
{
color: #EE782D;
}
.AnyTagClassName
{
color: #EE782D;
}
</style>
background-color css
<style>
a { background-color: #EE782D; }
a { background-color: rgb(238,120,45); }
div.DivClassName
{
background-color: #EE782D;
}
.BgClassName
{
background-color: #EE782D;
}
</style>
border-color css
<style>
span { border-color: #EE782D; }
span { border-color: rgb(238,120,45); }
td.TdClassName
{
border-color: #EE782D;
}
.TagClassName
{
border-color: #EE782D;
}
</style>