Color Hex Logo

#efb840 Color Hex

#EFB840
(239,184,64)
0 Favorites   0 Comments

Color spaces of #efb840

RGB 23918464
HSL0.110.850.59
HSV41°73°94°
CMYK 0.000.230.73   0.06
XYZ53.662553.001912.2526
Yxy53.00190.45130.4457
Hunter Lab72.80244.167840.9832
CIE-Lab77.87618.612865.2979

#efb840 color RGB value is (239,184,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111000 01000000
Octal 357 270 100
Decimal 239 184 64
Hex EF B8 40

RGB Percentages of Color #efb840

%49.08
%37.78
%13.14

CMYK Percentages of Color #efb840

%0
%23
%73
%6

Triadic Colors of #efb840

#efb840 #40efb8 #b840ef

Analogous Colors of #efb840

#efb840 #cfef40 #ef6140

Monochromatic Colors of #efb840

#efb840

Complementary Color

#efb840 #4077ef

#efb840 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efb840 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efb840 Color CSS Codes

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

#efb840 Text Font Color

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

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


#efb840 Background Color

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

This div background color is #efb840


#efb840 Border Color

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

This div border color is #efb840


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efb840


Comments

No comments written yet.

Please login to write comment.