color codes Logo

#edaa5f color codes

#EDAA5F
(237,170,95)
0 Favorites   0 Comments

Color spaces of #edaa5f

RGB 23717095
HSL0.090.800.65
HSV32°60°93°
CMYK 0.000.280.60   0.07
XYZ51.365347.580217.3031
Yxy47.58020.44190.4093
Hunter Lab68.978412.209233.4121
CIE-Lab74.559416.926047.8062

#edaa5f color RGB value is (237,170,95).

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

The process color (four color CMYK) of #edaa5f color code is 0.00, 0.28, 0.60, 0.07. Web safe color of #edaa5f is #ff9966. Color #edaa5f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101010 01011111
Octal 355 252 137
Decimal 237 170 95
Hex ED AA 5F

RGB Percentages of Color #edaa5f

%47.21
%33.86
%18.92

CMYK Percentages of Color #edaa5f

%0
%28
%60
%7

Triadic Colors of #edaa5f

#edaa5f #5fedaa #aa5fed

Analogous Colors of #edaa5f

#edaa5f #e9ed5f #ed635f

Monochromatic Colors of #edaa5f

#edaa5f

Complementary Color

#edaa5f #5fa2ed

#edaa5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edaa5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#edaa5f Color CSS Codes

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

#edaa5f Text Font Color

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

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


#edaa5f Background Color

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

This div background color is #edaa5f


#edaa5f Border Color

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

This div border color is #edaa5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edaa5f


Comments

No comments written yet.

Please login to write comment.