Color Hex Logo

#e7d749 Color Hex

#E7D749
(231,215,73)
0 Favorites   0 Comments

Color spaces of #e7d749

RGB 23121573
HSL0.150.770.60
HSV54°68°91°
CMYK 0.000.070.68   0.09
XYZ58.458066.070815.9752
Yxy66.07080.41610.4702
Hunter Lab81.2839-13.872845.2462
CIE-Lab85.0325-10.273368.7087

#e7d749 color RGB value is (231,215,73).

#e7d749 hex color red value is 231, green value is 215 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #e7d749 hue: 0.15 , saturation: 0.77 and the lightness value of e7d749 is 0.60.

The process color (four color CMYK) of #e7d749 color hex is 0.00, 0.07, 0.68, 0.09. Web safe color of #e7d749 is #ffcc33. Color #e7d749 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 11010111 01001001
Octal 347 327 111
Decimal 231 215 73
Hex E7 D7 49

RGB Percentages of Color #e7d749

%44.51
%41.43
%14.07

CMYK Percentages of Color #e7d749

%0
%7
%68
%9

Triadic Colors of #e7d749

#e7d749 #49e7d7 #d749e7

Analogous Colors of #e7d749

#e7d749 #a8e749 #e78849

Monochromatic Colors of #e7d749

#e7d749

Complementary Color

#e7d749 #4959e7

#e7d749 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7d749 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7d749 Color CSS Codes

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

#e7d749 Text Font Color

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

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


#e7d749 Background Color

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

This div background color is #e7d749


#e7d749 Border Color

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

This div border color is #e7d749


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7d749


Comments

No comments written yet.

Please login to write comment.