#EB812D

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

Shades of West Side #EB812D

Tints of West Side #EB812D

Color information

#EB812D (or 0xEB812D) is unknown color: approx West Side. HEX triplet: EB, 81 and 2D. RGB value is (235,129,45). Sum of RGB (Red+Green+Blue) = 235+129+45=409 (54% of max value = 765). Red value is 235 (92.19% from 255 or 57.46% from 409); Green value is 129 (50.78% from 255 or 31.54% from 409); Blue value is 45 (17.97% from 255 or 11.00% from 409); Max value from RGB is 235 - color contains mainly: red. Hex color #EB812D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB812D is #147ED2. Grayscale: #979797. Windows color (decimal): -1343187 or 2982379. OLE color: 2982379.

HSL color Cylindrical-coordinate representation of color #EB812D: hue angle of 26.53º 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 #EB812D is Cyan = 0, Magento = 0.45, Yellow = 0.81 and Black (K on CMYK) = 0.08.

Color convert

RGB23512945-
CMYK00.450.810.08
HSL26.53º82.61%54.9%-
HSV(B)26.53º80.85%92.16%-
XYZ42.5833.556.71-
YUV151.1268.12187.83-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 57.46%
GREEN value IS 129 (50.78% from 255) = 31.54%
BLUE value IS 45 (17.97% from 255) = 11.00%
R=57.46%
G=31.54%
B=11.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.81
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351294500.450.810.0826.5382.6154.9
HexEB812D02D5181b5337
Octal35320155055121103312367
Binary1110101110000001101101010110110100011000110111010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB812D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB812D; }

 p { color: rgb(235,129,45); }

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

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

 a { background-color: rgb(235,129,45); }

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

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

 span { border-color: rgb(235,129,45); }

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