Color Hex Logo

#eaa63d Color Hex

#EAA63D
(234,166,61)
0 Favorites   0 Comments

Color spaces of #eaa63d

RGB 23416661
HSL0.100.800.58
HSV36°74°92°
CMYK 0.000.290.74   0.08
XYZ48.410245.101810.5689
Yxy45.10180.46510.4333
Hunter Lab67.157911.144037.6798
CIE-Lab72.958915.859861.4623

#eaa63d color RGB value is (234,166,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10100110 00111101
Octal 352 246 75
Decimal 234 166 61
Hex EA A6 3D

RGB Percentages of Color #eaa63d

%50.76
%36.01
%13.23

CMYK Percentages of Color #eaa63d

%0
%29
%74
%8

Triadic Colors of #eaa63d

#eaa63d #3deaa6 #a63dea

Analogous Colors of #eaa63d

#eaa63d #d8ea3d #ea4f3d

Monochromatic Colors of #eaa63d

#eaa63d

Complementary Color

#eaa63d #3d81ea

#eaa63d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaa63d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaa63d Color CSS Codes

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

#eaa63d Text Font Color

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

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


#eaa63d Background Color

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

This div background color is #eaa63d


#eaa63d Border Color

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

This div border color is #eaa63d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaa63d


Comments

No comments written yet.

Please login to write comment.