Color Hex Logo

#eaa33a Color Hex

#EAA33A
(234,163,58)
0 Favorites   0 Comments

Color spaces of #eaa33a

RGB 23416358
HSL0.100.810.57
HSV36°75°92°
CMYK 0.000.300.75   0.08
XYZ47.792643.99239.9754
Yxy43.99230.46970.4323
Hunter Lab66.326712.548937.5116
CIE-Lab72.223417.324861.9479

#eaa33a color RGB value is (234,163,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10100011 00111010
Octal 352 243 72
Decimal 234 163 58
Hex EA A3 3A

RGB Percentages of Color #eaa33a

%51.43
%35.82
%12.75

CMYK Percentages of Color #eaa33a

%0
%30
%75
%8

Triadic Colors of #eaa33a

#eaa33a #3aeaa3 #a33aea

Analogous Colors of #eaa33a

#eaa33a #d9ea3a #ea4b3a

Monochromatic Colors of #eaa33a

#eaa33a

Complementary Color

#eaa33a #3a81ea

#eaa33a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaa33a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaa33a Color CSS Codes

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

#eaa33a Text Font Color

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

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


#eaa33a Background Color

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

This div background color is #eaa33a


#eaa33a Border Color

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

This div border color is #eaa33a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaa33a


Comments

No comments written yet.

Please login to write comment.