Color Hex Logo

#eec62c Color Hex

#EEC62C
(238,198,44)
0 Favorites   0 Comments

Color spaces of #eec62c

RGB 23819844
HSL0.130.850.55
HSV48°82°93°
CMYK 0.000.170.82   0.07
XYZ55.908658.747210.7755
Yxy58.74720.44570.4684
Hunter Lab76.6467-3.928145.3173
CIE-Lab81.15240.177874.9941

#eec62c color RGB value is (238,198,44).

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

The process color (four color CMYK) of #eec62c color hex is 0.00, 0.17, 0.82, 0.07. Web safe color of #eec62c is #ffcc33. Color #eec62c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11000110 00101100
Octal 356 306 54
Decimal 238 198 44
Hex EE C6 2C

RGB Percentages of Color #eec62c

%49.58
%41.25
%9.17

CMYK Percentages of Color #eec62c

%0
%17
%82
%7

Triadic Colors of #eec62c

#eec62c #2ceec6 #c62cee

Analogous Colors of #eec62c

#eec62c #b5ee2c #ee652c

Monochromatic Colors of #eec62c

#eec62c

Complementary Color

#eec62c #2c54ee

#eec62c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eec62c Color Preview on White Background

Lorem ipsum dolor sit amet.

#eec62c Color CSS Codes

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

#eec62c Text Font Color

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

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


#eec62c Background Color

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

This div background color is #eec62c


#eec62c Border Color

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

This div border color is #eec62c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eec62c


Comments

No comments written yet.

Please login to write comment.