color codes Logo

#eda563 color codes

#EDA563
(237,165,99)
0 Favorites   0 Comments

Color spaces of #eda563

RGB 23716599
HSL0.080.790.66
HSV29°58°93°
CMYK 0.000.300.58   0.07
XYZ50.632345.815617.9791
Yxy45.81560.44250.4004
Hunter Lab67.687215.071331.6324
CIE-Lab73.425719.865944.4589

#eda563 color RGB value is (237,165,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10100101 01100011
Octal 355 245 143
Decimal 237 165 99
Hex ED A5 63

RGB Percentages of Color #eda563

%47.31
%32.93
%19.76

CMYK Percentages of Color #eda563

%0
%30
%58
%7

Triadic Colors of #eda563

#eda563 #63eda5 #a563ed

Analogous Colors of #eda563

#eda563 #edea63 #ed6366

Monochromatic Colors of #eda563

#eda563

Complementary Color

#eda563 #63abed

#eda563 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eda563 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eda563 Color CSS Codes

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

#eda563 Text Font Color

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

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


#eda563 Background Color

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

This div background color is #eda563


#eda563 Border Color

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

This div border color is #eda563


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eda563


Comments

No comments written yet.

Please login to write comment.