Color Hex Logo

#eec75f Color Hex

#EEC75F
(238,199,95)
0 Favorites   0 Comments

Color spaces of #eec75f

RGB 23819995
HSL0.120.810.65
HSV44°60°93°
CMYK 0.000.160.60   0.07
XYZ57.748959.850219.3350
Yxy59.85020.42170.4371
Hunter Lab77.3629-2.140639.3359
CIE-Lab81.75672.120356.1309

#eec75f color RGB value is (238,199,95).

#eec75f hex color red value is 238, green value is 199 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #eec75f hue: 0.12 , saturation: 0.81 and the lightness value of eec75f is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11000111 01011111
Octal 356 307 137
Decimal 238 199 95
Hex EE C7 5F

RGB Percentages of Color #eec75f

%44.74
%37.41
%17.86

CMYK Percentages of Color #eec75f

%0
%16
%60
%7

Triadic Colors of #eec75f

#eec75f #5feec7 #c75fee

Analogous Colors of #eec75f

#eec75f #ceee5f #ee805f

Monochromatic Colors of #eec75f

#eec75f

Complementary Color

#eec75f #5f86ee

#eec75f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eec75f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eec75f Color CSS Codes

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

#eec75f Text Font Color

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

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


#eec75f Background Color

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

This div background color is #eec75f


#eec75f Border Color

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

This div border color is #eec75f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eec75f


Comments

No comments written yet.

Please login to write comment.