Color Hex Logo

#efc720 Color Hex

#EFC720
(239,199,32)
0 Favorites   0 Comments

Color spaces of #efc720

RGB 23919932
HSL0.130.870.53
HSV48°87°94°
CMYK 0.000.170.87   0.06
XYZ56.280759.30199.8466
Yxy59.30190.44870.4728
Hunter Lab77.0077-4.307746.3243
CIE-Lab81.4573-0.208778.2582

#efc720 color RGB value is (239,199,32).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11000111 00100000
Octal 357 307 40
Decimal 239 199 32
Hex EF C7 20

RGB Percentages of Color #efc720

%50.85
%42.34
%6.81

CMYK Percentages of Color #efc720

%0
%17
%87
%6

Triadic Colors of #efc720

#efc720 #20efc7 #c720ef

Analogous Colors of #efc720

#efc720 #b0ef20 #ef5f20

Monochromatic Colors of #efc720

#efc720

Complementary Color

#efc720 #2048ef

#efc720 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efc720 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efc720 Color CSS Codes

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

#efc720 Text Font Color

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

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


#efc720 Background Color

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

This div background color is #efc720


#efc720 Border Color

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

This div border color is #efc720


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efc720


Comments

No comments written yet.

Please login to write comment.