Color Hex Logo

#efb93d Color Hex

#EFB93D
(239,185,61)
0 Favorites   0 Comments

Color spaces of #efb93d

RGB 23918561
HSL0.120.850.59
HSV42°74°94°
CMYK 0.000.230.74   0.06
XYZ53.787953.385611.8844
Yxy53.38560.45180.4484
Hunter Lab73.06553.540141.5020
CIE-Lab78.10217.960366.6646

#efb93d color RGB value is (239,185,61).

#efb93d hex color red value is 239, green value is 185 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #efb93d hue: 0.12 , saturation: 0.85 and the lightness value of efb93d is 0.59.

The process color (four color CMYK) of #efb93d color hex is 0.00, 0.23, 0.74, 0.06. Web safe color of #efb93d is #ffcc33. Color #efb93d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111001 00111101
Octal 357 271 75
Decimal 239 185 61
Hex EF B9 3D

RGB Percentages of Color #efb93d

%49.28
%38.14
%12.58

CMYK Percentages of Color #efb93d

%0
%23
%74
%6

Triadic Colors of #efb93d

#efb93d #3defb9 #b93def

Analogous Colors of #efb93d

#efb93d #ccef3d #ef603d

Monochromatic Colors of #efb93d

#efb93d

Complementary Color

#efb93d #3d73ef

#efb93d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efb93d Color Preview on White Background

Lorem ipsum dolor sit amet.

#efb93d Color CSS Codes

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

#efb93d Text Font Color

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

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


#efb93d Background Color

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

This div background color is #efb93d


#efb93d Border Color

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

This div border color is #efb93d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efb93d


Comments

No comments written yet.

Please login to write comment.