Color Hex Logo

#eec118 Color Hex

#EEC118
(238,193,24)
0 Favorites   0 Comments

Color spaces of #eec118

RGB 23819324
HSL0.130.860.51
HSV47°90°93°
CMYK 0.000.190.90   0.07
XYZ54.494756.38308.8750
Yxy56.38300.45510.4708
Hunter Lab75.0886-1.860745.5543
CIE-Lab79.83132.310678.5103

#eec118 color RGB value is (238,193,24).

#eec118 hex color red value is 238, green value is 193 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #eec118 hue: 0.13 , saturation: 0.86 and the lightness value of eec118 is 0.51.

The process color (four color CMYK) of #eec118 color hex is 0.00, 0.19, 0.90, 0.07. Web safe color of #eec118 is #ffcc00. Color #eec118 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11000001 00011000
Octal 356 301 30
Decimal 238 193 24
Hex EE C1 18

RGB Percentages of Color #eec118

%52.31
%42.42
%5.27

CMYK Percentages of Color #eec118

%0
%19
%90
%7

Triadic Colors of #eec118

#eec118 #18eec1 #c118ee

Analogous Colors of #eec118

#eec118 #b0ee18 #ee5618

Monochromatic Colors of #eec118

#eec118

Complementary Color

#eec118 #1845ee

#eec118 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eec118 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eec118 Color CSS Codes

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

#eec118 Text Font Color

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

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


#eec118 Background Color

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

This div background color is #eec118


#eec118 Border Color

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

This div border color is #eec118


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eec118


Comments

No comments written yet.

Please login to write comment.