Color Hex Logo

#eec615 Color Hex

#EEC615
(238,198,21)
0 Favorites   0 Comments

Color spaces of #eec615

RGB 23819821
HSL0.140.860.51
HSV49°91°93°
CMYK 0.000.170.91   0.07
XYZ55.589358.61959.0943
Yxy58.61950.45080.4754
Hunter Lab76.5634-4.384946.5518
CIE-Lab81.0820-0.317679.9583

#eec615 color RGB value is (238,198,21).

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

The process color (four color CMYK) of #eec615 color hex is 0.00, 0.17, 0.91, 0.07. Web safe color of #eec615 is #ffcc00. Color #eec615 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11000110 00010101
Octal 356 306 25
Decimal 238 198 21
Hex EE C6 15

RGB Percentages of Color #eec615

%52.08
%43.33
%4.60

CMYK Percentages of Color #eec615

%0
%17
%91
%7

Triadic Colors of #eec615

#eec615 #15eec6 #c615ee

Analogous Colors of #eec615

#eec615 #aaee15 #ee5915

Monochromatic Colors of #eec615

#eec615

Complementary Color

#eec615 #153dee

#eec615 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eec615 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eec615 Color CSS Codes

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

#eec615 Text Font Color

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

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


#eec615 Background Color

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

This div background color is #eec615


#eec615 Border Color

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

This div border color is #eec615


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eec615


Comments

No comments written yet.

Please login to write comment.