Color Hex Logo

#efa55f Color Hex

#EFA55F
(239,165,95)
0 Favorites   0 Comments

Color spaces of #efa55f

RGB 23916595
HSL0.080.820.65
HSV29°60°94°
CMYK 0.000.310.60   0.06
XYZ51.117346.087217.0280
Yxy46.08720.44750.4035
Hunter Lab67.887615.601932.6498
CIE-Lab73.602120.395846.7329

#efa55f color RGB value is (239,165,95).

#efa55f hex color red value is 239, green value is 165 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #efa55f hue: 0.08 , saturation: 0.82 and the lightness value of efa55f is 0.65.

The process color (four color CMYK) of #efa55f color hex is 0.00, 0.31, 0.60, 0.06. Web safe color of #efa55f is #ff9966. Color #efa55f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10100101 01011111
Octal 357 245 137
Decimal 239 165 95
Hex EF A5 5F

RGB Percentages of Color #efa55f

%47.90
%33.07
%19.04

CMYK Percentages of Color #efa55f

%0
%31
%60
%6

Triadic Colors of #efa55f

#efa55f #5fefa5 #a55fef

Analogous Colors of #efa55f

#efa55f #efed5f #ef5f61

Monochromatic Colors of #efa55f

#efa55f

Complementary Color

#efa55f #5fa9ef

#efa55f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efa55f Color Preview on White Background

Lorem ipsum dolor sit amet.

#efa55f Color CSS Codes

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

#efa55f Text Font Color

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

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


#efa55f Background Color

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

This div background color is #efa55f


#efa55f Border Color

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

This div border color is #efa55f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efa55f


Comments

No comments written yet.

Please login to write comment.