color codes Logo

#efb77a color codes

#EFB77A
(239,183,122)
0 Favorites   0 Comments

Color spaces of #efb77a

RGB 239183122
HSL0.090.790.71
HSV31°49°94°
CMYK 0.000.230.49   0.06
XYZ56.042953.622825.8088
Yxy53.62280.41370.3958
Hunter Lab73.22768.462230.3628
CIE-Lab78.241313.061138.7101

#efb77a color RGB value is (239,183,122).

#efb77a hex color red value is 239, green value is 183 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #efb77a hue: 0.09 , saturation: 0.79 and the lightness value of efb77a is 0.71.

The process color (four color CMYK) of #efb77a color code is 0.00, 0.23, 0.49, 0.06. Web safe color of #efb77a is #ffcc66. Color #efb77a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10110111 01111010
Octal 357 267 172
Decimal 239 183 122
Hex EF B7 7A

RGB Percentages of Color #efb77a

%43.93
%33.64
%22.43

CMYK Percentages of Color #efb77a

%0
%23
%49
%6

Triadic Colors of #efb77a

#efb77a #7aefb7 #b77aef

Analogous Colors of #efb77a

#efb77a #edef7a #ef7d7a

Monochromatic Colors of #efb77a

#efb77a

Complementary Color

#efb77a #7ab2ef

#efb77a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efb77a Color Preview on White Background

Lorem ipsum dolor sit amet.

#efb77a Color CSS Codes

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

#efb77a Text Font Color

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

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


#efb77a Background Color

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

This div background color is #efb77a


#efb77a Border Color

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

This div border color is #efb77a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efb77a


Comments

No comments written yet.

Please login to write comment.