Color Hex Logo

#eea127 Color Hex

#EEA127
(238,161,39)
0 Favorites   0 Comments

Color spaces of #eea127

RGB 23816139
HSL0.100.850.54
HSV37°84°93°
CMYK 0.000.320.84   0.07
XYZ48.371043.81347.8269
Yxy43.81340.48370.4381
Hunter Lab66.191714.607239.3234
CIE-Lab72.103619.438568.7443

#eea127 color RGB value is (238,161,39).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10100001 00100111
Octal 356 241 47
Decimal 238 161 39
Hex EE A1 27

RGB Percentages of Color #eea127

%54.34
%36.76
%8.90

CMYK Percentages of Color #eea127

%0
%32
%84
%7

Triadic Colors of #eea127

#eea127 #27eea1 #a127ee

Analogous Colors of #eea127

#eea127 #d8ee27 #ee3e27

Monochromatic Colors of #eea127

#eea127

Complementary Color

#eea127 #2774ee

#eea127 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eea127 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eea127 Color CSS Codes

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

#eea127 Text Font Color

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

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


#eea127 Background Color

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

This div background color is #eea127


#eea127 Border Color

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

This div border color is #eea127


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eea127


Comments

No comments written yet.

Please login to write comment.