Color Hex Logo

#eaa63b Color Hex

#EAA63B
(234,166,59)
0 Favorites   0 Comments

Color spaces of #eaa63b

RGB 23416659
HSL0.100.810.57
HSV37°75°92°
CMYK 0.000.290.75   0.08
XYZ48.357345.080610.2904
Yxy45.08060.46620.4346
Hunter Lab67.142111.061237.9125
CIE-Lab72.944915.774462.2528

#eaa63b color RGB value is (234,166,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10100110 00111011
Octal 352 246 73
Decimal 234 166 59
Hex EA A6 3B

RGB Percentages of Color #eaa63b

%50.98
%36.17
%12.85

CMYK Percentages of Color #eaa63b

%0
%29
%75
%8

Triadic Colors of #eaa63b

#eaa63b #3beaa6 #a63bea

Analogous Colors of #eaa63b

#eaa63b #d7ea3b #ea4e3b

Monochromatic Colors of #eaa63b

#eaa63b

Complementary Color

#eaa63b #3b7fea

#eaa63b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaa63b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaa63b Color CSS Codes

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

#eaa63b Text Font Color

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

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


#eaa63b Background Color

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

This div background color is #eaa63b


#eaa63b Border Color

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

This div border color is #eaa63b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaa63b


Comments

No comments written yet.

Please login to write comment.