Color Hex Logo

#eda461 Color Hex

#EDA461
(237,164,97)
0 Favorites   0 Comments

Color spaces of #eda461

RGB 23716497
HSL0.080.800.65
HSV29°59°93°
CMYK 0.000.310.59   0.07
XYZ50.358245.418517.4217
Yxy45.41850.44490.4012
Hunter Lab67.393215.442231.8483
CIE-Lab73.166620.250045.1580

#eda461 color RGB value is (237,164,97).

#eda461 hex color red value is 237, green value is 164 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #eda461 hue: 0.08 , saturation: 0.80 and the lightness value of eda461 is 0.65.

The process color (four color CMYK) of #eda461 color hex is 0.00, 0.31, 0.59, 0.07. Web safe color of #eda461 is #ff9966. Color #eda461 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10100100 01100001
Octal 355 244 141
Decimal 237 164 97
Hex ED A4 61

RGB Percentages of Color #eda461

%47.59
%32.93
%19.48

CMYK Percentages of Color #eda461

%0
%31
%59
%7

Triadic Colors of #eda461

#eda461 #61eda4 #a461ed

Analogous Colors of #eda461

#eda461 #edea61 #ed6164

Monochromatic Colors of #eda461

#eda461

Complementary Color

#eda461 #61aaed

#eda461 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eda461 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eda461 Color CSS Codes

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

#eda461 Text Font Color

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

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


#eda461 Background Color

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

This div background color is #eda461


#eda461 Border Color

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

This div border color is #eda461


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eda461


Comments

No comments written yet.

Please login to write comment.