Color Hex Logo

#eec755 Color Hex

#EEC755
(238,199,85)
0 Favorites   0 Comments

Color spaces of #eec755

RGB 23819985
HSL0.120.820.63
HSV45°64°93°
CMYK 0.000.160.64   0.07
XYZ57.323059.679917.0924
Yxy59.67990.42750.4451
Hunter Lab77.2528-2.742040.9589
CIE-Lab81.66391.476760.4969

#eec755 color RGB value is (238,199,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11000111 01010101
Octal 356 307 125
Decimal 238 199 85
Hex EE C7 55

RGB Percentages of Color #eec755

%45.59
%38.12
%16.28

CMYK Percentages of Color #eec755

%0
%16
%64
%7

Triadic Colors of #eec755

#eec755 #55eec7 #c755ee

Analogous Colors of #eec755

#eec755 #c9ee55 #ee7b55

Monochromatic Colors of #eec755

#eec755

Complementary Color

#eec755 #557cee

#eec755 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eec755 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eec755 Color CSS Codes

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

#eec755 Text Font Color

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

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


#eec755 Background Color

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

This div background color is #eec755


#eec755 Border Color

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

This div border color is #eec755


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eec755


Comments

No comments written yet.

Please login to write comment.