Color Hex Logo

#ed9249 Color Hex

#ED9249
(237,146,73)
0 Favorites   0 Comments

Color spaces of #ed9249

RGB 23714673
HSL0.070.820.61
HSV27°69°93°
CMYK 0.000.380.69   0.07
XYZ46.406539.043311.3936
Yxy39.04330.47920.4032
Hunter Lab62.484623.221432.9282
CIE-Lab68.782628.274051.9308

#ed9249 color RGB value is (237,146,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10010010 01001001
Octal 355 222 111
Decimal 237 146 73
Hex ED 92 49

RGB Percentages of Color #ed9249

%51.97
%32.02
%16.01

CMYK Percentages of Color #ed9249

%0
%38
%69
%7

Triadic Colors of #ed9249

#ed9249 #49ed92 #9249ed

Analogous Colors of #ed9249

#ed9249 #ede449 #ed4952

Monochromatic Colors of #ed9249

#ed9249

Complementary Color

#ed9249 #49a4ed

#ed9249 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed9249 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed9249 Color CSS Codes

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

#ed9249 Text Font Color

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

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


#ed9249 Background Color

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

This div background color is #ed9249


#ed9249 Border Color

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

This div border color is #ed9249


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed9249


Comments

No comments written yet.

Please login to write comment.