Color Hex Logo

#eec775 Color Hex

#EEC775
(238,199,117)
0 Favorites   0 Comments

Color spaces of #eec775

RGB 238199117
HSL0.110.780.70
HSV41°51°93°
CMYK 0.000.160.51   0.07
XYZ58.894260.308325.3662
Yxy60.30830.40740.4172
Hunter Lab77.6584-0.532334.9945
CIE-Lab82.00553.829345.9117

#eec775 color RGB value is (238,199,117).

#eec775 hex color red value is 238, green value is 199 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #eec775 hue: 0.11 , saturation: 0.78 and the lightness value of eec775 is 0.70.

The process color (four color CMYK) of #eec775 color hex is 0.00, 0.16, 0.51, 0.07. Web safe color of #eec775 is #ffcc66. Color #eec775 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11000111 01110101
Octal 356 307 165
Decimal 238 199 117
Hex EE C7 75

RGB Percentages of Color #eec775

%42.96
%35.92
%21.12

CMYK Percentages of Color #eec775

%0
%16
%51
%7

Triadic Colors of #eec775

#eec775 #75eec7 #c775ee

Analogous Colors of #eec775

#eec775 #d9ee75 #ee8b75

Monochromatic Colors of #eec775

#eec775

Complementary Color

#eec775 #759cee

#eec775 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eec775 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eec775 Color CSS Codes

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

#eec775 Text Font Color

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

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


#eec775 Background Color

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

This div background color is #eec775


#eec775 Border Color

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

This div border color is #eec775


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eec775


Comments

No comments written yet.

Please login to write comment.