Color Hex Logo

#eec149 Color Hex

#EEC149
(238,193,73)
0 Favorites   0 Comments

Color spaces of #eec149

RGB 23819373
HSL0.120.830.61
HSV44°69°93°
CMYK 0.000.190.69   0.07
XYZ55.532556.798114.3396
Yxy56.79810.43840.4484
Hunter Lab75.3645-0.359841.4741
CIE-Lab80.06593.919663.8759

#eec149 color RGB value is (238,193,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11000001 01001001
Octal 356 301 111
Decimal 238 193 73
Hex EE C1 49

RGB Percentages of Color #eec149

%47.22
%38.29
%14.48

CMYK Percentages of Color #eec149

%0
%19
%69
%7

Triadic Colors of #eec149

#eec149 #49eec1 #c149ee

Analogous Colors of #eec149

#eec149 #c9ee49 #ee6f49

Monochromatic Colors of #eec149

#eec149

Complementary Color

#eec149 #4976ee

#eec149 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eec149 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eec149 Color CSS Codes

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

#eec149 Text Font Color

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

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


#eec149 Background Color

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

This div background color is #eec149


#eec149 Border Color

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

This div border color is #eec149


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eec149


Comments

No comments written yet.

Please login to write comment.