Color Hex Logo

#eec931 Color Hex

#EEC931
(238,201,49)
0 Favorites   0 Comments

Color spaces of #eec931

RGB 23820149
HSL0.130.850.56
HSV48°79°93°
CMYK 0.000.160.79   0.07
XYZ56.700960.172211.5317
Yxy60.17220.44160.4686
Hunter Lab77.5707-5.272945.4854
CIE-Lab81.9317-1.211474.2224

#eec931 color RGB value is (238,201,49).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11001001 00110001
Octal 356 311 61
Decimal 238 201 49
Hex EE C9 31

RGB Percentages of Color #eec931

%48.77
%41.19
%10.04

CMYK Percentages of Color #eec931

%0
%16
%79
%7

Triadic Colors of #eec931

#eec931 #31eec9 #c931ee

Analogous Colors of #eec931

#eec931 #b5ee31 #ee6b31

Monochromatic Colors of #eec931

#eec931

Complementary Color

#eec931 #3156ee

#eec931 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eec931 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eec931 Color CSS Codes

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

#eec931 Text Font Color

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

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


#eec931 Background Color

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

This div background color is #eec931


#eec931 Border Color

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

This div border color is #eec931


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eec931

#eec931 Color Palettes


Comments

No comments written yet.

Please login to write comment.