Color Hex Logo

#efa545 Color Hex

#EFA545
(239,165,69)
0 Favorites   0 Comments

Color spaces of #efa545

RGB 23916569
HSL0.090.840.60
HSV34°71°94°
CMYK 0.000.310.71   0.06
XYZ50.125945.690711.8075
Yxy45.69070.46570.4245
Hunter Lab67.594914.078036.9596
CIE-Lab73.344418.860758.6682

#efa545 color RGB value is (239,165,69).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10100101 01000101
Octal 357 245 105
Decimal 239 165 69
Hex EF A5 45

RGB Percentages of Color #efa545

%50.53
%34.88
%14.59

CMYK Percentages of Color #efa545

%0
%31
%71
%6

Triadic Colors of #efa545

#efa545 #45efa5 #a545ef

Analogous Colors of #efa545

#efa545 #e4ef45 #ef5045

Monochromatic Colors of #efa545

#efa545

Complementary Color

#efa545 #458fef

#efa545 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efa545 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efa545 Color CSS Codes

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

#efa545 Text Font Color

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

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


#efa545 Background Color

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

This div background color is #efa545


#efa545 Border Color

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

This div border color is #efa545


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efa545


Comments

No comments written yet.

Please login to write comment.