color codes Logo

#eda475 color codes

#EDA475
(237,164,117)
0 Favorites   0 Comments

Color spaces of #eda475

RGB 237164117
HSL0.070.770.69
HSV24°51°93°
CMYK 0.000.310.51   0.07
XYZ51.411445.839822.9679
Yxy45.83980.42760.3813
Hunter Lab67.705117.058827.2804
CIE-Lab73.441521.866435.1537

#eda475 color RGB value is (237,164,117).

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

The process color (four color CMYK) of #eda475 color code is 0.00, 0.31, 0.51, 0.07. Web safe color of #eda475 is #ff9966. Color #eda475 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10100100 01110101
Octal 355 244 165
Decimal 237 164 117
Hex ED A4 75

RGB Percentages of Color #eda475

%45.75
%31.66
%22.59

CMYK Percentages of Color #eda475

%0
%31
%51
%7

Triadic Colors of #eda475

#eda475 #75eda4 #a475ed

Analogous Colors of #eda475

#eda475 #ede075 #ed7582

Monochromatic Colors of #eda475

#eda475

Complementary Color

#eda475 #75beed

#eda475 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eda475 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eda475 Color CSS Codes

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

#eda475 Text Font Color

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

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


#eda475 Background Color

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

This div background color is #eda475


#eda475 Border Color

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

This div border color is #eda475


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eda475


Comments

No comments written yet.

Please login to write comment.