Color Hex Logo

#efc640 Color Hex

#EFC640
(239,198,64)
0 Favorites   0 Comments

Color spaces of #efc640

RGB 23919864
HSL0.130.850.59
HSV46°73°94°
CMYK 0.000.170.73   0.06
XYZ56.716159.109113.2704
Yxy59.10910.43930.4579
Hunter Lab76.8824-2.865043.5839
CIE-Lab81.35151.327068.6871

#efc640 color RGB value is (239,198,64).

#efc640 hex color red value is 239, green value is 198 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #efc640 hue: 0.13 , saturation: 0.85 and the lightness value of efc640 is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11000110 01000000
Octal 357 306 100
Decimal 239 198 64
Hex EF C6 40

RGB Percentages of Color #efc640

%47.70
%39.52
%12.77

CMYK Percentages of Color #efc640

%0
%17
%73
%6

Triadic Colors of #efc640

#efc640 #40efc6 #c640ef

Analogous Colors of #efc640

#efc640 #c1ef40 #ef6f40

Monochromatic Colors of #efc640

#efc640

Complementary Color

#efc640 #4069ef

#efc640 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efc640 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efc640 Color CSS Codes

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

#efc640 Text Font Color

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

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


#efc640 Background Color

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

This div background color is #efc640


#efc640 Border Color

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

This div border color is #efc640


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efc640


Comments

No comments written yet.

Please login to write comment.