Shades of West Side #E1802F
Tints of West Side #E1802F
RGB
CMYK
RGB Variations
Color information
#E1802F (or 0xE1802F) is known color: West Side. HEX triplet: E1, 80 and 2F. RGB value is (225,128,47). Sum of RGB (Red+Green+Blue) = 225+128+47=400 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.25% from 400); Green value is 128 (50.39% from 255 or 32% from 400); Blue value is 47 (18.75% from 255 or 11.75% from 400); Max value from RGB is 225 - color contains mainly: red. Hex color #E1802F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1802F is #1E7FD0. Grayscale: #949494. Windows color (decimal): -1998801 or 3113185. OLE color: 3113185.
HSL color Cylindrical-coordinate representation of color #E1802F: hue angle of 27.3º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E1802F is Cyan = 0, Magento = 0.43, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 128 | 47 | - |
| CMYK | 0 | 0.43 | 0.79 | 0.12 |
| HSL | 27.3º | 0.75% | 0.53% | - |
| HSV(B) | 27.3º | 0.79% | 0.88% | - |
| XYZ | 39.28 | 31.65 | 6.73 | - |
| YUV | 147.77 | 71.14 | 183.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 128 | 47 | 0 | 0.43 | 0.79 | 0.12 | 27.3 | 0.75 | 0.53 |
| Hex | E1 | 80 | 2F | 0 | 2B | 4F | C | 1B | 4B | 35 |
| Octal | 341 | 200 | 57 | 0 | 53 | 117 | 14 | 33 | 113 | 65 |
| Binary | 11100001 | 10000000 | 101111 | 0 | 101011 | 1001111 | 1100 | 11011 | 1001011 | 110101 |
Color Harmonies of #E1802F
Complementary color
Monochromatic Colors of #E1802F
Black with #E1802F
Text Example
Text Example
White with #E1802F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1802F; }
p { color: rgb(225,128,47); }
H1.HeaderClassName
{
color: #E1802F;
}
.AnyTagClassName
{
color: #E1802F;
}
</style>
background-color css
<style>
a { background-color: #E1802F; }
a { background-color: rgb(225,128,47); }
div.DivClassName
{
background-color: #E1802F;
}
.BgClassName
{
background-color: #E1802F;
}
</style>
border-color css
<style>
span { border-color: #E1802F; }
span { border-color: rgb(225,128,47); }
td.TdClassName
{
border-color: #E1802F;
}
.TagClassName
{
border-color: #E1802F;
}
</style>