Color Hex Logo

#e2d90f Color Hex

#E2D90F
(226,217,15)
0 Favorites   0 Comments

Color spaces of #e2d90f

RGB 22621715
HSL0.160.880.47
HSV57°93°89°
CMYK 0.000.040.93   0.11
XYZ56.263165.828910.1928
Yxy65.82890.42530.4976
Hunter Lab81.1350-18.205449.3460
CIE-Lab84.9091-15.131083.1696

#e2d90f color RGB value is (226,217,15).

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

The process color (four color CMYK) of #e2d90f color hex is 0.00, 0.04, 0.93, 0.11. Web safe color of #e2d90f is #cccc00. Color #e2d90f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 11011001 00001111
Octal 342 331 17
Decimal 226 217 15
Hex E2 D9 F

RGB Percentages of Color #e2d90f

%49.34
%47.38
%3.28

CMYK Percentages of Color #e2d90f

%0
%4
%93
%11

Triadic Colors of #e2d90f

#e2d90f #0fe2d9 #d90fe2

Analogous Colors of #e2d90f

#e2d90f #82e20f #e2700f

Monochromatic Colors of #e2d90f

#e2d90f

Complementary Color

#e2d90f #0f18e2

#e2d90f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2d90f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2d90f Color CSS Codes

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

#e2d90f Text Font Color

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

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


#e2d90f Background Color

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

This div background color is #e2d90f


#e2d90f Border Color

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

This div border color is #e2d90f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2d90f


Comments

No comments written yet.

Please login to write comment.