Color Hex Logo

#eec94a Color Hex

#EEC94A
(238,201,74)
0 Favorites   0 Comments

Color spaces of #eec94a

RGB 23820174
HSL0.130.830.61
HSV46°69°93°
CMYK 0.000.160.69   0.07
XYZ57.382660.444815.1212
Yxy60.44480.43160.4546
Hunter Lab77.7463-4.309542.8908
CIE-Lab82.0794-0.167865.5312

#eec94a color RGB value is (238,201,74).

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

The process color (four color CMYK) of #eec94a color hex is 0.00, 0.16, 0.69, 0.07. Web safe color of #eec94a is #ffcc33. Color #eec94a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11001001 01001010
Octal 356 311 112
Decimal 238 201 74
Hex EE C9 4A

RGB Percentages of Color #eec94a

%46.39
%39.18
%14.42

CMYK Percentages of Color #eec94a

%0
%16
%69
%7

Triadic Colors of #eec94a

#eec94a #4aeec9 #c94aee

Analogous Colors of #eec94a

#eec94a #c1ee4a #ee774a

Monochromatic Colors of #eec94a

#eec94a

Complementary Color

#eec94a #4a6fee

#eec94a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eec94a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eec94a Color CSS Codes

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

#eec94a Text Font Color

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

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


#eec94a Background Color

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

This div background color is #eec94a


#eec94a Border Color

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

This div border color is #eec94a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eec94a


Comments

No comments written yet.

Please login to write comment.