Color Hex Logo

#edd740 Color Hex

#EDD740
(237,215,64)
0 Favorites   0 Comments

Color spaces of #edd740

RGB 23721564
HSL0.150.830.59
HSV52°73°93°
CMYK 0.000.090.73   0.07
XYZ60.150966.975614.6078
Yxy66.97560.42440.4725
Hunter Lab81.8386-12.021246.7041
CIE-Lab85.4916-8.186672.6001

#edd740 color RGB value is (237,215,64).

#edd740 hex color red value is 237, green value is 215 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #edd740 hue: 0.15 , saturation: 0.83 and the lightness value of edd740 is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010111 01000000
Octal 355 327 100
Decimal 237 215 64
Hex ED D7 40

RGB Percentages of Color #edd740

%45.93
%41.67
%12.40

CMYK Percentages of Color #edd740

%0
%9
%73
%7

Triadic Colors of #edd740

#edd740 #40edd7 #d740ed

Analogous Colors of #edd740

#edd740 #aded40 #ed8140

Monochromatic Colors of #edd740

#edd740

Complementary Color

#edd740 #4056ed

#edd740 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd740 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd740 Color CSS Codes

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

#edd740 Text Font Color

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

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


#edd740 Background Color

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

This div background color is #edd740


#edd740 Border Color

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

This div border color is #edd740


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd740


Comments

No comments written yet.

Please login to write comment.