Color Hex Logo

#eec941 Color Hex

#EEC941
(238,201,65)
0 Favorites   0 Comments

Color spaces of #eec941

RGB 23820165
HSL0.130.840.59
HSV47°73°93°
CMYK 0.000.160.73   0.07
XYZ57.100760.332113.6368
Yxy60.33210.43570.4603
Hunter Lab77.6737-4.707443.9624
CIE-Lab82.0184-0.598068.9325

#eec941 color RGB value is (238,201,65).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11001001 01000001
Octal 356 311 101
Decimal 238 201 65
Hex EE C9 41

RGB Percentages of Color #eec941

%47.22
%39.88
%12.90

CMYK Percentages of Color #eec941

%0
%16
%73
%7

Triadic Colors of #eec941

#eec941 #41eec9 #c941ee

Analogous Colors of #eec941

#eec941 #bdee41 #ee7341

Monochromatic Colors of #eec941

#eec941

Complementary Color

#eec941 #4166ee

#eec941 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eec941 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eec941 Color CSS Codes

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

#eec941 Text Font Color

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

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


#eec941 Background Color

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

This div background color is #eec941


#eec941 Border Color

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

This div border color is #eec941


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eec941


Comments

No comments written yet.

Please login to write comment.