Color Hex Logo

#efb815 Color Hex

#EFB815
(239,184,21)
0 Favorites   0 Comments

Color spaces of #efb815

RGB 23918421
HSL0.120.870.51
HSV45°91°94°
CMYK 0.000.230.91   0.06
XYZ52.872552.68588.0922
Yxy52.68580.46520.4636
Hunter Lab72.58502.999644.1995
CIE-Lab77.68917.380977.4453

#efb815 color RGB value is (239,184,21).

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

The process color (four color CMYK) of #efb815 color hex is 0.00, 0.23, 0.91, 0.06. Web safe color of #efb815 is #ffcc00. Color #efb815 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111000 00010101
Octal 357 270 25
Decimal 239 184 21
Hex EF B8 15

RGB Percentages of Color #efb815

%53.83
%41.44
%4.73

CMYK Percentages of Color #efb815

%0
%23
%91
%6

Triadic Colors of #efb815

#efb815 #15efb8 #b815ef

Analogous Colors of #efb815

#efb815 #b9ef15 #ef4b15

Monochromatic Colors of #efb815

#efb815

Complementary Color

#efb815 #154cef

#efb815 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efb815 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efb815 Color CSS Codes

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

#efb815 Text Font Color

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

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


#efb815 Background Color

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

This div background color is #efb815


#efb815 Border Color

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

This div border color is #efb815


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efb815


Comments

No comments written yet.

Please login to write comment.