Color Hex Logo

#e7d31d Color Hex

#E7D31D
(231,211,29)
0 Favorites   0 Comments

Color spaces of #e7d31d

RGB 23121129
HSL0.150.810.51
HSV54°87°91°
CMYK 0.000.090.87   0.09
XYZ56.471063.666210.4749
Yxy63.66620.43240.4874
Hunter Lab79.7911-13.303648.0702
CIE-Lab83.7917-9.798280.4129

#e7d31d color RGB value is (231,211,29).

#e7d31d hex color red value is 231, green value is 211 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #e7d31d hue: 0.15 , saturation: 0.81 and the lightness value of e7d31d is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 11010011 00011101
Octal 347 323 35
Decimal 231 211 29
Hex E7 D3 1D

RGB Percentages of Color #e7d31d

%49.04
%44.80
%6.16

CMYK Percentages of Color #e7d31d

%0
%9
%87
%9

Triadic Colors of #e7d31d

#e7d31d #1de7d3 #d31de7

Analogous Colors of #e7d31d

#e7d31d #96e71d #e76e1d

Monochromatic Colors of #e7d31d

#e7d31d

Complementary Color

#e7d31d #1d31e7

#e7d31d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7d31d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7d31d Color CSS Codes

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

#e7d31d Text Font Color

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

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


#e7d31d Background Color

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

This div background color is #e7d31d


#e7d31d Border Color

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

This div border color is #e7d31d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7d31d


Comments

No comments written yet.

Please login to write comment.