Color Hex Logo

#edc540 Color Hex

#EDC540
(237,197,64)
0 Favorites   0 Comments

Color spaces of #edc540

RGB 23719764
HSL0.130.830.59
HSV46°73°93°
CMYK 0.000.170.73   0.07
XYZ55.816758.307213.1630
Yxy58.30720.43850.4581
Hunter Lab76.3592-3.149343.2308
CIE-Lab80.90930.996268.1929

#edc540 color RGB value is (237,197,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11000101 01000000
Octal 355 305 100
Decimal 237 197 64
Hex ED C5 40

RGB Percentages of Color #edc540

%47.59
%39.56
%12.85

CMYK Percentages of Color #edc540

%0
%17
%73
%7

Triadic Colors of #edc540

#edc540 #40edc5 #c540ed

Analogous Colors of #edc540

#edc540 #bfed40 #ed6f40

Monochromatic Colors of #edc540

#edc540

Complementary Color

#edc540 #4068ed

#edc540 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc540 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc540 Color CSS Codes

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

#edc540 Text Font Color

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

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


#edc540 Background Color

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

This div background color is #edc540


#edc540 Border Color

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

This div border color is #edc540


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc540


Comments

No comments written yet.

Please login to write comment.