Color Hex Logo

#eec473 Color Hex

#EEC473
(238,196,115)
0 Favorites   0 Comments

Color spaces of #eec473

RGB 238196115
HSL0.110.780.69
HSV40°52°93°
CMYK 0.000.180.52   0.07
XYZ58.094358.894824.5256
Yxy58.89480.41050.4162
Hunter Lab76.74290.824134.7721
CIE-Lab81.23375.217145.9558

#eec473 color RGB value is (238,196,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11000100 01110011
Octal 356 304 163
Decimal 238 196 115
Hex EE C4 73

RGB Percentages of Color #eec473

%43.35
%35.70
%20.95

CMYK Percentages of Color #eec473

%0
%18
%52
%7

Triadic Colors of #eec473

#eec473 #73eec4 #c473ee

Analogous Colors of #eec473

#eec473 #dbee73 #ee8773

Monochromatic Colors of #eec473

#eec473

Complementary Color

#eec473 #739dee

#eec473 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eec473 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eec473 Color CSS Codes

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

#eec473 Text Font Color

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

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


#eec473 Background Color

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

This div background color is #eec473


#eec473 Border Color

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

This div border color is #eec473


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eec473


Comments

No comments written yet.

Please login to write comment.