Color Hex Logo

#efc320 Color Hex

#EFC320
(239,195,32)
0 Favorites   0 Comments

Color spaces of #efc320

RGB 23919532
HSL0.130.870.53
HSV47°87°94°
CMYK 0.000.180.87   0.06
XYZ55.372457.48529.5438
Yxy57.48520.45240.4696
Hunter Lab75.8190-2.320545.6101
CIE-Lab80.45171.854577.4543

#efc320 color RGB value is (239,195,32).

#efc320 hex color red value is 239, green value is 195 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #efc320 hue: 0.13 , saturation: 0.87 and the lightness value of efc320 is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11000011 00100000
Octal 357 303 40
Decimal 239 195 32
Hex EF C3 20

RGB Percentages of Color #efc320

%51.29
%41.85
%6.87

CMYK Percentages of Color #efc320

%0
%18
%87
%6

Triadic Colors of #efc320

#efc320 #20efc3 #c320ef

Analogous Colors of #efc320

#efc320 #b4ef20 #ef5b20

Monochromatic Colors of #efc320

#efc320

Complementary Color

#efc320 #204cef

#efc320 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efc320 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efc320 Color CSS Codes

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

#efc320 Text Font Color

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

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


#efc320 Background Color

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

This div background color is #efc320


#efc320 Border Color

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

This div border color is #efc320


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efc320


Comments

No comments written yet.

Please login to write comment.