Color Hex Logo

#e1ab6d Color Hex

#E1AB6D
(225,171,109)
0 Favorites   0 Comments

Color spaces of #e1ab6d

RGB 225171109
HSL0.090.660.65
HSV32°52°88°
CMYK 0.000.240.52   0.12
XYZ48.374646.237520.8431
Yxy46.23750.41900.4005
Hunter Lab67.99827.990029.4249
CIE-Lab73.699412.570139.3891

#e1ab6d color RGB value is (225,171,109).

#e1ab6d hex color red value is 225, green value is 171 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #e1ab6d hue: 0.09 , saturation: 0.66 and the lightness value of e1ab6d is 0.65.

The process color (four color CMYK) of #e1ab6d color hex is 0.00, 0.24, 0.52, 0.12. Web safe color of #e1ab6d is #cc9966. Color #e1ab6d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10101011 01101101
Octal 341 253 155
Decimal 225 171 109
Hex E1 AB 6D

RGB Percentages of Color #e1ab6d

%44.55
%33.86
%21.58

CMYK Percentages of Color #e1ab6d

%0
%24
%52
%12

Triadic Colors of #e1ab6d

#e1ab6d #6de1ab #ab6de1

Analogous Colors of #e1ab6d

#e1ab6d #dde16d #e1716d

Monochromatic Colors of #e1ab6d

#e1ab6d

Complementary Color

#e1ab6d #6da3e1

#e1ab6d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1ab6d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1ab6d Color CSS Codes

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

#e1ab6d Text Font Color

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

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


#e1ab6d Background Color

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

This div background color is #e1ab6d


#e1ab6d Border Color

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

This div border color is #e1ab6d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1ab6d


Comments

No comments written yet.

Please login to write comment.