color codes Logo

#efa76d color codes

#EFA76D
(239,167,109)
0 Favorites   0 Comments

Color spaces of #efa76d

RGB 239167109
HSL0.070.800.68
HSV27°54°94°
CMYK 0.000.300.54   0.06
XYZ52.175647.092320.8078
Yxy47.09230.43450.3922
Hunter Lab68.623815.624230.0590
CIE-Lab74.248820.395340.4014

#efa76d color RGB value is (239,167,109).

#efa76d hex color red value is 239, green value is 167 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #efa76d hue: 0.07 , saturation: 0.80 and the lightness value of efa76d is 0.68.

The process color (four color CMYK) of #efa76d color code is 0.00, 0.30, 0.54, 0.06. Web safe color of #efa76d is #ff9966. Color #efa76d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10100111 01101101
Octal 357 247 155
Decimal 239 167 109
Hex EF A7 6D

RGB Percentages of Color #efa76d

%46.41
%32.43
%21.17

CMYK Percentages of Color #efa76d

%0
%30
%54
%6

Triadic Colors of #efa76d

#efa76d #6defa7 #a76def

Analogous Colors of #efa76d

#efa76d #efe86d #ef6d74

Monochromatic Colors of #efa76d

#efa76d

Complementary Color

#efa76d #6db5ef

#efa76d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efa76d Color Preview on White Background

Lorem ipsum dolor sit amet.

#efa76d Color CSS Codes

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

#efa76d Text Font Color

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

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


#efa76d Background Color

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

This div background color is #efa76d


#efa76d Border Color

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

This div border color is #efa76d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efa76d


Comments

No comments written yet.

Please login to write comment.