Color Hex Logo

#efb115 Color Hex

#EFB115
(239,177,21)
0 Favorites   0 Comments

Color spaces of #efb115

RGB 23917721
HSL0.120.870.51
HSV43°91°94°
CMYK 0.000.260.91   0.06
XYZ51.454149.84917.6194
Yxy49.84910.47240.4577
Hunter Lab70.60396.528943.0243
CIE-Lab75.976511.052176.1632

#efb115 color RGB value is (239,177,21).

#efb115 hex color red value is 239, green value is 177 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #efb115 hue: 0.12 , saturation: 0.87 and the lightness value of efb115 is 0.51.

The process color (four color CMYK) of #efb115 color hex is 0.00, 0.26, 0.91, 0.06. Web safe color of #efb115 is #ff9900. Color #efb115 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10110001 00010101
Octal 357 261 25
Decimal 239 177 21
Hex EF B1 15

RGB Percentages of Color #efb115

%54.69
%40.50
%4.81

CMYK Percentages of Color #efb115

%0
%26
%91
%6

Triadic Colors of #efb115

#efb115 #15efb1 #b115ef

Analogous Colors of #efb115

#efb115 #c0ef15 #ef4415

Monochromatic Colors of #efb115

#efb115

Complementary Color

#efb115 #1553ef

#efb115 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efb115 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efb115 Color CSS Codes

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

#efb115 Text Font Color

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

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


#efb115 Background Color

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

This div background color is #efb115


#efb115 Border Color

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

This div border color is #efb115


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efb115


Comments

No comments written yet.

Please login to write comment.