Color Hex Logo

#eecc5b Color Hex

#EECC5B
(238,204,91)
0 Favorites   0 Comments

Color spaces of #eecc5b

RGB 23820491
HSL0.130.810.65
HSV46°62°93°
CMYK 0.000.140.62   0.07
XYZ58.741162.118218.7916
Yxy62.11820.42060.4448
Hunter Lab78.8151-4.889941.0343
CIE-Lab82.9762-0.724759.2967

#eecc5b color RGB value is (238,204,91).

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

The process color (four color CMYK) of #eecc5b color hex is 0.00, 0.14, 0.62, 0.07. Web safe color of #eecc5b is #ffcc66. Color #eecc5b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11001100 01011011
Octal 356 314 133
Decimal 238 204 91
Hex EE CC 5B

RGB Percentages of Color #eecc5b

%44.65
%38.27
%17.07

CMYK Percentages of Color #eecc5b

%0
%14
%62
%7

Triadic Colors of #eecc5b

#eecc5b #5beecc #cc5bee

Analogous Colors of #eecc5b

#eecc5b #c7ee5b #ee835b

Monochromatic Colors of #eecc5b

#eecc5b

Complementary Color

#eecc5b #5b7dee

#eecc5b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eecc5b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eecc5b Color CSS Codes

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

#eecc5b Text Font Color

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

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


#eecc5b Background Color

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

This div background color is #eecc5b


#eecc5b Border Color

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

This div border color is #eecc5b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eecc5b


Comments

No comments written yet.

Please login to write comment.