Color Hex Logo

#eaa90d Color Hex

#EAA90D
(234,169,13)
0 Favorites   0 Comments

Color spaces of #eaa90d

RGB 23416913
HSL0.120.890.48
HSV42°94°92°
CMYK 0.000.280.94   0.08
XYZ48.192345.89746.6998
Yxy45.89740.47810.4554
Hunter Lab67.74768.417741.5599
CIE-Lab73.478913.018375.3158

#eaa90d color RGB value is (234,169,13).

#eaa90d hex color red value is 234, green value is 169 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #eaa90d hue: 0.12 , saturation: 0.89 and the lightness value of eaa90d is 0.48.

The process color (four color CMYK) of #eaa90d color hex is 0.00, 0.28, 0.94, 0.08. Web safe color of #eaa90d is #ff9900. Color #eaa90d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10101001 00001101
Octal 352 251 15
Decimal 234 169 13
Hex EA A9 D

RGB Percentages of Color #eaa90d

%56.25
%40.63
%3.13

CMYK Percentages of Color #eaa90d

%0
%28
%94
%8

Triadic Colors of #eaa90d

#eaa90d #0deaa9 #a90dea

Analogous Colors of #eaa90d

#eaa90d #bdea0d #ea3a0d

Monochromatic Colors of #eaa90d

#eaa90d

Complementary Color

#eaa90d #0d4eea

#eaa90d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaa90d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaa90d Color CSS Codes

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

#eaa90d Text Font Color

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

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


#eaa90d Background Color

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

This div background color is #eaa90d


#eaa90d Border Color

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

This div border color is #eaa90d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaa90d


Comments

No comments written yet.

Please login to write comment.