Color Hex Logo

#eec973 Color Hex

#EEC973
(238,201,115)
0 Favorites   0 Comments

Color spaces of #eec973

RGB 238201115
HSL0.120.780.69
HSV42°52°93°
CMYK 0.000.160.52   0.07
XYZ59.241161.188224.9078
Yxy61.18820.40760.4210
Hunter Lab78.2229-1.705435.8768
CIE-Lab82.47982.620047.4753

#eec973 color RGB value is (238,201,115).

#eec973 hex color red value is 238, green value is 201 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #eec973 hue: 0.12 , saturation: 0.78 and the lightness value of eec973 is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11001001 01110011
Octal 356 311 163
Decimal 238 201 115
Hex EE C9 73

RGB Percentages of Color #eec973

%42.96
%36.28
%20.76

CMYK Percentages of Color #eec973

%0
%16
%52
%7

Triadic Colors of #eec973

#eec973 #73eec9 #c973ee

Analogous Colors of #eec973

#eec973 #d6ee73 #ee8c73

Monochromatic Colors of #eec973

#eec973

Complementary Color

#eec973 #7398ee

#eec973 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eec973 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eec973 Color CSS Codes

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

#eec973 Text Font Color

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

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


#eec973 Background Color

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

This div background color is #eec973


#eec973 Border Color

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

This div border color is #eec973


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eec973


Comments

No comments written yet.

Please login to write comment.