Color Hex Logo

#efa440 Color Hex

#EFA440
(239,164,64)
0 Favorites   0 Comments

Color spaces of #efa440

RGB 23916464
HSL0.100.850.59
HSV34°73°94°
CMYK 0.000.310.73   0.06
XYZ49.797545.271810.9642
Yxy45.27180.46960.4270
Hunter Lab67.284314.361337.4375
CIE-Lab73.070519.157160.5229

#efa440 color RGB value is (239,164,64).

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

The process color (four color CMYK) of #efa440 color hex is 0.00, 0.31, 0.73, 0.06. Web safe color of #efa440 is #ff9933. Color #efa440 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10100100 01000000
Octal 357 244 100
Decimal 239 164 64
Hex EF A4 40

RGB Percentages of Color #efa440

%51.18
%35.12
%13.70

CMYK Percentages of Color #efa440

%0
%31
%73
%6

Triadic Colors of #efa440

#efa440 #40efa4 #a440ef

Analogous Colors of #efa440

#efa440 #e3ef40 #ef4d40

Monochromatic Colors of #efa440

#efa440

Complementary Color

#efa440 #408bef

#efa440 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efa440 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efa440 Color CSS Codes

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

#efa440 Text Font Color

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

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


#efa440 Background Color

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

This div background color is #efa440


#efa440 Border Color

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

This div border color is #efa440


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efa440


Comments

No comments written yet.

Please login to write comment.