Color Hex Logo

#efa245 Color Hex

#EFA245
(239,162,69)
0 Favorites   0 Comments

Color spaces of #efa245

RGB 23916269
HSL0.090.840.60
HSV33°71°94°
CMYK 0.000.320.71   0.06
XYZ49.591144.621111.6292
Yxy44.62110.46850.4216
Hunter Lab66.799015.618836.4374
CIE-Lab72.641720.447757.9392

#efa245 color RGB value is (239,162,69).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10100010 01000101
Octal 357 242 105
Decimal 239 162 69
Hex EF A2 45

RGB Percentages of Color #efa245

%50.85
%34.47
%14.68

CMYK Percentages of Color #efa245

%0
%32
%71
%6

Triadic Colors of #efa245

#efa245 #45efa2 #a245ef

Analogous Colors of #efa245

#efa245 #e7ef45 #ef4d45

Monochromatic Colors of #efa245

#efa245

Complementary Color

#efa245 #4592ef

#efa245 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efa245 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efa245 Color CSS Codes

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

#efa245 Text Font Color

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

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


#efa245 Background Color

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

This div background color is #efa245


#efa245 Border Color

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

This div border color is #efa245


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efa245


Comments

No comments written yet.

Please login to write comment.