Color Hex Logo

#efc041 Color Hex

#EFC041
(239,192,65)
0 Favorites   0 Comments

Color spaces of #efc041

RGB 23919265
HSL0.120.840.60
HSV44°73°94°
CMYK 0.000.200.73   0.06
XYZ55.400456.431712.9735
Yxy56.43170.44390.4522
Hunter Lab75.12100.178742.3453
CIE-Lab79.85894.480266.8587

#efc041 color RGB value is (239,192,65).

#efc041 hex color red value is 239, green value is 192 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #efc041 hue: 0.12 , saturation: 0.84 and the lightness value of efc041 is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11000000 01000001
Octal 357 300 101
Decimal 239 192 65
Hex EF C0 41

RGB Percentages of Color #efc041

%48.19
%38.71
%13.10

CMYK Percentages of Color #efc041

%0
%20
%73
%6

Triadic Colors of #efc041

#efc041 #41efc0 #c041ef

Analogous Colors of #efc041

#efc041 #c7ef41 #ef6941

Monochromatic Colors of #efc041

#efc041

Complementary Color

#efc041 #4170ef

#efc041 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efc041 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efc041 Color CSS Codes

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

#efc041 Text Font Color

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

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


#efc041 Background Color

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

This div background color is #efc041


#efc041 Border Color

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

This div border color is #efc041


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efc041


Comments

No comments written yet.

Please login to write comment.