Color Hex Logo

#edc24a Color Hex

#EDC24A
(237,194,74)
0 Favorites   0 Comments

Color spaces of #edc24a

RGB 23719474
HSL0.120.820.61
HSV44°69°93°
CMYK 0.000.180.69   0.07
XYZ55.452957.082514.5739
Yxy57.08250.43630.4491
Hunter Lab75.5530-1.205741.4502
CIE-Lab80.22603.029863.6007

#edc24a color RGB value is (237,194,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11000010 01001010
Octal 355 302 112
Decimal 237 194 74
Hex ED C2 4A

RGB Percentages of Color #edc24a

%46.93
%38.42
%14.65

CMYK Percentages of Color #edc24a

%0
%18
%69
%7

Triadic Colors of #edc24a

#edc24a #4aedc2 #c24aed

Analogous Colors of #edc24a

#edc24a #c7ed4a #ed714a

Monochromatic Colors of #edc24a

#edc24a

Complementary Color

#edc24a #4a75ed

#edc24a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc24a Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc24a Color CSS Codes

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

#edc24a Text Font Color

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

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


#edc24a Background Color

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

This div background color is #edc24a


#edc24a Border Color

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

This div border color is #edc24a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc24a


Comments

No comments written yet.

Please login to write comment.