Color Hex Logo

#efc555 Color Hex

#EFC555
(239,197,85)
0 Favorites   0 Comments

Color spaces of #efc555

RGB 23919785
HSL0.120.830.64
HSV44°64°94°
CMYK 0.000.180.64   0.06
XYZ57.202558.939116.9558
Yxy58.93910.42980.4428
Hunter Lab76.7718-1.350740.6455
CIE-Lab81.25812.929560.0855

#efc555 color RGB value is (239,197,85).

#efc555 hex color red value is 239, green value is 197 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #efc555 hue: 0.12 , saturation: 0.83 and the lightness value of efc555 is 0.64.

The process color (four color CMYK) of #efc555 color hex is 0.00, 0.18, 0.64, 0.06. Web safe color of #efc555 is #ffcc66. Color #efc555 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11000101 01010101
Octal 357 305 125
Decimal 239 197 85
Hex EF C5 55

RGB Percentages of Color #efc555

%45.87
%37.81
%16.31

CMYK Percentages of Color #efc555

%0
%18
%64
%6

Triadic Colors of #efc555

#efc555 #55efc5 #c555ef

Analogous Colors of #efc555

#efc555 #ccef55 #ef7855

Monochromatic Colors of #efc555

#efc555

Complementary Color

#efc555 #557fef

#efc555 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efc555 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efc555 Color CSS Codes

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

#efc555 Text Font Color

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

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


#efc555 Background Color

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

This div background color is #efc555


#efc555 Border Color

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

This div border color is #efc555


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efc555


Comments

No comments written yet.

Please login to write comment.