Color Hex Logo

#eec240 Color Hex

#EEC240
(238,194,64)
0 Favorites   0 Comments

Color spaces of #eec240

RGB 23819464
HSL0.120.840.59
HSV45°73°93°
CMYK 0.000.180.73   0.07
XYZ55.477157.130912.9539
Yxy57.13090.44180.4550
Hunter Lab75.5850-1.260142.7483
CIE-Lab80.25322.973467.5881

#eec240 color RGB value is (238,194,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11000010 01000000
Octal 356 302 100
Decimal 238 194 64
Hex EE C2 40

RGB Percentages of Color #eec240

%47.98
%39.11
%12.90

CMYK Percentages of Color #eec240

%0
%18
%73
%7

Triadic Colors of #eec240

#eec240 #40eec2 #c240ee

Analogous Colors of #eec240

#eec240 #c3ee40 #ee6b40

Monochromatic Colors of #eec240

#eec240

Complementary Color

#eec240 #406cee

#eec240 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eec240 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eec240 Color CSS Codes

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

#eec240 Text Font Color

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

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


#eec240 Background Color

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

This div background color is #eec240


#eec240 Border Color

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

This div border color is #eec240


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eec240


Comments

No comments written yet.

Please login to write comment.