Color Hex Logo

#eec229 Color Hex

#EEC229
(238,194,41)
0 Favorites   0 Comments

Color spaces of #eec229

RGB 23819441
HSL0.130.850.55
HSV47°83°93°
CMYK 0.000.180.83   0.07
XYZ54.951956.920810.1884
Yxy56.92080.45020.4663
Hunter Lab75.4459-2.017744.8054
CIE-Lab80.13502.159874.9516

#eec229 color RGB value is (238,194,41).

#eec229 hex color red value is 238, green value is 194 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #eec229 hue: 0.13 , saturation: 0.85 and the lightness value of eec229 is 0.55.

The process color (four color CMYK) of #eec229 color hex is 0.00, 0.18, 0.83, 0.07. Web safe color of #eec229 is #ffcc33. Color #eec229 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11000010 00101001
Octal 356 302 51
Decimal 238 194 41
Hex EE C2 29

RGB Percentages of Color #eec229

%50.32
%41.01
%8.67

CMYK Percentages of Color #eec229

%0
%18
%83
%7

Triadic Colors of #eec229

#eec229 #29eec2 #c229ee

Analogous Colors of #eec229

#eec229 #b8ee29 #ee6029

Monochromatic Colors of #eec229

#eec229

Complementary Color

#eec229 #2955ee

#eec229 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eec229 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eec229 Color CSS Codes

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

#eec229 Text Font Color

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

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


#eec229 Background Color

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

This div background color is #eec229


#eec229 Border Color

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

This div border color is #eec229


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eec229


Comments

No comments written yet.

Please login to write comment.