Color Hex Logo

#eea521 Color Hex

#EEA521
(238,165,33)
0 Favorites   0 Comments

Color spaces of #eea521

RGB 23816533
HSL0.110.860.53
HSV39°86°93°
CMYK 0.000.310.86   0.07
XYZ48.989545.19727.5807
Yxy45.19720.48140.4441
Hunter Lab67.228912.422040.3747
CIE-Lab73.021617.176171.2082

#eea521 color RGB value is (238,165,33).

#eea521 hex color red value is 238, green value is 165 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #eea521 hue: 0.11 , saturation: 0.86 and the lightness value of eea521 is 0.53.

The process color (four color CMYK) of #eea521 color hex is 0.00, 0.31, 0.86, 0.07. Web safe color of #eea521 is #ff9933. Color #eea521 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10100101 00100001
Octal 356 245 41
Decimal 238 165 33
Hex EE A5 21

RGB Percentages of Color #eea521

%54.59
%37.84
%7.57

CMYK Percentages of Color #eea521

%0
%31
%86
%7

Triadic Colors of #eea521

#eea521 #21eea5 #a521ee

Analogous Colors of #eea521

#eea521 #d1ee21 #ee3f21

Monochromatic Colors of #eea521

#eea521

Complementary Color

#eea521 #216aee

#eea521 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eea521 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eea521 Color CSS Codes

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

#eea521 Text Font Color

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

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


#eea521 Background Color

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

This div background color is #eea521


#eea521 Border Color

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

This div border color is #eea521


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eea521


Comments

No comments written yet.

Please login to write comment.