Color Hex Logo

#efc550 Color Hex

#EFC550
(239,197,80)
0 Favorites   0 Comments

Color spaces of #efc550

RGB 23919780
HSL0.120.830.63
HSV44°67°94°
CMYK 0.000.180.67   0.06
XYZ57.010858.862415.9462
Yxy58.86240.43250.4465
Hunter Lab76.7218-1.622641.3822
CIE-Lab81.21592.639462.1922

#efc550 color RGB value is (239,197,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11000101 01010000
Octal 357 305 120
Decimal 239 197 80
Hex EF C5 50

RGB Percentages of Color #efc550

%46.32
%38.18
%15.50

CMYK Percentages of Color #efc550

%0
%18
%67
%6

Triadic Colors of #efc550

#efc550 #50efc5 #c550ef

Analogous Colors of #efc550

#efc550 #caef50 #ef7650

Monochromatic Colors of #efc550

#efc550

Complementary Color

#efc550 #507aef

#efc550 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efc550 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efc550 Color CSS Codes

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

#efc550 Text Font Color

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

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


#efc550 Background Color

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

This div background color is #efc550


#efc550 Border Color

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

This div border color is #efc550


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,197,80, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efc550


Comments

No comments written yet.

Please login to write comment.