Color Hex Logo

#eaa33d Color Hex

#EAA33D
(234,163,61)
0 Favorites   0 Comments

Color spaces of #eaa33d

RGB 23416361
HSL0.100.800.58
HSV35°74°92°
CMYK 0.000.300.74   0.08
XYZ47.871244.023710.3892
Yxy44.02370.46800.4304
Hunter Lab66.350412.673137.1616
CIE-Lab72.244317.452260.7543

#eaa33d color RGB value is (234,163,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10100011 00111101
Octal 352 243 75
Decimal 234 163 61
Hex EA A3 3D

RGB Percentages of Color #eaa33d

%51.09
%35.59
%13.32

CMYK Percentages of Color #eaa33d

%0
%30
%74
%8

Triadic Colors of #eaa33d

#eaa33d #3deaa3 #a33dea

Analogous Colors of #eaa33d

#eaa33d #dbea3d #ea4d3d

Monochromatic Colors of #eaa33d

#eaa33d

Complementary Color

#eaa33d #3d84ea

#eaa33d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaa33d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaa33d Color CSS Codes

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

#eaa33d Text Font Color

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

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


#eaa33d Background Color

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

This div background color is #eaa33d


#eaa33d Border Color

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

This div border color is #eaa33d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaa33d


Comments

No comments written yet.

Please login to write comment.