Color Hex Logo

#ed9c5e Color Hex

#ED9C5E
(237,156,94)
0 Favorites   0 Comments

Color spaces of #ed9c5e

RGB 23715694
HSL0.070.800.65
HSV26°60°93°
CMYK 0.000.340.60   0.07
XYZ48.833942.589616.2365
Yxy42.58960.45360.3956
Hunter Lab65.260719.363430.9315
CIE-Lab71.275524.277144.4177

#ed9c5e color RGB value is (237,156,94).

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

The process color (four color CMYK) of #ed9c5e color hex is 0.00, 0.34, 0.60, 0.07. Web safe color of #ed9c5e is #ff9966. Color #ed9c5e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10011100 01011110
Octal 355 234 136
Decimal 237 156 94
Hex ED 9C 5E

RGB Percentages of Color #ed9c5e

%48.67
%32.03
%19.30

CMYK Percentages of Color #ed9c5e

%0
%34
%60
%7

Triadic Colors of #ed9c5e

#ed9c5e #5eed9c #9c5eed

Analogous Colors of #ed9c5e

#ed9c5e #ede45e #ed5e68

Monochromatic Colors of #ed9c5e

#ed9c5e

Complementary Color

#ed9c5e #5eafed

#ed9c5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed9c5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed9c5e Color CSS Codes

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

#ed9c5e Text Font Color

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

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


#ed9c5e Background Color

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

This div background color is #ed9c5e


#ed9c5e Border Color

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

This div border color is #ed9c5e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed9c5e


Comments

No comments written yet.

Please login to write comment.