Color Hex Logo

#efa445 Color Hex

#EFA445
(239,164,69)
0 Favorites   0 Comments

Color spaces of #efa445

RGB 23916469
HSL0.090.840.60
HSV34°71°94°
CMYK 0.000.310.71   0.06
XYZ49.946245.331311.7476
Yxy45.33130.46670.4236
Hunter Lab67.328514.591436.7849
CIE-Lab73.109519.389858.4248

#efa445 color RGB value is (239,164,69).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10100100 01000101
Octal 357 244 105
Decimal 239 164 69
Hex EF A4 45

RGB Percentages of Color #efa445

%50.64
%34.75
%14.62

CMYK Percentages of Color #efa445

%0
%31
%71
%6

Triadic Colors of #efa445

#efa445 #45efa4 #a445ef

Analogous Colors of #efa445

#efa445 #e5ef45 #ef4f45

Monochromatic Colors of #efa445

#efa445

Complementary Color

#efa445 #4590ef

#efa445 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efa445 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efa445 Color CSS Codes

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

#efa445 Text Font Color

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

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


#efa445 Background Color

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

This div background color is #efa445


#efa445 Border Color

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

This div border color is #efa445


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efa445


Comments

No comments written yet.

Please login to write comment.