Color Hex Logo

#e1db6a Color Hex

#E1DB6A
(225,219,106)
0 Favorites   0 Comments

Color spaces of #e1db6a

RGB 225219106
HSL0.160.660.65
HSV57°53°88°
CMYK 0.000.030.53   0.12
XYZ58.984467.711223.5964
Yxy67.71120.39250.4505
Hunter Lab82.2868-16.050540.5989
CIE-Lab85.8618-12.575555.4919

#e1db6a color RGB value is (225,219,106).

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

The process color (four color CMYK) of #e1db6a color hex is 0.00, 0.03, 0.53, 0.12. Web safe color of #e1db6a is #cccc66. Color #e1db6a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 11011011 01101010
Octal 341 333 152
Decimal 225 219 106
Hex E1 DB 6A

RGB Percentages of Color #e1db6a

%40.91
%39.82
%19.27

CMYK Percentages of Color #e1db6a

%0
%3
%53
%12

Triadic Colors of #e1db6a

#e1db6a #6ae1db #db6ae1

Analogous Colors of #e1db6a

#e1db6a #ace16a #e1a06a

Monochromatic Colors of #e1db6a

#e1db6a

Complementary Color

#e1db6a #6a70e1

#e1db6a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1db6a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1db6a Color CSS Codes

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

#e1db6a Text Font Color

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

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


#e1db6a Background Color

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

This div background color is #e1db6a


#e1db6a Border Color

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

This div border color is #e1db6a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1db6a


Comments

No comments written yet.

Please login to write comment.