Color Hex Logo

#eec64d Color Hex

#EEC64D
(238,198,77)
0 Favorites   0 Comments

Color spaces of #eec64d

RGB 23819877
HSL0.130.830.62
HSV45°68°93°
CMYK 0.000.170.68   0.07
XYZ56.793559.101115.4355
Yxy59.10110.43240.4500
Hunter Lab76.8772-2.667341.9098
CIE-Lab81.34711.537363.5561

#eec64d color RGB value is (238,198,77).

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

The process color (four color CMYK) of #eec64d color hex is 0.00, 0.17, 0.68, 0.07. Web safe color of #eec64d is #ffcc66. Color #eec64d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11000110 01001101
Octal 356 306 115
Decimal 238 198 77
Hex EE C6 4D

RGB Percentages of Color #eec64d

%46.39
%38.60
%15.01

CMYK Percentages of Color #eec64d

%0
%17
%68
%7

Triadic Colors of #eec64d

#eec64d #4deec6 #c64dee

Analogous Colors of #eec64d

#eec64d #c6ee4d #ee764d

Monochromatic Colors of #eec64d

#eec64d

Complementary Color

#eec64d #4d75ee

#eec64d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eec64d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eec64d Color CSS Codes

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

#eec64d Text Font Color

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

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


#eec64d Background Color

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

This div background color is #eec64d


#eec64d Border Color

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

This div border color is #eec64d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eec64d


Comments

No comments written yet.

Please login to write comment.