Color Hex Logo

#efbc6a Color Hex

#EFBC6A
(239,188,106)
0 Favorites   0 Comments

Color spaces of #efbc6a

RGB 239188106
HSL0.100.810.68
HSV37°56°94°
CMYK 0.000.210.56   0.06
XYZ56.181355.357821.3597
Yxy55.35780.42270.4165
Hunter Lab74.40284.579835.0609
CIE-Lab79.24699.071348.0093

#efbc6a color RGB value is (239,188,106).

#efbc6a hex color red value is 239, green value is 188 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #efbc6a hue: 0.10 , saturation: 0.81 and the lightness value of efbc6a is 0.68.

The process color (four color CMYK) of #efbc6a color hex is 0.00, 0.21, 0.56, 0.06. Web safe color of #efbc6a is #ffcc66. Color #efbc6a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111100 01101010
Octal 357 274 152
Decimal 239 188 106
Hex EF BC 6A

RGB Percentages of Color #efbc6a

%44.84
%35.27
%19.89

CMYK Percentages of Color #efbc6a

%0
%21
%56
%6

Triadic Colors of #efbc6a

#efbc6a #6aefbc #bc6aef

Analogous Colors of #efbc6a

#efbc6a #e0ef6a #ef7a6a

Monochromatic Colors of #efbc6a

#efbc6a

Complementary Color

#efbc6a #6a9def

#efbc6a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efbc6a Color Preview on White Background

Lorem ipsum dolor sit amet.

#efbc6a Color CSS Codes

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

#efbc6a Text Font Color

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

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


#efbc6a Background Color

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

This div background color is #efbc6a


#efbc6a Border Color

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

This div border color is #efbc6a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efbc6a

#efbc6a Color Palettes


Comments

No comments written yet.

Please login to write comment.