color codes Logo

#eec55f color codes

#EEC55F
(238,197,95)
0 Favorites   0 Comments

Color spaces of #eec55f

RGB 23819795
HSL0.120.810.65
HSV43°60°93°
CMYK 0.000.170.60   0.07
XYZ57.291758.935919.1826
Yxy58.93590.42310.4352
Hunter Lab76.7697-1.136038.9239
CIE-Lab81.25633.156455.5644

#eec55f color RGB value is (238,197,95).

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

The process color (four color CMYK) of #eec55f color code is 0.00, 0.17, 0.60, 0.07. Web safe color of #eec55f is #ffcc66. Color #eec55f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11000101 01011111
Octal 356 305 137
Decimal 238 197 95
Hex EE C5 5F

RGB Percentages of Color #eec55f

%44.91
%37.17
%17.92

CMYK Percentages of Color #eec55f

%0
%17
%60
%7

Triadic Colors of #eec55f

#eec55f #5feec5 #c55fee

Analogous Colors of #eec55f

#eec55f #d0ee5f #ee7e5f

Monochromatic Colors of #eec55f

#eec55f

Complementary Color

#eec55f #5f88ee

#eec55f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eec55f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eec55f Color CSS Codes

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

#eec55f Text Font Color

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

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


#eec55f Background Color

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

This div background color is #eec55f


#eec55f Border Color

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

This div border color is #eec55f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eec55f


Comments

No comments written yet.

Please login to write comment.