Color Hex Logo

#eea125 Color Hex

#EEA125
(238,161,37)
0 Favorites   0 Comments

Color spaces of #eea125

RGB 23816137
HSL0.100.860.54
HSV37°84°93°
CMYK 0.000.320.84   0.07
XYZ48.338743.80057.6569
Yxy43.80050.48440.4389
Hunter Lab66.181914.556439.4678
CIE-Lab72.094919.386969.3358

#eea125 color RGB value is (238,161,37).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10100001 00100101
Octal 356 241 45
Decimal 238 161 37
Hex EE A1 25

RGB Percentages of Color #eea125

%54.59
%36.93
%8.49

CMYK Percentages of Color #eea125

%0
%32
%84
%7

Triadic Colors of #eea125

#eea125 #25eea1 #a125ee

Analogous Colors of #eea125

#eea125 #d7ee25 #ee3d25

Monochromatic Colors of #eea125

#eea125

Complementary Color

#eea125 #2572ee

#eea125 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eea125 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eea125 Color CSS Codes

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

#eea125 Text Font Color

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

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


#eea125 Background Color

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

This div background color is #eea125


#eea125 Border Color

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

This div border color is #eea125


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eea125


Comments

No comments written yet.

Please login to write comment.