Color Hex Logo

#e1862e Color Hex

#E1862E
(225,134,46)
0 Favorites   0 Comments

Color spaces of #e1862e

RGB 22513446
HSL0.080.750.53
HSV29°80°88°
CMYK 0.000.400.80   0.12
XYZ40.069633.25506.8917
Yxy33.25500.49950.4146
Hunter Lab57.667123.111933.2814
CIE-Lab64.366928.502758.8586

#e1862e color RGB value is (225,134,46).

#e1862e hex color red value is 225, green value is 134 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #e1862e hue: 0.08 , saturation: 0.75 and the lightness value of e1862e is 0.53.

The process color (four color CMYK) of #e1862e color hex is 0.00, 0.40, 0.80, 0.12. Web safe color of #e1862e is #cc9933. Color #e1862e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10000110 00101110
Octal 341 206 56
Decimal 225 134 46
Hex E1 86 2E

RGB Percentages of Color #e1862e

%55.56
%33.09
%11.36

CMYK Percentages of Color #e1862e

%0
%40
%80
%12

Triadic Colors of #e1862e

#e1862e #2ee186 #862ee1

Analogous Colors of #e1862e

#e1862e #e1e02e #e12e2f

Monochromatic Colors of #e1862e

#e1862e

Complementary Color

#e1862e #2e89e1

#e1862e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1862e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1862e Color CSS Codes

.mybgcolor {background-color:#e1862e; } 
.myforecolor {color:#e1862e; }
.mybordercolor {border:3px solid #e1862e; }

#e1862e Text Font Color

<p style="color:#e1862e">Text here</p>

This sample text font color is #e1862e
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#e1862e Background Color

<div style="background-color:#e1862e">
Div content here</div>

This div background color is #e1862e


#e1862e Border Color

<div style="border:3px solid #e1862e">
Div here</div>

This div border color is #e1862e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(225,134,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e1862e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e1862e;
  -webkit-box-shadow: 1px 1px 3px 2px #e1862e;
  box-shadow:         1px 1px 3px 2px #e1862e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,134,46, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e1862e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #e1862e;
  -webkit-box-shadow: 1px 1px 3px 2px #e1862e;
  box-shadow:         1px 1px 3px 2px #e1862e;">
Div content here</div>

This div box has shadow with color #e1862e


Comments

No comments written yet.

Please login to write comment.