Color Hex Logo

#eee540 Color Hex

#EEE540
(238,229,64)
0 Favorites   0 Comments

Color spaces of #eee540

RGB 23822964
HSL0.160.840.59
HSV57°73°93°
CMYK 0.000.040.73   0.07
XYZ64.204674.585915.8631
Yxy74.58590.41520.4823
Hunter Lab86.3631-18.433949.5639
CIE-Lab89.1987-14.730876.1390

#eee540 color RGB value is (238,229,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11100101 01000000
Octal 356 345 100
Decimal 238 229 64
Hex EE E5 40

RGB Percentages of Color #eee540

%44.82
%43.13
%12.05

CMYK Percentages of Color #eee540

%0
%4
%73
%7

Triadic Colors of #eee540

#eee540 #40eee5 #e540ee

Analogous Colors of #eee540

#eee540 #a0ee40 #ee8e40

Monochromatic Colors of #eee540

#eee540

Complementary Color

#eee540 #4049ee

#eee540 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eee540 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eee540 Color CSS Codes

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

#eee540 Text Font Color

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

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


#eee540 Background Color

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

This div background color is #eee540


#eee540 Border Color

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

This div border color is #eee540


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eee540

#eee540 Color Palettes


Comments

No comments written yet.

Please login to write comment.