Color Hex Logo

#efa344 Color Hex

#EFA344
(239,163,68)
0 Favorites   0 Comments

Color spaces of #efa344

RGB 23916368
HSL0.090.840.60
HSV33°72°94°
CMYK 0.000.320.72   0.06
XYZ49.737244.962511.5260
Yxy44.96250.46820.4233
Hunter Lab67.054115.057336.7464
CIE-Lab72.867219.870658.6095

#efa344 color RGB value is (239,163,68).

#efa344 hex color red value is 239, green value is 163 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #efa344 hue: 0.09 , saturation: 0.84 and the lightness value of efa344 is 0.60.

The process color (four color CMYK) of #efa344 color hex is 0.00, 0.32, 0.72, 0.06. Web safe color of #efa344 is #ff9933. Color #efa344 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10100011 01000100
Octal 357 243 104
Decimal 239 163 68
Hex EF A3 44

RGB Percentages of Color #efa344

%50.85
%34.68
%14.47

CMYK Percentages of Color #efa344

%0
%32
%72
%6

Triadic Colors of #efa344

#efa344 #44efa3 #a344ef

Analogous Colors of #efa344

#efa344 #e6ef44 #ef4e44

Monochromatic Colors of #efa344

#efa344

Complementary Color

#efa344 #4490ef

#efa344 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efa344 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efa344 Color CSS Codes

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

#efa344 Text Font Color

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

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


#efa344 Background Color

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

This div background color is #efa344


#efa344 Border Color

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

This div border color is #efa344


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efa344


Comments

No comments written yet.

Please login to write comment.