Color Hex Logo

#eaa923 Color Hex

#EAA923
(234,169,35)
0 Favorites   0 Comments

Color spaces of #eaa923

RGB 23416935
HSL0.110.830.53
HSV40°85°92°
CMYK 0.000.280.85   0.08
XYZ48.423045.98977.9148
Yxy45.98970.47320.4494
Hunter Lab67.81578.778340.5512
CIE-Lab73.538913.395170.9087

#eaa923 color RGB value is (234,169,35).

#eaa923 hex color red value is 234, green value is 169 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #eaa923 hue: 0.11 , saturation: 0.83 and the lightness value of eaa923 is 0.53.

The process color (four color CMYK) of #eaa923 color hex is 0.00, 0.28, 0.85, 0.08. Web safe color of #eaa923 is #ff9933. Color #eaa923 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10101001 00100011
Octal 352 251 43
Decimal 234 169 35
Hex EA A9 23

RGB Percentages of Color #eaa923

%53.42
%38.58
%7.99

CMYK Percentages of Color #eaa923

%0
%28
%85
%8

Triadic Colors of #eaa923

#eaa923 #23eaa9 #a923ea

Analogous Colors of #eaa923

#eaa923 #c8ea23 #ea4623

Monochromatic Colors of #eaa923

#eaa923

Complementary Color

#eaa923 #2364ea

#eaa923 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaa923 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaa923 Color CSS Codes

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

#eaa923 Text Font Color

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

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


#eaa923 Background Color

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

This div background color is #eaa923


#eaa923 Border Color

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

This div border color is #eaa923


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaa923


Comments

No comments written yet.

Please login to write comment.