Color Hex Logo

#edc241 Color Hex

#EDC241
(237,194,65)
0 Favorites   0 Comments

Color spaces of #edc241

RGB 23719465
HSL0.130.830.59
HSV45°73°93°
CMYK 0.000.180.73   0.07
XYZ55.171056.969813.0895
Yxy56.96980.44060.4549
Hunter Lab75.4783-1.612342.5527
CIE-Lab80.16262.593867.0899

#edc241 color RGB value is (237,194,65).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11000010 01000001
Octal 355 302 101
Decimal 237 194 65
Hex ED C2 41

RGB Percentages of Color #edc241

%47.78
%39.11
%13.10

CMYK Percentages of Color #edc241

%0
%18
%73
%7

Triadic Colors of #edc241

#edc241 #41edc2 #c241ed

Analogous Colors of #edc241

#edc241 #c2ed41 #ed6c41

Monochromatic Colors of #edc241

#edc241

Complementary Color

#edc241 #416ced

#edc241 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc241 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc241 Color CSS Codes

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

#edc241 Text Font Color

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

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


#edc241 Background Color

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

This div background color is #edc241


#edc241 Border Color

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

This div border color is #edc241


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc241


Comments

No comments written yet.

Please login to write comment.