Color Hex Logo

#e1c965 Color Hex

#E1C965
(225,201,101)
0 Favorites   0 Comments

Color spaces of #e1c965

RGB 225201101
HSL0.130.670.64
HSV48°55°88°
CMYK 0.000.110.55   0.12
XYZ54.286958.720420.7849
Yxy58.72040.40580.4389
Hunter Lab76.6292-7.645437.5587
CIE-Lab81.1377-3.848952.3211

#e1c965 color RGB value is (225,201,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 11001001 01100101
Octal 341 311 145
Decimal 225 201 101
Hex E1 C9 65

RGB Percentages of Color #e1c965

%42.69
%38.14
%19.17

CMYK Percentages of Color #e1c965

%0
%11
%55
%12

Triadic Colors of #e1c965

#e1c965 #65e1c9 #c965e1

Analogous Colors of #e1c965

#e1c965 #bbe165 #e18b65

Monochromatic Colors of #e1c965

#e1c965

Complementary Color

#e1c965 #657de1

#e1c965 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1c965 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1c965 Color CSS Codes

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

#e1c965 Text Font Color

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

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


#e1c965 Background Color

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

This div background color is #e1c965


#e1c965 Border Color

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

This div border color is #e1c965


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1c965


Comments

No comments written yet.

Please login to write comment.