Color Hex Logo

#eea14a Color Hex

#EEA14A
(238,161,74)
0 Favorites   0 Comments

Color spaces of #eea14a

RGB 23816174
HSL0.090.830.61
HSV32°69°93°
CMYK 0.000.320.69   0.07
XYZ49.240844.161312.4073
Yxy44.16130.46540.4174
Hunter Lab66.454015.969835.4480
CIE-Lab72.336220.814655.3416

#eea14a color RGB value is (238,161,74).

#eea14a hex color red value is 238, green value is 161 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #eea14a hue: 0.09 , saturation: 0.83 and the lightness value of eea14a is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10100001 01001010
Octal 356 241 112
Decimal 238 161 74
Hex EE A1 4A

RGB Percentages of Color #eea14a

%50.32
%34.04
%15.64

CMYK Percentages of Color #eea14a

%0
%32
%69
%7

Triadic Colors of #eea14a

#eea14a #4aeea1 #a14aee

Analogous Colors of #eea14a

#eea14a #e9ee4a #ee4f4a

Monochromatic Colors of #eea14a

#eea14a

Complementary Color

#eea14a #4a97ee

#eea14a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eea14a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eea14a Color CSS Codes

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

#eea14a Text Font Color

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

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


#eea14a Background Color

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

This div background color is #eea14a


#eea14a Border Color

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

This div border color is #eea14a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eea14a


Comments

No comments written yet.

Please login to write comment.