Color Hex Logo

#eed65e Color Hex

#EED65E
(238,214,94)
0 Favorites   0 Comments

Color spaces of #eed65e

RGB 23821494
HSL0.140.810.65
HSV50°61°93°
CMYK 0.000.100.61   0.07
XYZ61.326867.078420.3048
Yxy67.07840.41240.4511
Hunter Lab81.9014-9.668842.6319
CIE-Lab85.5435-5.631060.8110

#eed65e color RGB value is (238,214,94).

#eed65e hex color red value is 238, green value is 214 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #eed65e hue: 0.14 , saturation: 0.81 and the lightness value of eed65e is 0.65.

The process color (four color CMYK) of #eed65e color hex is 0.00, 0.10, 0.61, 0.07. Web safe color of #eed65e is #ffcc66. Color #eed65e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11010110 01011110
Octal 356 326 136
Decimal 238 214 94
Hex EE D6 5E

RGB Percentages of Color #eed65e

%43.59
%39.19
%17.22

CMYK Percentages of Color #eed65e

%0
%10
%61
%7

Triadic Colors of #eed65e

#eed65e #5eeed6 #d65eee

Analogous Colors of #eed65e

#eed65e #beee5e #ee8e5e

Monochromatic Colors of #eed65e

#eed65e

Complementary Color

#eed65e #5e76ee

#eed65e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eed65e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eed65e Color CSS Codes

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

#eed65e Text Font Color

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

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


#eed65e Background Color

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

This div background color is #eed65e


#eed65e Border Color

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

This div border color is #eed65e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eed65e


Comments

No comments written yet.

Please login to write comment.