Color Hex Logo

#efc03a Color Hex

#EFC03A
(239,192,58)
0 Favorites   0 Comments

Color spaces of #efc03a

RGB 23919258
HSL0.120.850.58
HSV44°76°94°
CMYK 0.000.200.76   0.06
XYZ55.210056.355511.9708
Yxy56.35550.44690.4562
Hunter Lab75.0703-0.096343.0948
CIE-Lab79.81574.187369.3880

#efc03a color RGB value is (239,192,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11000000 00111010
Octal 357 300 72
Decimal 239 192 58
Hex EF C0 3A

RGB Percentages of Color #efc03a

%48.88
%39.26
%11.86

CMYK Percentages of Color #efc03a

%0
%20
%76
%6

Triadic Colors of #efc03a

#efc03a #3aefc0 #c03aef

Analogous Colors of #efc03a

#efc03a #c4ef3a #ef663a

Monochromatic Colors of #efc03a

#efc03a

Complementary Color

#efc03a #3a69ef

#efc03a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efc03a Color Preview on White Background

Lorem ipsum dolor sit amet.

#efc03a Color CSS Codes

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

#efc03a Text Font Color

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

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


#efc03a Background Color

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

This div background color is #efc03a


#efc03a Border Color

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

This div border color is #efc03a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efc03a


Comments

No comments written yet.

Please login to write comment.