Color Hex Logo

#ead64a Color Hex

#EAD64A
(234,214,74)
0 Favorites   0 Comments

Color spaces of #ead64a

RGB 23421474
HSL0.150.790.60
HSV53°68°92°
CMYK 0.000.090.68   0.08
XYZ59.214366.080016.1123
Yxy66.08000.41880.4673
Hunter Lab81.2896-12.230945.1509
CIE-Lab85.0372-8.467768.4158

#ead64a color RGB value is (234,214,74).

#ead64a hex color red value is 234, green value is 214 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #ead64a hue: 0.15 , saturation: 0.79 and the lightness value of ead64a is 0.60.

The process color (four color CMYK) of #ead64a color hex is 0.00, 0.09, 0.68, 0.08. Web safe color of #ead64a is #ffcc33. Color #ead64a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11010110 01001010
Octal 352 326 112
Decimal 234 214 74
Hex EA D6 4A

RGB Percentages of Color #ead64a

%44.83
%41.00
%14.18

CMYK Percentages of Color #ead64a

%0
%9
%68
%8

Triadic Colors of #ead64a

#ead64a #4aead6 #d64aea

Analogous Colors of #ead64a

#ead64a #aeea4a #ea864a

Monochromatic Colors of #ead64a

#ead64a

Complementary Color

#ead64a #4a5eea

#ead64a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ead64a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ead64a Color CSS Codes

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

#ead64a Text Font Color

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

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


#ead64a Background Color

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

This div background color is #ead64a


#ead64a Border Color

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

This div border color is #ead64a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ead64a


Comments

No comments written yet.

Please login to write comment.