Color Hex Logo

#efa55d Color Hex

#EFA55D
(239,165,93)
0 Favorites   0 Comments

Color spaces of #efa55d

RGB 23916593
HSL0.080.820.65
HSV30°61°94°
CMYK 0.000.310.61   0.06
XYZ51.027546.051316.5553
Yxy46.05130.44910.4053
Hunter Lab67.861115.464433.0385
CIE-Lab73.578820.257947.6992

#efa55d color RGB value is (239,165,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10100101 01011101
Octal 357 245 135
Decimal 239 165 93
Hex EF A5 5D

RGB Percentages of Color #efa55d

%48.09
%33.20
%18.71

CMYK Percentages of Color #efa55d

%0
%31
%61
%6

Triadic Colors of #efa55d

#efa55d #5defa5 #a55def

Analogous Colors of #efa55d

#efa55d #efee5d #ef5d5e

Monochromatic Colors of #efa55d

#efa55d

Complementary Color

#efa55d #5da7ef

#efa55d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efa55d Color Preview on White Background

Lorem ipsum dolor sit amet.

#efa55d Color CSS Codes

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

#efa55d Text Font Color

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

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


#efa55d Background Color

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

This div background color is #efa55d


#efa55d Border Color

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

This div border color is #efa55d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efa55d


Comments

No comments written yet.

Please login to write comment.