Color Hex Logo

#eec24c Color Hex

#EEC24C
(238,194,76)
0 Favorites   0 Comments

Color spaces of #eec24c

RGB 23819476
HSL0.120.830.62
HSV44°68°93°
CMYK 0.000.180.68   0.07
XYZ55.856257.282514.9502
Yxy57.28250.43610.4472
Hunter Lab75.6852-0.714941.2680
CIE-Lab80.33823.556462.9212

#eec24c color RGB value is (238,194,76).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11000010 01001100
Octal 356 302 114
Decimal 238 194 76
Hex EE C2 4C

RGB Percentages of Color #eec24c

%46.85
%38.19
%14.96

CMYK Percentages of Color #eec24c

%0
%18
%68
%7

Triadic Colors of #eec24c

#eec24c #4ceec2 #c24cee

Analogous Colors of #eec24c

#eec24c #c9ee4c #ee714c

Monochromatic Colors of #eec24c

#eec24c

Complementary Color

#eec24c #4c78ee

#eec24c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eec24c Color Preview on White Background

Lorem ipsum dolor sit amet.

#eec24c Color CSS Codes

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

#eec24c Text Font Color

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

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


#eec24c Background Color

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

This div background color is #eec24c


#eec24c Border Color

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

This div border color is #eec24c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eec24c


Comments

No comments written yet.

Please login to write comment.