Color Hex Logo

#e2e03a Color Hex

#E2E03A
(226,224,58)
0 Favorites   0 Comments

Color spaces of #e2e03a

RGB 22622458
HSL0.160.740.56
HSV59°74°89°
CMYK 0.000.010.74   0.11
XYZ58.783469.785514.3747
Yxy69.78550.41120.4882
Hunter Lab83.5377-20.585048.2741
CIE-Lab86.8916-17.498975.5613

#e2e03a color RGB value is (226,224,58).

#e2e03a hex color red value is 226, green value is 224 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #e2e03a hue: 0.16 , saturation: 0.74 and the lightness value of e2e03a is 0.56.

The process color (four color CMYK) of #e2e03a color hex is 0.00, 0.01, 0.74, 0.11. Web safe color of #e2e03a is #cccc33. Color #e2e03a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 11100000 00111010
Octal 342 340 72
Decimal 226 224 58
Hex E2 E0 3A

RGB Percentages of Color #e2e03a

%44.49
%44.09
%11.42

CMYK Percentages of Color #e2e03a

%0
%1
%74
%11

Triadic Colors of #e2e03a

#e2e03a #3ae2e0 #e03ae2

Analogous Colors of #e2e03a

#e2e03a #90e23a #e28c3a

Monochromatic Colors of #e2e03a

#e2e03a

Complementary Color

#e2e03a #3a3ce2

#e2e03a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2e03a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2e03a Color CSS Codes

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

#e2e03a Text Font Color

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

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


#e2e03a Background Color

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

This div background color is #e2e03a


#e2e03a Border Color

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

This div border color is #e2e03a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2e03a


Comments

No comments written yet.

Please login to write comment.