Color Hex Logo

#e3d32f Color Hex

#E3D32F
(227,211,47)
0 Favorites   0 Comments

Color spaces of #e3d32f

RGB 22721147
HSL0.150.760.54
HSV55°79°89°
CMYK 0.000.070.79   0.11
XYZ55.485963.124711.9492
Yxy63.12470.42500.4835
Hunter Lab79.4511-14.381046.6987
CIE-Lab83.5079-11.033775.8116

#e3d32f color RGB value is (227,211,47).

#e3d32f hex color red value is 227, green value is 211 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #e3d32f hue: 0.15 , saturation: 0.76 and the lightness value of e3d32f is 0.54.

The process color (four color CMYK) of #e3d32f color hex is 0.00, 0.07, 0.79, 0.11. Web safe color of #e3d32f is #cccc33. Color #e3d32f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 11010011 00101111
Octal 343 323 57
Decimal 227 211 47
Hex E3 D3 2F

RGB Percentages of Color #e3d32f

%46.80
%43.51
%9.69

CMYK Percentages of Color #e3d32f

%0
%7
%79
%11

Triadic Colors of #e3d32f

#e3d32f #2fe3d3 #d32fe3

Analogous Colors of #e3d32f

#e3d32f #99e32f #e3792f

Monochromatic Colors of #e3d32f

#e3d32f

Complementary Color

#e3d32f #2f3fe3

#e3d32f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e3d32f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e3d32f Color CSS Codes

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

#e3d32f Text Font Color

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

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


#e3d32f Background Color

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

This div background color is #e3d32f


#e3d32f Border Color

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

This div border color is #e3d32f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e3d32f


Comments

No comments written yet.

Please login to write comment.