Color Hex Logo

#eda571 Color Hex

#EDA571
(237,165,113)
0 Favorites   0 Comments

Color spaces of #eda571

RGB 237165113
HSL0.070.780.69
HSV25°52°93°
CMYK 0.000.300.52   0.07
XYZ51.360846.107021.8153
Yxy46.10700.43060.3865
Hunter Lab67.902116.187728.4831
CIE-Lab73.614920.985137.4785

#eda571 color RGB value is (237,165,113).

#eda571 hex color red value is 237, green value is 165 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #eda571 hue: 0.07 , saturation: 0.78 and the lightness value of eda571 is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10100101 01110001
Octal 355 245 161
Decimal 237 165 113
Hex ED A5 71

RGB Percentages of Color #eda571

%46.02
%32.04
%21.94

CMYK Percentages of Color #eda571

%0
%30
%52
%7

Triadic Colors of #eda571

#eda571 #71eda5 #a571ed

Analogous Colors of #eda571

#eda571 #ede371 #ed717b

Monochromatic Colors of #eda571

#eda571

Complementary Color

#eda571 #71b9ed

#eda571 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eda571 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eda571 Color CSS Codes

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

#eda571 Text Font Color

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

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


#eda571 Background Color

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

This div background color is #eda571


#eda571 Border Color

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

This div border color is #eda571


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eda571


Comments

No comments written yet.

Please login to write comment.