Color Hex Logo

#eaa63f Color Hex

#EAA63F
(234,166,63)
0 Favorites   0 Comments

Color spaces of #eaa63f

RGB 23416663
HSL0.100.800.58
HSV36°73°92°
CMYK 0.000.290.73   0.08
XYZ48.465145.123710.8580
Yxy45.12370.46400.4320
Hunter Lab67.174211.230137.4383
CIE-Lab72.973315.948660.6566

#eaa63f color RGB value is (234,166,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10100110 00111111
Octal 352 246 77
Decimal 234 166 63
Hex EA A6 3F

RGB Percentages of Color #eaa63f

%50.54
%35.85
%13.61

CMYK Percentages of Color #eaa63f

%0
%29
%73
%8

Triadic Colors of #eaa63f

#eaa63f #3feaa6 #a63fea

Analogous Colors of #eaa63f

#eaa63f #d9ea3f #ea513f

Monochromatic Colors of #eaa63f

#eaa63f

Complementary Color

#eaa63f #3f83ea

#eaa63f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaa63f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaa63f Color CSS Codes

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

#eaa63f Text Font Color

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

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


#eaa63f Background Color

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

This div background color is #eaa63f


#eaa63f Border Color

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

This div border color is #eaa63f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaa63f


Comments

No comments written yet.

Please login to write comment.