Color Hex Logo

#e1b965 Color Hex

#E1B965
(225,185,101)
0 Favorites   0 Comments

Color spaces of #e1b965

RGB 225185101
HSL0.110.670.64
HSV41°55°88°
CMYK 0.000.180.55   0.12
XYZ50.749351.645119.6056
Yxy51.64510.41600.4233
Hunter Lab71.86450.290234.1301
CIE-Lab77.06814.477847.5252

#e1b965 color RGB value is (225,185,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10111001 01100101
Octal 341 271 145
Decimal 225 185 101
Hex E1 B9 65

RGB Percentages of Color #e1b965

%44.03
%36.20
%19.77

CMYK Percentages of Color #e1b965

%0
%18
%55
%12

Triadic Colors of #e1b965

#e1b965 #65e1b9 #b965e1

Analogous Colors of #e1b965

#e1b965 #cbe165 #e17b65

Monochromatic Colors of #e1b965

#e1b965

Complementary Color

#e1b965 #658de1

#e1b965 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1b965 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1b965 Color CSS Codes

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

#e1b965 Text Font Color

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

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


#e1b965 Background Color

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

This div background color is #e1b965


#e1b965 Border Color

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

This div border color is #e1b965


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,185,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 #e1b965">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1b965


Comments

No comments written yet.

Please login to write comment.