Color Hex Logo

#efa43e Color Hex

#EFA43E
(239,164,62)
0 Favorites   0 Comments

Color spaces of #efa43e

RGB 23916462
HSL0.100.850.59
HSV35°74°94°
CMYK 0.000.310.74   0.06
XYZ49.741645.249410.6698
Yxy45.24940.47080.4283
Hunter Lab67.267714.274837.6830
CIE-Lab73.055819.069561.3379

#efa43e color RGB value is (239,164,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10100100 00111110
Octal 357 244 76
Decimal 239 164 62
Hex EF A4 3E

RGB Percentages of Color #efa43e

%51.40
%35.27
%13.33

CMYK Percentages of Color #efa43e

%0
%31
%74
%6

Triadic Colors of #efa43e

#efa43e #3eefa4 #a43eef

Analogous Colors of #efa43e

#efa43e #e2ef3e #ef4c3e

Monochromatic Colors of #efa43e

#efa43e

Complementary Color

#efa43e #3e89ef

#efa43e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efa43e Color Preview on White Background

Lorem ipsum dolor sit amet.

#efa43e Color CSS Codes

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

#efa43e Text Font Color

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

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


#efa43e Background Color

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

This div background color is #efa43e


#efa43e Border Color

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

This div border color is #efa43e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efa43e


Comments

No comments written yet.

Please login to write comment.