Color Hex Logo

#e2d540 Color Hex

#E2D540
(226,213,64)
0 Favorites   0 Comments

Color spaces of #e2d540

RGB 22621364
HSL0.150.740.57
HSV55°72°89°
CMYK 0.000.060.72   0.11
XYZ56.083764.127414.2724
Yxy64.12740.41700.4768
Hunter Lab80.0796-15.126945.4886
CIE-Lab84.0321-11.797570.8733

#e2d540 color RGB value is (226,213,64).

#e2d540 hex color red value is 226, green value is 213 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #e2d540 hue: 0.15 , saturation: 0.74 and the lightness value of e2d540 is 0.57.

The process color (four color CMYK) of #e2d540 color hex is 0.00, 0.06, 0.72, 0.11. Web safe color of #e2d540 is #cccc33. Color #e2d540 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 11010101 01000000
Octal 342 325 100
Decimal 226 213 64
Hex E2 D5 40

RGB Percentages of Color #e2d540

%44.93
%42.35
%12.72

CMYK Percentages of Color #e2d540

%0
%6
%72
%11

Triadic Colors of #e2d540

#e2d540 #40e2d5 #d540e2

Analogous Colors of #e2d540

#e2d540 #9ee240 #e28440

Monochromatic Colors of #e2d540

#e2d540

Complementary Color

#e2d540 #404de2

#e2d540 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2d540 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2d540 Color CSS Codes

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

#e2d540 Text Font Color

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

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


#e2d540 Background Color

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

This div background color is #e2d540


#e2d540 Border Color

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

This div border color is #e2d540


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(226,213,64, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e2d540; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e2d540;
  -webkit-box-shadow: 1px 1px 3px 2px #e2d540;
  box-shadow:         1px 1px 3px 2px #e2d540; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(226,213,64, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2d540


Comments

No comments written yet.

Please login to write comment.