Color Hex Logo

#edc941 Color Hex

#EDC941
(237,201,65)
0 Favorites   0 Comments

Color spaces of #edc941

RGB 23720165
HSL0.130.830.59
HSV47°73°93°
CMYK 0.000.150.73   0.07
XYZ56.765860.159513.6211
Yxy60.15950.43480.4608
Hunter Lab77.5626-5.095543.8816
CIE-Lab81.9248-1.021268.8096

#edc941 color RGB value is (237,201,65).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001001 01000001
Octal 355 311 101
Decimal 237 201 65
Hex ED C9 41

RGB Percentages of Color #edc941

%47.12
%39.96
%12.92

CMYK Percentages of Color #edc941

%0
%15
%73
%7

Triadic Colors of #edc941

#edc941 #41edc9 #c941ed

Analogous Colors of #edc941

#edc941 #bbed41 #ed7341

Monochromatic Colors of #edc941

#edc941

Complementary Color

#edc941 #4165ed

#edc941 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc941 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc941 Color CSS Codes

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

#edc941 Text Font Color

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

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


#edc941 Background Color

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

This div background color is #edc941


#edc941 Border Color

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

This div border color is #edc941


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc941


Comments

No comments written yet.

Please login to write comment.