Color Hex Logo

#efc548 Color Hex

#EFC548
(239,197,72)
0 Favorites   0 Comments

Color spaces of #efc548

RGB 23919772
HSL0.120.840.61
HSV45°70°94°
CMYK 0.000.180.70   0.06
XYZ56.732658.751114.4809
Yxy58.75110.43650.4521
Hunter Lab76.6493-2.017942.4532
CIE-Lab81.15462.216665.4198

#efc548 color RGB value is (239,197,72).

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

The process color (four color CMYK) of #efc548 color hex is 0.00, 0.18, 0.70, 0.06. Web safe color of #efc548 is #ffcc33. Color #efc548 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11000101 01001000
Octal 357 305 110
Decimal 239 197 72
Hex EF C5 48

RGB Percentages of Color #efc548

%47.05
%38.78
%14.17

CMYK Percentages of Color #efc548

%0
%18
%70
%6

Triadic Colors of #efc548

#efc548 #48efc5 #c548ef

Analogous Colors of #efc548

#efc548 #c6ef48 #ef7248

Monochromatic Colors of #efc548

#efc548

Complementary Color

#efc548 #4872ef

#efc548 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efc548 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efc548 Color CSS Codes

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

#efc548 Text Font Color

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

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


#efc548 Background Color

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

This div background color is #efc548


#efc548 Border Color

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

This div border color is #efc548


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efc548


Comments

No comments written yet.

Please login to write comment.