Color Hex Logo

#eec414 Color Hex

#EEC414
(238,196,20)
2 Favorites   0 Comments

Color spaces of #eec414

RGB 23819620
HSL0.130.870.51
HSV48°92°93°
CMYK 0.000.180.92   0.07
XYZ55.126157.70758.8950
Yxy57.70750.45290.4741
Hunter Lab75.9655-3.406946.2334
CIE-Lab80.57590.699279.7290

#eec414 color RGB value is (238,196,20).

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

The process color (four color CMYK) of #eec414 color hex is 0.00, 0.18, 0.92, 0.07. Web safe color of #eec414 is #ffcc00. Color #eec414 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11000100 00010100
Octal 356 304 24
Decimal 238 196 20
Hex EE C4 14

RGB Percentages of Color #eec414

%52.42
%43.17
%4.41

CMYK Percentages of Color #eec414

%0
%18
%92
%7

Triadic Colors of #eec414

#eec414 #14eec4 #c414ee

Analogous Colors of #eec414

#eec414 #abee14 #ee5714

Monochromatic Colors of #eec414

#eec414

Complementary Color

#eec414 #143eee

#eec414 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eec414 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eec414 Color CSS Codes

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

#eec414 Text Font Color

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

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


#eec414 Background Color

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

This div background color is #eec414


#eec414 Border Color

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

This div border color is #eec414


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eec414


Comments

No comments written yet.

Please login to write comment.