Color Hex Logo

#eda564 Color Hex

#EDA564
(237,165,100)
0 Favorites   0 Comments

Color spaces of #eda564

RGB 237165100
HSL0.080.790.66
HSV28°58°93°
CMYK 0.000.300.58   0.07
XYZ50.680445.834918.2325
Yxy45.83490.44170.3994
Hunter Lab67.701515.145131.4238
CIE-Lab73.438319.940143.9674

#eda564 color RGB value is (237,165,100).

#eda564 hex color red value is 237, green value is 165 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #eda564 hue: 0.08 , saturation: 0.79 and the lightness value of eda564 is 0.66.

The process color (four color CMYK) of #eda564 color hex is 0.00, 0.30, 0.58, 0.07. Web safe color of #eda564 is #ff9966. Color #eda564 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10100101 01100100
Octal 355 245 144
Decimal 237 165 100
Hex ED A5 64

RGB Percentages of Color #eda564

%47.21
%32.87
%19.92

CMYK Percentages of Color #eda564

%0
%30
%58
%7

Triadic Colors of #eda564

#eda564 #64eda5 #a564ed

Analogous Colors of #eda564

#eda564 #edea64 #ed6468

Monochromatic Colors of #eda564

#eda564

Complementary Color

#eda564 #64aced

#eda564 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eda564 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eda564 Color CSS Codes

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

#eda564 Text Font Color

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

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


#eda564 Background Color

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

This div background color is #eda564


#eda564 Border Color

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

This div border color is #eda564


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(237,165,100, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #eda564; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #eda564;
  -webkit-box-shadow: 1px 1px 3px 2px #eda564;
  box-shadow:         1px 1px 3px 2px #eda564; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,165,100, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eda564


Comments

No comments written yet.

Please login to write comment.