Color Hex Logo

#efc45a Color Hex

#EFC45A
(239,196,90)
0 Favorites   0 Comments

Color spaces of #efc45a

RGB 23919690
HSL0.120.820.65
HSV43°62°94°
CMYK 0.000.180.62   0.06
XYZ57.182058.568817.9639
Yxy58.56880.42760.4380
Hunter Lab76.5303-0.556039.6541
CIE-Lab81.05403.758957.6420

#efc45a color RGB value is (239,196,90).

#efc45a hex color red value is 239, green value is 196 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #efc45a hue: 0.12 , saturation: 0.82 and the lightness value of efc45a is 0.65.

The process color (four color CMYK) of #efc45a color hex is 0.00, 0.18, 0.62, 0.06. Web safe color of #efc45a is #ffcc66. Color #efc45a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11000100 01011010
Octal 357 304 132
Decimal 239 196 90
Hex EF C4 5A

RGB Percentages of Color #efc45a

%45.52
%37.33
%17.14

CMYK Percentages of Color #efc45a

%0
%18
%62
%6

Triadic Colors of #efc45a

#efc45a #5aefc4 #c45aef

Analogous Colors of #efc45a

#efc45a #d0ef5a #ef7a5a

Monochromatic Colors of #efc45a

#efc45a

Complementary Color

#efc45a #5a85ef

#efc45a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efc45a Color Preview on White Background

Lorem ipsum dolor sit amet.

#efc45a Color CSS Codes

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

#efc45a Text Font Color

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

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


#efc45a Background Color

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

This div background color is #efc45a


#efc45a Border Color

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

This div border color is #efc45a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efc45a


Comments

No comments written yet.

Please login to write comment.