Color Hex Logo

#e1c97e Color Hex

#E1C97E
(225,201,126)
0 Favorites   0 Comments

Color spaces of #e1c97e

RGB 225201126
HSL0.130.620.69
HSV45°44°88°
CMYK 0.000.110.44   0.12
XYZ55.703959.287228.2463
Yxy59.28720.38890.4139
Hunter Lab76.9982-5.612032.1486
CIE-Lab81.4492-1.613340.4610

#e1c97e color RGB value is (225,201,126).

#e1c97e hex color red value is 225, green value is 201 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #e1c97e hue: 0.13 , saturation: 0.62 and the lightness value of e1c97e is 0.69.

The process color (four color CMYK) of #e1c97e color hex is 0.00, 0.11, 0.44, 0.12. Web safe color of #e1c97e is #cccc66. Color #e1c97e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 11001001 01111110
Octal 341 311 176
Decimal 225 201 126
Hex E1 C9 7E

RGB Percentages of Color #e1c97e

%40.76
%36.41
%22.83

CMYK Percentages of Color #e1c97e

%0
%11
%44
%12

Triadic Colors of #e1c97e

#e1c97e #7ee1c9 #c97ee1

Analogous Colors of #e1c97e

#e1c97e #c8e17e #e1987e

Monochromatic Colors of #e1c97e

#e1c97e

Complementary Color

#e1c97e #7e96e1

#e1c97e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1c97e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1c97e Color CSS Codes

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

#e1c97e Text Font Color

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

This sample text font color is #e1c97e
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.


#e1c97e Background Color

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

This div background color is #e1c97e


#e1c97e Border Color

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

This div border color is #e1c97e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1c97e


Comments

No comments written yet.

Please login to write comment.