Color Hex Logo

#efa345 Color Hex

#EFA345
(239,163,69)
0 Favorites   0 Comments

Color spaces of #efa345

RGB 23916369
HSL0.090.840.60
HSV33°71°94°
CMYK 0.000.320.71   0.06
XYZ49.768044.974811.6882
Yxy44.97480.46760.4226
Hunter Lab67.063315.105136.6108
CIE-Lab72.875319.918958.1817

#efa345 color RGB value is (239,163,69).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10100011 01000101
Octal 357 243 105
Decimal 239 163 69
Hex EF A3 45

RGB Percentages of Color #efa345

%50.74
%34.61
%14.65

CMYK Percentages of Color #efa345

%0
%32
%71
%6

Triadic Colors of #efa345

#efa345 #45efa3 #a345ef

Analogous Colors of #efa345

#efa345 #e6ef45 #ef4e45

Monochromatic Colors of #efa345

#efa345

Complementary Color

#efa345 #4591ef

#efa345 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efa345 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efa345 Color CSS Codes

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

#efa345 Text Font Color

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

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


#efa345 Background Color

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

This div background color is #efa345


#efa345 Border Color

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

This div border color is #efa345


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efa345


Comments

No comments written yet.

Please login to write comment.