Color Hex Logo

#eeda5d Color Hex

#EEDA5D
(238,218,93)
0 Favorites   0 Comments

Color spaces of #eeda5d

RGB 23821893
HSL0.140.810.65
HSV52°61°93°
CMYK 0.000.080.61   0.07
XYZ62.307169.110320.4116
Yxy69.11030.41040.4552
Hunter Lab83.1326-11.698043.6353
CIE-Lab86.5586-7.716562.3612

#eeda5d color RGB value is (238,218,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011010 01011101
Octal 356 332 135
Decimal 238 218 93
Hex EE DA 5D

RGB Percentages of Color #eeda5d

%43.35
%39.71
%16.94

CMYK Percentages of Color #eeda5d

%0
%8
%61
%7

Triadic Colors of #eeda5d

#eeda5d #5deeda #da5dee

Analogous Colors of #eeda5d

#eeda5d #baee5d #ee925d

Monochromatic Colors of #eeda5d

#eeda5d

Complementary Color

#eeda5d #5d71ee

#eeda5d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeda5d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeda5d Color CSS Codes

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

#eeda5d Text Font Color

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

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


#eeda5d Background Color

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

This div background color is #eeda5d


#eeda5d Border Color

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

This div border color is #eeda5d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeda5d


Comments

No comments written yet.

Please login to write comment.