Color Hex Logo

#edc64e Color Hex

#EDC64E
(237,198,78)
0 Favorites   0 Comments

Color spaces of #edc64e

RGB 23719878
HSL0.130.820.62
HSV45°67°93°
CMYK 0.000.160.67   0.07
XYZ56.494358.942815.6072
Yxy58.94280.43110.4498
Hunter Lab76.7742-3.005741.6891
CIE-Lab81.26011.171463.0208

#edc64e color RGB value is (237,198,78).

#edc64e hex color red value is 237, green value is 198 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #edc64e hue: 0.13 , saturation: 0.82 and the lightness value of edc64e is 0.62.

The process color (four color CMYK) of #edc64e color hex is 0.00, 0.16, 0.67, 0.07. Web safe color of #edc64e is #ffcc66. Color #edc64e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11000110 01001110
Octal 355 306 116
Decimal 237 198 78
Hex ED C6 4E

RGB Percentages of Color #edc64e

%46.20
%38.60
%15.20

CMYK Percentages of Color #edc64e

%0
%16
%67
%7

Triadic Colors of #edc64e

#edc64e #4eedc6 #c64eed

Analogous Colors of #edc64e

#edc64e #c5ed4e #ed774e

Monochromatic Colors of #edc64e

#edc64e

Complementary Color

#edc64e #4e75ed

#edc64e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc64e Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc64e Color CSS Codes

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

#edc64e Text Font Color

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

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


#edc64e Background Color

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

This div background color is #edc64e


#edc64e Border Color

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

This div border color is #edc64e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc64e


Comments

No comments written yet.

Please login to write comment.