Color Hex Logo

#e2da43 Color Hex

#E2DA43
(226,218,67)
0 Favorites   0 Comments

Color spaces of #e2da43

RGB 22621867
HSL0.160.730.57
HSV57°70°89°
CMYK 0.000.040.70   0.11
XYZ57.448666.716815.1600
Yxy66.71680.41230.4789
Hunter Lab81.6804-17.395446.1719
CIE-Lab85.3607-14.149671.1002

#e2da43 color RGB value is (226,218,67).

#e2da43 hex color red value is 226, green value is 218 and the blue value of its RGB is 67. Cylindrical-coordinate representations (also known as HSL) of color #e2da43 hue: 0.16 , saturation: 0.73 and the lightness value of e2da43 is 0.57.

The process color (four color CMYK) of #e2da43 color hex is 0.00, 0.04, 0.70, 0.11. Web safe color of #e2da43 is #cccc33. Color #e2da43 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 11011010 01000011
Octal 342 332 103
Decimal 226 218 67
Hex E2 DA 43

RGB Percentages of Color #e2da43

%44.23
%42.66
%13.11

CMYK Percentages of Color #e2da43

%0
%4
%70
%11

Triadic Colors of #e2da43

#e2da43 #43e2da #da43e2

Analogous Colors of #e2da43

#e2da43 #9be243 #e28b43

Monochromatic Colors of #e2da43

#e2da43

Complementary Color

#e2da43 #434be2

#e2da43 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2da43 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2da43 Color CSS Codes

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

#e2da43 Text Font Color

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

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


#e2da43 Background Color

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

This div background color is #e2da43


#e2da43 Border Color

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

This div border color is #e2da43


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2da43


Comments

No comments written yet.

Please login to write comment.