color codes Logo

#eda464 color codes

#EDA464
(237,164,100)
0 Favorites   0 Comments

Color spaces of #eda464

RGB 237164100
HSL0.080.790.66
HSV28°58°93°
CMYK 0.000.310.58   0.07
XYZ50.500845.475518.1726
Yxy45.47550.44240.3984
Hunter Lab67.435515.662131.2273
CIE-Lab73.203920.470943.6842

#eda464 color RGB value is (237,164,100).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10100100 01100100
Octal 355 244 144
Decimal 237 164 100
Hex ED A4 64

RGB Percentages of Color #eda464

%47.31
%32.73
%19.96

CMYK Percentages of Color #eda464

%0
%31
%58
%7

Triadic Colors of #eda464

#eda464 #64eda4 #a464ed

Analogous Colors of #eda464

#eda464 #ede964 #ed6469

Monochromatic Colors of #eda464

#eda464

Complementary Color

#eda464 #64aded

#eda464 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eda464 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eda464 Color CSS Codes

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

#eda464 Text Font Color

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

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


#eda464 Background Color

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

This div background color is #eda464


#eda464 Border Color

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

This div border color is #eda464


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,164,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 #eda464">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eda464


Comments

No comments written yet.

Please login to write comment.