color codes Logo

#e3d521 color codes

#E3D521
(227,213,33)
0 Favorites   0 Comments

Color spaces of #e3d521

RGB 22721333
HSL0.150.780.51
HSV56°85°89°
CMYK 0.000.060.85   0.11
XYZ55.747364.029210.8595
Yxy64.02920.42670.4901
Hunter Lab80.0182-15.674147.9664
CIE-Lab83.9810-12.417479.6311

#e3d521 color RGB value is (227,213,33).

#e3d521 hex color red value is 227, green value is 213 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #e3d521 hue: 0.15 , saturation: 0.78 and the lightness value of e3d521 is 0.51.

The process color (four color CMYK) of #e3d521 color code is 0.00, 0.06, 0.85, 0.11. Web safe color of #e3d521 is #cccc33. Color #e3d521 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 11010101 00100001
Octal 343 325 41
Decimal 227 213 33
Hex E3 D5 21

RGB Percentages of Color #e3d521

%47.99
%45.03
%6.98

CMYK Percentages of Color #e3d521

%0
%6
%85
%11

Triadic Colors of #e3d521

#e3d521 #21e3d5 #d521e3

Analogous Colors of #e3d521

#e3d521 #90e321 #e37421

Monochromatic Colors of #e3d521

#e3d521

Complementary Color

#e3d521 #212fe3

#e3d521 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e3d521 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e3d521 Color CSS Codes

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

#e3d521 Text Font Color

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

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


#e3d521 Background Color

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

This div background color is #e3d521


#e3d521 Border Color

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

This div border color is #e3d521


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e3d521


Comments

No comments written yet.

Please login to write comment.