Color Hex Logo

#efb365 Color Hex

#EFB365
(239,179,101)
0 Favorites   0 Comments

Color spaces of #efb365

RGB 239179101
HSL0.090.810.67
HSV34°58°94°
CMYK 0.000.250.58   0.06
XYZ54.065751.530519.4087
Yxy51.53050.43250.4122
Hunter Lab71.78478.816534.2189
CIE-Lab76.999213.424847.7858

#efb365 color RGB value is (239,179,101).

#efb365 hex color red value is 239, green value is 179 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #efb365 hue: 0.09 , saturation: 0.81 and the lightness value of efb365 is 0.67.

The process color (four color CMYK) of #efb365 color hex is 0.00, 0.25, 0.58, 0.06. Web safe color of #efb365 is #ffcc66. Color #efb365 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10110011 01100101
Octal 357 263 145
Decimal 239 179 101
Hex EF B3 65

RGB Percentages of Color #efb365

%46.05
%34.49
%19.46

CMYK Percentages of Color #efb365

%0
%25
%58
%6

Triadic Colors of #efb365

#efb365 #65efb3 #b365ef

Analogous Colors of #efb365

#efb365 #e6ef65 #ef6e65

Monochromatic Colors of #efb365

#efb365

Complementary Color

#efb365 #65a1ef

#efb365 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efb365 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efb365 Color CSS Codes

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

#efb365 Text Font Color

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

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


#efb365 Background Color

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

This div background color is #efb365


#efb365 Border Color

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

This div border color is #efb365


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efb365


Comments

No comments written yet.

Please login to write comment.