Color Hex Logo

#eec079 Color Hex

#EEC079
(238,192,121)
0 Favorites   0 Comments

Color spaces of #eec079

RGB 238192121
HSL0.100.770.70
HSV36°49°93°
CMYK 0.000.190.49   0.07
XYZ57.560757.256926.1071
Yxy57.25690.40850.4063
Hunter Lab75.66833.365032.5115
CIE-Lab80.32397.835841.8257

#eec079 color RGB value is (238,192,121).

#eec079 hex color red value is 238, green value is 192 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #eec079 hue: 0.10 , saturation: 0.77 and the lightness value of eec079 is 0.70.

The process color (four color CMYK) of #eec079 color hex is 0.00, 0.19, 0.49, 0.07. Web safe color of #eec079 is #ffcc66. Color #eec079 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11000000 01111001
Octal 356 300 171
Decimal 238 192 121
Hex EE C0 79

RGB Percentages of Color #eec079

%43.19
%34.85
%21.96

CMYK Percentages of Color #eec079

%0
%19
%49
%7

Triadic Colors of #eec079

#eec079 #79eec0 #c079ee

Analogous Colors of #eec079

#eec079 #e2ee79 #ee8679

Monochromatic Colors of #eec079

#eec079

Complementary Color

#eec079 #79a7ee

#eec079 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eec079 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eec079 Color CSS Codes

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

#eec079 Text Font Color

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

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


#eec079 Background Color

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

This div background color is #eec079


#eec079 Border Color

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

This div border color is #eec079


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eec079


Comments

No comments written yet.

Please login to write comment.