Color Hex Logo

#eaa23f Color Hex

#EAA23F
(234,162,63)
0 Favorites   0 Comments

Color spaces of #eaa23f

RGB 23416263
HSL0.100.800.58
HSV35°73°92°
CMYK 0.000.310.73   0.08
XYZ47.749243.692010.6194
Yxy43.69200.46790.4281
Hunter Lab66.099913.269836.7446
CIE-Lab72.022118.071759.7011

#eaa23f color RGB value is (234,162,63).

#eaa23f hex color red value is 234, green value is 162 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #eaa23f hue: 0.10 , saturation: 0.80 and the lightness value of eaa23f is 0.58.

The process color (four color CMYK) of #eaa23f color hex is 0.00, 0.31, 0.73, 0.08. Web safe color of #eaa23f is #ff9933. Color #eaa23f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10100010 00111111
Octal 352 242 77
Decimal 234 162 63
Hex EA A2 3F

RGB Percentages of Color #eaa23f

%50.98
%35.29
%13.73

CMYK Percentages of Color #eaa23f

%0
%31
%73
%8

Triadic Colors of #eaa23f

#eaa23f #3feaa2 #a23fea

Analogous Colors of #eaa23f

#eaa23f #ddea3f #ea4d3f

Monochromatic Colors of #eaa23f

#eaa23f

Complementary Color

#eaa23f #3f87ea

#eaa23f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaa23f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaa23f Color CSS Codes

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

#eaa23f Text Font Color

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

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


#eaa23f Background Color

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

This div background color is #eaa23f


#eaa23f Border Color

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

This div border color is #eaa23f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaa23f

#eaa23f Color Palettes


Comments

No comments written yet.

Please login to write comment.