Color Hex Logo

#eae320 Color Hex

#EAE320
(234,227,32)
0 Favorites   0 Comments

Color spaces of #eae320

RGB 23422732
HSL0.160.830.52
HSV58°86°92°
CMYK 0.000.030.86   0.08
XYZ61.661572.534912.1172
Yxy72.53490.42140.4957
Hunter Lab85.1674-19.808451.1817
CIE-Lab88.2254-16.406383.4985

#eae320 color RGB value is (234,227,32).

#eae320 hex color red value is 234, green value is 227 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #eae320 hue: 0.16 , saturation: 0.83 and the lightness value of eae320 is 0.52.

The process color (four color CMYK) of #eae320 color hex is 0.00, 0.03, 0.86, 0.08. Web safe color of #eae320 is #ffcc33. Color #eae320 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11100011 00100000
Octal 352 343 40
Decimal 234 227 32
Hex EA E3 20

RGB Percentages of Color #eae320

%47.46
%46.04
%6.49

CMYK Percentages of Color #eae320

%0
%3
%86
%8

Triadic Colors of #eae320

#eae320 #20eae3 #e320ea

Analogous Colors of #eae320

#eae320 #8cea20 #ea7e20

Monochromatic Colors of #eae320

#eae320

Complementary Color

#eae320 #2027ea

#eae320 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eae320 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eae320 Color CSS Codes

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

#eae320 Text Font Color

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

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


#eae320 Background Color

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

This div background color is #eae320


#eae320 Border Color

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

This div border color is #eae320


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eae320


Comments

No comments written yet.

Please login to write comment.