Color Hex Logo

#eed542 Color Hex

#EED542
(238,213,66)
0 Favorites   0 Comments

Color spaces of #eed542

RGB 23821366
HSL0.140.830.60
HSV51°72°93°
CMYK 0.000.110.72   0.07
XYZ60.037566.159014.7599
Yxy66.15900.42590.4694
Hunter Lab81.3382-10.587046.1778
CIE-Lab85.0775-6.671371.5319

#eed542 color RGB value is (238,213,66).

#eed542 hex color red value is 238, green value is 213 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #eed542 hue: 0.14 , saturation: 0.83 and the lightness value of eed542 is 0.60.

The process color (four color CMYK) of #eed542 color hex is 0.00, 0.11, 0.72, 0.07. Web safe color of #eed542 is #ffcc33. Color #eed542 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11010101 01000010
Octal 356 325 102
Decimal 238 213 66
Hex EE D5 42

RGB Percentages of Color #eed542

%46.03
%41.20
%12.77

CMYK Percentages of Color #eed542

%0
%11
%72
%7

Triadic Colors of #eed542

#eed542 #42eed5 #d542ee

Analogous Colors of #eed542

#eed542 #b1ee42 #ee7f42

Monochromatic Colors of #eed542

#eed542

Complementary Color

#eed542 #425bee

#eed542 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eed542 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eed542 Color CSS Codes

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

#eed542 Text Font Color

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

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


#eed542 Background Color

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

This div background color is #eed542


#eed542 Border Color

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

This div border color is #eed542


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eed542

#eed542 Color Palettes


Comments

No comments written yet.

Please login to write comment.