Color Hex Logo

#e7da4f Color Hex

#E7DA4F
(231,218,79)
0 Favorites   0 Comments

Color spaces of #e7da4f

RGB 23121879
HSL0.150.760.61
HSV55°66°91°
CMYK 0.000.060.66   0.09
XYZ59.437767.696217.3311
Yxy67.69620.41140.4686
Hunter Lab82.2777-15.036945.1055
CIE-Lab85.8543-11.453367.2218

#e7da4f color RGB value is (231,218,79).

#e7da4f hex color red value is 231, green value is 218 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #e7da4f hue: 0.15 , saturation: 0.76 and the lightness value of e7da4f is 0.61.

The process color (four color CMYK) of #e7da4f color hex is 0.00, 0.06, 0.66, 0.09. Web safe color of #e7da4f is #ffcc66. Color #e7da4f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 11011010 01001111
Octal 347 332 117
Decimal 231 218 79
Hex E7 DA 4F

RGB Percentages of Color #e7da4f

%43.75
%41.29
%14.96

CMYK Percentages of Color #e7da4f

%0
%6
%66
%9

Triadic Colors of #e7da4f

#e7da4f #4fe7da #da4fe7

Analogous Colors of #e7da4f

#e7da4f #a8e74f #e78e4f

Monochromatic Colors of #e7da4f

#e7da4f

Complementary Color

#e7da4f #4f5ce7

#e7da4f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7da4f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7da4f Color CSS Codes

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

#e7da4f Text Font Color

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

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


#e7da4f Background Color

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

This div background color is #e7da4f


#e7da4f Border Color

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

This div border color is #e7da4f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(231,218,79, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e7da4f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e7da4f;
  -webkit-box-shadow: 1px 1px 3px 2px #e7da4f;
  box-shadow:         1px 1px 3px 2px #e7da4f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(231,218,79, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7da4f


Comments

No comments written yet.

Please login to write comment.