Color Hex Logo

#ed9247 Color Hex

#ED9247
(237,146,71)
0 Favorites   0 Comments

Color spaces of #ed9247

RGB 23714671
HSL0.080.820.60
HSV27°70°93°
CMYK 0.000.380.70   0.07
XYZ46.341339.017211.0499
Yxy39.01720.48070.4047
Hunter Lab62.463723.116033.2362
CIE-Lab68.763728.171052.8556

#ed9247 color RGB value is (237,146,71).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10010010 01000111
Octal 355 222 107
Decimal 237 146 71
Hex ED 92 47

RGB Percentages of Color #ed9247

%52.20
%32.16
%15.64

CMYK Percentages of Color #ed9247

%0
%38
%70
%7

Triadic Colors of #ed9247

#ed9247 #47ed92 #9247ed

Analogous Colors of #ed9247

#ed9247 #ede547 #ed474f

Monochromatic Colors of #ed9247

#ed9247

Complementary Color

#ed9247 #47a2ed

#ed9247 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed9247 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed9247 Color CSS Codes

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

#ed9247 Text Font Color

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

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


#ed9247 Background Color

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

This div background color is #ed9247


#ed9247 Border Color

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

This div border color is #ed9247


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed9247


Comments

No comments written yet.

Please login to write comment.