Color Hex Logo

#efa945 Color Hex

#EFA945
(239,169,69)
0 Favorites   0 Comments

Color spaces of #efa945

RGB 23916969
HSL0.100.840.60
HSV35°71°94°
CMYK 0.000.290.71   0.06
XYZ50.858747.156312.0518
Yxy47.15630.46210.4284
Hunter Lab68.670412.027437.6638
CIE-Lab74.289616.745459.6447

#efa945 color RGB value is (239,169,69).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101001 01000101
Octal 357 251 105
Decimal 239 169 69
Hex EF A9 45

RGB Percentages of Color #efa945

%50.10
%35.43
%14.47

CMYK Percentages of Color #efa945

%0
%29
%71
%6

Triadic Colors of #efa945

#efa945 #45efa9 #a945ef

Analogous Colors of #efa945

#efa945 #e0ef45 #ef5445

Monochromatic Colors of #efa945

#efa945

Complementary Color

#efa945 #458bef

#efa945 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efa945 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efa945 Color CSS Codes

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

#efa945 Text Font Color

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

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


#efa945 Background Color

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

This div background color is #efa945


#efa945 Border Color

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

This div border color is #efa945


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efa945


Comments

No comments written yet.

Please login to write comment.