Color Hex Logo

#eec540 Color Hex

#EEC540
(238,197,64)
0 Favorites   0 Comments

Color spaces of #eec540

RGB 23819764
HSL0.130.840.59
HSV46°73°93°
CMYK 0.000.170.73   0.07
XYZ56.151658.479813.1787
Yxy58.47980.43930.4576
Hunter Lab76.4721-2.757943.3128
CIE-Lab81.00481.420268.3183

#eec540 color RGB value is (238,197,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11000101 01000000
Octal 356 305 100
Decimal 238 197 64
Hex EE C5 40

RGB Percentages of Color #eec540

%47.70
%39.48
%12.83

CMYK Percentages of Color #eec540

%0
%17
%73
%7

Triadic Colors of #eec540

#eec540 #40eec5 #c540ee

Analogous Colors of #eec540

#eec540 #c0ee40 #ee6e40

Monochromatic Colors of #eec540

#eec540

Complementary Color

#eec540 #4069ee

#eec540 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eec540 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eec540 Color CSS Codes

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

#eec540 Text Font Color

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

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


#eec540 Background Color

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

This div background color is #eec540


#eec540 Border Color

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

This div border color is #eec540


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,197,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 #eec540">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eec540

#eec540 Color Palettes


Comments

No comments written yet.

Please login to write comment.