Color Hex Logo

#eec075 Color Hex

#EEC075
(238,192,117)
0 Favorites   0 Comments

Color spaces of #eec075

RGB 238192117
HSL0.100.780.70
HSV37°51°93°
CMYK 0.000.190.51   0.07
XYZ57.320457.160824.8416
Yxy57.16080.41140.4103
Hunter Lab75.60483.023033.4423
CIE-Lab80.27007.478743.7737

#eec075 color RGB value is (238,192,117).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11000000 01110101
Octal 356 300 165
Decimal 238 192 117
Hex EE C0 75

RGB Percentages of Color #eec075

%43.51
%35.10
%21.39

CMYK Percentages of Color #eec075

%0
%19
%51
%7

Triadic Colors of #eec075

#eec075 #75eec0 #c075ee

Analogous Colors of #eec075

#eec075 #e0ee75 #ee8475

Monochromatic Colors of #eec075

#eec075

Complementary Color

#eec075 #75a3ee

#eec075 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eec075 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eec075 Color CSS Codes

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

#eec075 Text Font Color

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

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


#eec075 Background Color

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

This div background color is #eec075


#eec075 Border Color

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

This div border color is #eec075


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,192,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 #eec075">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eec075


Comments

No comments written yet.

Please login to write comment.