Color Hex Logo

#edc449 Color Hex

#EDC449
(237,196,73)
0 Favorites   0 Comments

Color spaces of #edc449

RGB 23719673
HSL0.130.820.61
HSV45°69°93°
CMYK 0.000.170.69   0.07
XYZ55.867657.965414.5472
Yxy57.96540.43520.4515
Hunter Lab76.1350-2.253641.9659
CIE-Lab80.71961.941364.5142

#edc449 color RGB value is (237,196,73).

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

The process color (four color CMYK) of #edc449 color hex is 0.00, 0.17, 0.69, 0.07. Web safe color of #edc449 is #ffcc33. Color #edc449 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11000100 01001001
Octal 355 304 111
Decimal 237 196 73
Hex ED C4 49

RGB Percentages of Color #edc449

%46.84
%38.74
%14.43

CMYK Percentages of Color #edc449

%0
%17
%69
%7

Triadic Colors of #edc449

#edc449 #49edc4 #c449ed

Analogous Colors of #edc449

#edc449 #c4ed49 #ed7249

Monochromatic Colors of #edc449

#edc449

Complementary Color

#edc449 #4972ed

#edc449 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc449 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc449 Color CSS Codes

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

#edc449 Text Font Color

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

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


#edc449 Background Color

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

This div background color is #edc449


#edc449 Border Color

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

This div border color is #edc449


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc449


Comments

No comments written yet.

Please login to write comment.