Color Hex Logo

#ed9647 Color Hex

#ED9647
(237,150,71)
0 Favorites   0 Comments

Color spaces of #ed9647

RGB 23715071
HSL0.080.820.60
HSV29°70°93°
CMYK 0.000.370.70   0.07
XYZ46.968740.272111.2590
Yxy40.27210.47680.4089
Hunter Lab63.460321.057233.9031
CIE-Lab69.662926.063353.8211

#ed9647 color RGB value is (237,150,71).

#ed9647 hex color red value is 237, green value is 150 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #ed9647 hue: 0.08 , saturation: 0.82 and the lightness value of ed9647 is 0.60.

The process color (four color CMYK) of #ed9647 color hex is 0.00, 0.37, 0.70, 0.07. Web safe color of #ed9647 is #ff9933. Color #ed9647 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10010110 01000111
Octal 355 226 107
Decimal 237 150 71
Hex ED 96 47

RGB Percentages of Color #ed9647

%51.75
%32.75
%15.50

CMYK Percentages of Color #ed9647

%0
%37
%70
%7

Triadic Colors of #ed9647

#ed9647 #47ed96 #9647ed

Analogous Colors of #ed9647

#ed9647 #ede947 #ed474b

Monochromatic Colors of #ed9647

#ed9647

Complementary Color

#ed9647 #479eed

#ed9647 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed9647 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed9647 Color CSS Codes

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

#ed9647 Text Font Color

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

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


#ed9647 Background Color

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

This div background color is #ed9647


#ed9647 Border Color

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

This div border color is #ed9647


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed9647


Comments

No comments written yet.

Please login to write comment.