Color Hex Logo

#edc849 Color Hex

#EDC849
(237,200,73)
0 Favorites   0 Comments

Color spaces of #edc849

RGB 23720073
HSL0.130.820.61
HSV46°69°93°
CMYK 0.000.160.69   0.07
XYZ56.781959.794114.8520
Yxy59.79410.43200.4550
Hunter Lab77.3266-4.246942.7409
CIE-Lab81.7261-0.125065.5405

#edc849 color RGB value is (237,200,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001000 01001001
Octal 355 310 111
Decimal 237 200 73
Hex ED C8 49

RGB Percentages of Color #edc849

%46.47
%39.22
%14.31

CMYK Percentages of Color #edc849

%0
%16
%69
%7

Triadic Colors of #edc849

#edc849 #49edc8 #c849ed

Analogous Colors of #edc849

#edc849 #c0ed49 #ed7649

Monochromatic Colors of #edc849

#edc849

Complementary Color

#edc849 #496eed

#edc849 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc849 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc849 Color CSS Codes

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

#edc849 Text Font Color

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

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


#edc849 Background Color

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

This div background color is #edc849


#edc849 Border Color

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

This div border color is #edc849


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc849


Comments

No comments written yet.

Please login to write comment.