Color Hex Logo

#e2ea0a Color Hex

#E2EA0A
(226,234,10)
0 Favorites   0 Comments

Color spaces of #e2ea0a

RGB 22623410
HSL0.170.920.48
HSV62°96°92°
CMYK 0.030.000.96   0.08
XYZ60.841675.036311.5639
Yxy75.03630.41260.5089
Hunter Lab86.6235-26.218452.7215
CIE-Lab89.4100-23.439387.0280

#e2ea0a color RGB value is (226,234,10).

#e2ea0a hex color red value is 226, green value is 234 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #e2ea0a hue: 0.17 , saturation: 0.92 and the lightness value of e2ea0a is 0.48.

The process color (four color CMYK) of #e2ea0a color hex is 0.03, 0.00, 0.96, 0.08. Web safe color of #e2ea0a is #ccff00. Color #e2ea0a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 11101010 00001010
Octal 342 352 12
Decimal 226 234 10
Hex E2 EA A

RGB Percentages of Color #e2ea0a

%48.09
%49.79
%2.13

CMYK Percentages of Color #e2ea0a

%3
%0
%96
%8

Triadic Colors of #e2ea0a

#e2ea0a #0ae2ea #ea0ae2

Analogous Colors of #e2ea0a

#e2ea0a #72ea0a #ea820a

Monochromatic Colors of #e2ea0a

#e2ea0a

Complementary Color

#e2ea0a #120aea

#e2ea0a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2ea0a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2ea0a Color CSS Codes

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

#e2ea0a Text Font Color

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

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


#e2ea0a Background Color

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

This div background color is #e2ea0a


#e2ea0a Border Color

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

This div border color is #e2ea0a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2ea0a


Comments

No comments written yet.

Please login to write comment.