Color Hex Logo

#edd749 Color Hex

#EDD749
(237,215,73)
0 Favorites   0 Comments

Color spaces of #edd749

RGB 23721573
HSL0.140.820.61
HSV52°69°93°
CMYK 0.000.090.69   0.07
XYZ60.428167.086416.0674
Yxy67.08640.42090.4672
Hunter Lab81.9063-11.643845.7036
CIE-Lab85.5476-7.769369.3941

#edd749 color RGB value is (237,215,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010111 01001001
Octal 355 327 111
Decimal 237 215 73
Hex ED D7 49

RGB Percentages of Color #edd749

%45.14
%40.95
%13.90

CMYK Percentages of Color #edd749

%0
%9
%69
%7

Triadic Colors of #edd749

#edd749 #49edd7 #d749ed

Analogous Colors of #edd749

#edd749 #b1ed49 #ed8549

Monochromatic Colors of #edd749

#edd749

Complementary Color

#edd749 #495fed

#edd749 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd749 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd749 Color CSS Codes

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

#edd749 Text Font Color

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

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


#edd749 Background Color

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

This div background color is #edd749


#edd749 Border Color

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

This div border color is #edd749


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd749


Comments

No comments written yet.

Please login to write comment.