color codes Logo

#e2d91f color codes

#E2D91F
(226,217,31)
0 Favorites   0 Comments

Color spaces of #e2d91f

RGB 22621731
HSL0.160.770.50
HSV57°86°89°
CMYK 0.000.040.86   0.11
XYZ56.424265.893411.0411
Yxy65.89340.42310.4941
Hunter Lab81.1747-17.981348.7579
CIE-Lab84.9420-14.872780.7739

#e2d91f color RGB value is (226,217,31).

#e2d91f hex color red value is 226, green value is 217 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #e2d91f hue: 0.16 , saturation: 0.77 and the lightness value of e2d91f is 0.50.

The process color (four color CMYK) of #e2d91f color code is 0.00, 0.04, 0.86, 0.11. Web safe color of #e2d91f is #cccc33. Color #e2d91f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 11011001 00011111
Octal 342 331 37
Decimal 226 217 31
Hex E2 D9 1F

RGB Percentages of Color #e2d91f

%47.68
%45.78
%6.54

CMYK Percentages of Color #e2d91f

%0
%4
%86
%11

Triadic Colors of #e2d91f

#e2d91f #1fe2d9 #d91fe2

Analogous Colors of #e2d91f

#e2d91f #8ae21f #e2781f

Monochromatic Colors of #e2d91f

#e2d91f

Complementary Color

#e2d91f #1f28e2

#e2d91f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2d91f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2d91f Color CSS Codes

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

#e2d91f Text Font Color

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

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


#e2d91f Background Color

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

This div background color is #e2d91f


#e2d91f Border Color

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

This div border color is #e2d91f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(226,217,31, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e2d91f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e2d91f;
  -webkit-box-shadow: 1px 1px 3px 2px #e2d91f;
  box-shadow:         1px 1px 3px 2px #e2d91f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(226,217,31, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2d91f


Comments

No comments written yet.

Please login to write comment.