Color Hex Logo

#eea325 Color Hex

#EEA325
(238,163,37)
0 Favorites   0 Comments

Color spaces of #eea325

RGB 23816337
HSL0.100.860.54
HSV38°84°93°
CMYK 0.000.320.84   0.07
XYZ48.691044.50517.7743
Yxy44.50510.48220.4408
Hunter Lab66.712113.535039.7891
CIE-Lab72.564818.328969.7262

#eea325 color RGB value is (238,163,37).

#eea325 hex color red value is 238, green value is 163 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #eea325 hue: 0.10 , saturation: 0.86 and the lightness value of eea325 is 0.54.

The process color (four color CMYK) of #eea325 color hex is 0.00, 0.32, 0.84, 0.07. Web safe color of #eea325 is #ff9933. Color #eea325 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10100011 00100101
Octal 356 243 45
Decimal 238 163 37
Hex EE A3 25

RGB Percentages of Color #eea325

%54.34
%37.21
%8.45

CMYK Percentages of Color #eea325

%0
%32
%84
%7

Triadic Colors of #eea325

#eea325 #25eea3 #a325ee

Analogous Colors of #eea325

#eea325 #d5ee25 #ee3f25

Monochromatic Colors of #eea325

#eea325

Complementary Color

#eea325 #2570ee

#eea325 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eea325 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eea325 Color CSS Codes

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

#eea325 Text Font Color

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

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


#eea325 Background Color

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

This div background color is #eea325


#eea325 Border Color

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

This div border color is #eea325


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,163,37, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eea325


Comments

No comments written yet.

Please login to write comment.