Color Hex Logo

#ead73a Color Hex

#EAD73A
(234,215,58)
0 Favorites   0 Comments

Color spaces of #ead73a

RGB 23421558
HSL0.150.810.57
HSV54°75°92°
CMYK 0.000.080.75   0.08
XYZ58.995866.398813.7098
Yxy66.39880.42410.4773
Hunter Lab81.4855-13.364847.0644
CIE-Lab85.1994-9.692874.2389

#ead73a color RGB value is (234,215,58).

#ead73a hex color red value is 234, green value is 215 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #ead73a hue: 0.15 , saturation: 0.81 and the lightness value of ead73a is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11010111 00111010
Octal 352 327 72
Decimal 234 215 58
Hex EA D7 3A

RGB Percentages of Color #ead73a

%46.15
%42.41
%11.44

CMYK Percentages of Color #ead73a

%0
%8
%75
%8

Triadic Colors of #ead73a

#ead73a #3aead7 #d73aea

Analogous Colors of #ead73a

#ead73a #a5ea3a #ea7f3a

Monochromatic Colors of #ead73a

#ead73a

Complementary Color

#ead73a #3a4dea

#ead73a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ead73a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ead73a Color CSS Codes

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

#ead73a Text Font Color

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

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


#ead73a Background Color

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

This div background color is #ead73a


#ead73a Border Color

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

This div border color is #ead73a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,215,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 #ead73a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ead73a


Comments

No comments written yet.

Please login to write comment.