#E2852B

Color #E2852B West Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of West Side #E2852B

Tints of West Side #E2852B

Color information

#E2852B (or 0xE2852B) is unknown color: approx West Side. HEX triplet: E2, 85 and 2B. RGB value is (226,133,43). Sum of RGB (Red+Green+Blue) = 226+133+43=402 (53% of max value = 765). Red value is 226 (88.67% from 255 or 56.22% from 402); Green value is 133 (52.34% from 255 or 33.08% from 402); Blue value is 43 (17.19% from 255 or 10.70% from 402); Max value from RGB is 226 - color contains mainly: red. Hex color #E2852B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E2852B is #1D7AD4. Grayscale: #969696. Windows color (decimal): -1931989 or 2852322. OLE color: 2852322.

HSL color Cylindrical-coordinate representation of color #E2852B: hue angle of 29.51º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E2852B is Cyan = 0, Magento = 0.41, Yellow = 0.81 and Black (K on CMYK) = 0.11.

Color convert

RGB22613343-
CMYK00.410.810.11
HSL29.51º75.93%52.75%-
HSV(B)29.51º80.97%88.63%-
XYZ40.1933.126.56-
YUV150.5567.31181.82-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 226 (88.67% from 255) = 56.22%
GREEN value IS 133 (52.34% from 255) = 33.08%
BLUE value IS 43 (17.19% from 255) = 10.70%
R=56.22%
G=33.08%
B=10.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.81
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261334300.410.810.1129.5175.9352.75
HexE2852B02951B1e4c35
Octal34220553051121133611465
Binary1110001010000101101011010100110100011011111101001100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2852B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2852B; }

 p { color: rgb(226,133,43); }

 H1.HeaderClassName
 {
   color: #E2852B;
 }
 .AnyTagClassName
 {
   color: #E2852B;
 }
</style>
background-color css

<style>
 a { background-color: #E2852B; }

 a { background-color: rgb(226,133,43); }

 div.DivClassName
 {
   background-color: #E2852B;
 }
 .BgClassName
 {
   background-color: #E2852B;
 }
</style>
border-color css

<style>
 span { border-color: #E2852B; }

 span { border-color: rgb(226,133,43); }

 td.TdClassName
 {
   border-color: #E2852B;
 }
 .TagClassName
 {
   border-color: #E2852B;
 }
</style>